Open Vulnerability and Assessment Language.
|
Data Structures |
struct | oval_variable |
struct | oval_variable_CONSTANT |
struct | oval_variable_LOCAL |
Typedefs |
typedef struct oval_variable | oval_variable_t |
typedef struct
oval_variable_CONSTANT | oval_variable_CONSTANT_t |
typedef struct oval_variable_LOCAL | oval_variable_LOCAL_t |
Functions |
int | oval_collection_variable_has_more (struct oval_iterator_variable *oc_variable) |
struct oval_variable * | oval_collection_variable_next (struct oval_iterator_variable *oc_variable) |
char * | oval_variable_id (struct oval_variable *variable) |
char * | oval_variable_comment (struct oval_variable *variable) |
int | oval_variable_version (struct oval_variable *variable) |
int | oval_variable_deprecated (struct oval_variable *variable) |
oval_variable_type_enum | oval_variable_type (struct oval_variable *variable) |
oval_datatype_enum | oval_variable_datatype (struct oval_variable *variable) |
struct oval_iterator_value * | oval_variable_values (struct oval_variable *variable) |
struct oval_component * | oval_variable_component (struct oval_variable *variable) |
struct oval_variable * | oval_variable_new () |
void | oval_variable_free (struct oval_variable *variable) |
void | set_oval_variable_type (struct oval_variable *variable, oval_variable_type_enum type) |
void | set_oval_variable_id (struct oval_variable *variable, char *id) |
void | set_oval_variable_datatype (struct oval_variable *variable, oval_datatype_enum datatype) |
void | set_oval_variable_comment (struct oval_variable *variable, char *comment) |
void | set_oval_variable_deprecated (struct oval_variable *variable, int deprecated) |
void | set_oval_variable_version (struct oval_variable *variable, int version) |
void | add_oval_variable_values (struct oval_variable *variable, struct oval_value *value) |
void | set_oval_variable_component (struct oval_variable *variable, struct oval_component *component) |
int | _oval_variable_parse_local_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, void *user) |
int | _oval_variable_parse_constant_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, void *user) |
void | oval_variable_to_print (struct oval_variable *variable, char *indent, int index) |
int | oval_variable_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context) |
Open Vulnerability and Assessment Language.