Open Vulnerability and Assessment Language.
|
Data Structures |
struct | oval_state |
Typedefs |
typedef struct oval_state | oval_state_t |
Functions |
int | oval_iterator_state_has_more (struct oval_iterator_state *oc_state) |
struct oval_state * | oval_iterator_state_next (struct oval_iterator_state *oc_state) |
oval_family_enum | oval_state_family (struct oval_state *state) |
oval_subtype_enum | oval_state_subtype (struct oval_state *state) |
char * | oval_state_name (struct oval_state *state) |
struct oval_iterator_string * | oval_state_notes (struct oval_state *state) |
struct oval_iterator_entity * | oval_state_entities (struct oval_state *state) |
char * | oval_state_comment (struct oval_state *state) |
char * | oval_state_id (struct oval_state *state) |
int | oval_state_deprecated (struct oval_state *state) |
int | oval_state_version (struct oval_state *state) |
struct oval_state * | oval_state_new () |
void | oval_state_free (struct oval_state *state) |
void | set_oval_state_id (struct oval_state *state, char *id) |
void | set_oval_state_family (struct oval_state *state, oval_family_enum family) |
void | set_oval_state_subtype (struct oval_state *state, oval_subtype_enum subtype) |
void | set_oval_state_name (struct oval_state *state, char *name) |
void | add_oval_state_notes (struct oval_state *state, char *notes) |
void | set_oval_state_comment (struct oval_state *state, char *comment) |
void | set_oval_state_deprecated (struct oval_state *state, int deprecated) |
void | set_oval_state_version (struct oval_state *state, int version) |
int | _oval_state_parse_notes (xmlTextReaderPtr reader, struct oval_parser_context *context, void *user) |
int | _oval_state_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, void *user) |
int | oval_state_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context) |
void | oval_state_to_print (struct oval_state *state, char *indent, int index) |
Open Vulnerability and Assessment Language.