Open Vulnerability and Assessment Language.
|
Enumerations |
enum | oval_result_enum {
OVAL_RESULT_TRUE,
OVAL_RESULT_FALSE,
OVAL_RESULT_UNKNOWN,
OVAL_RESULT_ERROR,
OVAL_RESULT_NOT_EVALUATED,
OVAL_RESULT_NOT_APPLICABLE
} |
Functions |
int | oval_iterator_result_item_has_more (struct oval_iterator_result_item *) |
struct oval_result_item * | oval_iterator_result_item_next (struct oval_iterator_result_item *) |
struct oval_sysdata * | oval_result_item_sysdata (struct oval_result_item *) |
oval_result_enum | oval_result_item_result (struct oval_result_item *) |
char * | oval_result_item_message (struct oval_result_item *) |
int | oval_iterator_result_test_has_more (struct oval_iterator_result_test *) |
struct oval_result_test * | oval_iterator_result_test_next (struct oval_iterator_result_test *) |
struct oval_test * | oval_result_test_test (struct oval_result_test *) |
oval_check_enum | oval_result_test_check (struct oval_result_test *) |
oval_result_enum | oval_result_test_result (struct oval_result_test *) |
char * | oval_result_test_message (struct oval_result_test *) |
struct oval_iterator_result_item * | oval_result_test_items (struct oval_result_test *) |
int | oval_iterator_result_criteria_node_has_more (struct oval_iterator_result_criteria_node *) |
struct oval_result_criteria_node * | oval_iterator_result_criteria_node_next (struct oval_iterator_result_criteria_node *) |
oval_criteria_node_type_enum | oval_result_criteria_node_type (struct oval_result_criteria_node *) |
oval_result_enum | oval_result_criteria_node_result (struct oval_result_criteria_node *) |
oval_operator_enum | oval_result_criteria_node_operator (struct oval_result_criteria_node *) |
struct
oval_iterator_criteria_node * | oval_result_criteria_node_subnodes (struct oval_result_criteria_node *) |
struct oval_result_test * | oval_result_criteria_node_test (struct oval_result_criteria_node *) |
struct oval_result * | oval_result_criteria_node_extends (struct oval_result_criteria_node *) |
int | oval_result_directives_definition_true (struct oval_result_directives *) |
int | oval_result_directives_definition_false (struct oval_result_directives *) |
int | oval_result_directives_definition_unknown (struct oval_result_directives *) |
int | oval_result_directives_definition_error (struct oval_result_directives *) |
int | oval_result_directives_definition_not_evaluated (struct oval_result_directives *) |
int | oval_result_directives_definition_not_applicable (struct oval_result_directives *) |
int | oval_iterator_result_has_more (struct oval_iterator_result *) |
struct oval_result * | oval_iterator_result_next (struct oval_iterator_result *) |
struct oval_definition * | oval_result_definition (struct oval_result *) |
oval_result_enum | oval_result_result (struct oval_result *) |
char * | oval_result_message (struct oval_result *) |
struct oval_result_directives * | oval_result_directives (struct oval_result *) |
struct oval_result_criteria_node * | oval_result_criteria (struct oval_result *) |
Open Vulnerability and Assessment Language.