/home/pvrabec/tmp/openscap/openscap-0.3.3/src/OVAL/oval_affected.c File Reference
Open Vulnerability and Assessment Language.
More...
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "oval_definitions_impl.h"
#include "oval_collection_impl.h"
#include "oval_parser_impl.h"
#include "oval_string_map_impl.h"
|
Data Structures |
struct | oval_affected |
struct | _odafamily |
Typedefs |
typedef struct oval_affected | oval_affected_t |
typedef struct _odafamily | _odafamily_t |
Functions |
int | oval_iterator_affected_has_more (struct oval_iterator_affected *oc_affected) |
struct oval_affected * | oval_iterator_affected_next (struct oval_iterator_affected *oc_affected) |
oval_affected_family_enum | oval_affected_family (struct oval_affected *affected) |
struct oval_iterator_string * | oval_affected_platform (struct oval_affected *affected) |
struct oval_iterator_string * | oval_affected_product (struct oval_affected *affected) |
struct oval_affected * | oval_affected_new () |
void | oval_affected_free (struct oval_affected *affected) |
void | set_oval_affected_family (struct oval_affected *affected, oval_affected_family_enum family) |
void | add_oval_affected_platform (struct oval_affected *affected, char *platform) |
void | add_oval_affected_product (struct oval_affected *affected, char *product) |
void | _odafamily_set (char *name, int val) |
oval_affected_family_enum | _odafamily (char *family) |
int | _oval_affected_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, void *user) |
int | oval_affected_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, oval_affected_consumer consumer, void *user) |
void | oval_affected_to_print (struct oval_affected *affected, char *indent, int index) |
Variables |
struct oval_string_map * | _odafamilyMap = NULL |
Detailed Description
Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/