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_variable |
OVAL variable. More... | |
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_variable_iterator_has_more (struct oval_variable_iterator *oc_variable) |
struct oval_variable * | oval_variable_iterator_next (struct oval_variable_iterator *oc_variable) |
void | oval_variable_iterator_free (struct oval_variable_iterator *oc_variable) |
char * | oval_variable_get_id (struct oval_variable *variable) |
char * | oval_variable_get_comment (struct oval_variable *variable) |
int | oval_variable_get_version (struct oval_variable *variable) |
int | oval_variable_get_deprecated (struct oval_variable *variable) |
oval_variable_type_t | oval_variable_get_type (struct oval_variable *variable) |
oval_datatype_t | oval_variable_get_datatype (struct oval_variable *variable) |
struct oval_value_iterator * | oval_variable_get_values (struct oval_variable *variable) |
struct oval_component * | oval_variable_get_component (struct oval_variable *variable) |
void | _set_oval_variable_type (struct oval_variable *variable, oval_variable_type_t type) |
struct oval_variable * | oval_variable_new (char *id, oval_variable_type_t type) |
void | oval_variable_free (struct oval_variable *variable) |
void | oval_variable_set_datatype (struct oval_variable *variable, oval_datatype_t datatype) |
void | set_oval_variable_comment (struct oval_variable *variable, char *comm) |
void | set_oval_variable_deprecated (struct oval_variable *variable, int deprecated) |
void | set_oval_variable_version (struct oval_variable *variable, int version) |
void | oval_variable_add_value (struct oval_variable *variable, struct oval_value *value) |
void | oval_variable_set_component (struct oval_variable *variable, struct oval_component *component) |
void | _oval_variable_parse_local_tag_component_consumer (struct oval_component *component, void *variable) |
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 idx) |
int | oval_variable_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context) |
xmlNode * | _oval_VARIABLE_CONSTANT_to_dom (struct oval_variable *variable, xmlDoc *doc, xmlNode *parent) |
xmlNode * | _oval_VARIABLE_EXTERNAL_to_dom (struct oval_variable *variable, xmlDoc *doc, xmlNode *parent) |
xmlNode * | _oval_VARIABLE_LOCAL_to_dom (struct oval_variable *variable, xmlDoc *doc, xmlNode *parent) |
xmlNode * | oval_variable_to_dom (struct oval_variable *variable, xmlDoc *doc, xmlNode *parent) |
Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/