Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/
|
bool | oval_variable_model_iterator_has_more (struct oval_variable_model_iterator *itr) |
|
struct oval_variable_model * | oval_variable_model_iterator_next (struct oval_variable_model_iterator *itr) |
|
void | oval_variable_model_iterator_free (struct oval_variable_model_iterator *itr) |
|
struct oval_variable_model * | oval_variable_model_new () |
|
struct oval_variable_model * | oval_variable_model_clone (struct oval_variable_model *old_model) |
|
void | oval_variable_model_free (struct oval_variable_model *model) |
|
struct oval_generator * | oval_variable_model_get_generator (struct oval_variable_model *model) |
|
void | oval_variable_model_set_generator (struct oval_variable_model *model, struct oval_generator *generator) |
|
void | oval_variable_model_add (struct oval_variable_model *model, char *varid, const char *comm, oval_datatype_t datatype, char *value) |
|
struct oval_variable_model * | oval_variable_model_import_source (struct oscap_source *source) |
|
struct oval_variable_model * | oval_variable_model_import (const char *file) |
|
int | oval_variable_model_export (struct oval_variable_model *model, const char *file) |
|
bool | oval_variable_model_has_variable (struct oval_variable_model *model, const char *id) |
|
struct oval_string_iterator * | oval_variable_model_get_variable_ids (struct oval_variable_model *model) |
|
oval_datatype_t | oval_variable_model_get_datatype (struct oval_variable_model *model, char *varid) |
|
const char * | oval_variable_model_get_comment (struct oval_variable_model *model, char *varid) |
|
struct oval_value_iterator * | oval_variable_model_get_values (struct oval_variable_model *model, char *varid) |
|
struct oval_collection * | oval_variable_model_get_values_ref (struct oval_variable_model *model, char *varid) |
|