Open Vulnerability and Assessment Language.
|
Data Structures |
| struct | oval_definition |
| struct | _odaclass |
Typedefs |
|
typedef struct oval_definition | oval_definition_t |
|
typedef struct _odaclass | _odaclass_t |
Functions |
|
char * | oval_definition_id (struct oval_definition *definition) |
|
int | oval_definition_version (struct oval_definition *definition) |
|
oval_definition_class_enum | oval_definition_class (struct oval_definition *definition) |
|
int | oval_definition_deprecated (struct oval_definition *definition) |
|
char * | oval_definition_title (struct oval_definition *definition) |
|
char * | oval_definition_description (struct oval_definition *definition) |
|
struct oval_iterator_affected * | oval_definition_affected (struct oval_definition *definition) |
|
struct oval_iterator_reference * | oval_definition_reference (struct oval_definition *definition) |
|
struct oval_criteria_node * | oval_definition_criteria (struct oval_definition *definition) |
|
struct oval_definition * | oval_definition_new () |
|
void | oval_definition_free (struct oval_definition *definition) |
|
int | oval_iterator_definition_has_more (struct oval_iterator_definition *oc_definition) |
|
struct oval_definition * | oval_iterator_definition_next (struct oval_iterator_definition *oc_definition) |
|
void | set_oval_definition_id (struct oval_definition *definition, char *id) |
|
void | set_oval_definition_version (struct oval_definition *definition, int version) |
|
void | set_oval_definition_class (struct oval_definition *definition, oval_definition_class_enum class) |
|
void | set_oval_definition_deprecated (struct oval_definition *definition, int deprecated) |
|
void | set_oval_definition_title (struct oval_definition *definition, char *title) |
|
void | set_oval_definition_description (struct oval_definition *definition, char *description) |
|
void | set_oval_definition_criteria (struct oval_definition *definition, struct oval_criteria_node *criteria) |
|
void | add_oval_definition_affected (struct oval_definition *definition, struct oval_affected *affected) |
|
void | add_oval_definition_reference (struct oval_definition *definition, struct oval_reference *reference) |
|
void | _odaclass_set (char *name, int val) |
|
oval_definition_class_enum | _odaclass (char *class) |
|
void | _oval_definition_title_consumer (char *string, void *user) |
|
void | _oval_definition_description_consumer (char *string, void *user) |
|
void | _oval_definition_affected_consumer (struct oval_affected *affected, void *user) |
|
int | _oval_definition_parse_metadata (xmlTextReaderPtr reader, struct oval_parser_context *context, void *user) |
|
void | _oval_definition_criteria_consumer (struct oval_criteria_node *criteria, void *user) |
|
int | _oval_definition_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, void *user) |
|
int | oval_definition_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context) |
|
void | oval_definition_to_print (struct oval_definition *definition, char *indent, int index) |
Variables |
|
struct oval_string_map * | _odaclassMap = NULL |
Open Vulnerability and Assessment Language.