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_agent_api_impl.h"Data Structures | |
| struct | oval_state |
| OVAL state. More... | |
Typedefs | |
| typedef struct oval_state | oval_state_t |
Functions | |
| int | oval_state_iterator_has_more (struct oval_state_iterator *oc_state) |
| struct oval_state * | oval_state_iterator_next (struct oval_state_iterator *oc_state) |
| void | oval_state_iterator_free (struct oval_state_iterator *oc_state) |
| oval_family_t | oval_state_get_family (struct oval_state *state) |
| oval_subtype_t | oval_state_get_subtype (struct oval_state *state) |
| char * | oval_state_get_name (struct oval_state *state) |
| struct oval_string_iterator * | oval_state_get_notes (struct oval_state *state) |
|
struct oval_state_content_iterator * | oval_state_get_contents (struct oval_state *state) |
| char * | oval_state_get_comment (struct oval_state *state) |
| char * | oval_state_get_id (struct oval_state *state) |
| int | oval_state_get_deprecated (struct oval_state *state) |
| int | oval_state_get_version (struct oval_state *state) |
| struct oval_state * | oval_state_new (char *id) |
| void | oval_state_free (struct oval_state *state) |
| void | oval_state_set_subtype (struct oval_state *state, oval_subtype_t subtype) |
| void | oval_state_set_name (struct oval_state *state, char *name) |
| void | oval_state_add_note (struct oval_state *state, char *notes) |
| void | oval_state_set_comment (struct oval_state *state, char *comm) |
| void | oval_state_set_deprecated (struct oval_state *state, int deprecated) |
| void | oval_state_set_version (struct oval_state *state, int version) |
| void | oval_state_add_content (struct oval_state *state, struct oval_state_content *content) |
| void | _oval_note_consumer (char *text, void *state) |
| int | _oval_state_parse_notes (xmlTextReaderPtr reader, struct oval_parser_context *context, void *user) |
| void | _oval_state_content_consumer (struct oval_state_content *content, struct oval_state *state) |
| 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 idx) |
| xmlNode * | oval_state_to_dom (struct oval_state *state, xmlDoc *doc, xmlNode *parent) |
Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/
1.6.1