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"
#include "../common/util.h"
#include "../common/public/debug.h"
Data Structures | |
struct | oval_setobject |
struct | oval_set_AGGREGATE |
struct | oval_set_COLLECTIVE |
struct | oval_set_context |
Typedefs | |
typedef struct oval_setobject | oval_set_t |
typedef struct oval_set_AGGREGATE | oval_set_AGGREGATE_t |
typedef struct oval_set_COLLECTIVE | oval_set_COLLECTIVE_t |
Functions | |
bool | oval_setobject_iterator_has_more (struct oval_setobject_iterator *oc_set) |
struct oval_setobject * | oval_setobject_iterator_next (struct oval_setobject_iterator *oc_set) |
void | oval_setobject_iterator_free (struct oval_setobject_iterator *oc_set) |
oval_setobject_type_t | oval_setobject_get_type (struct oval_setobject *set) |
Get OVAL set object type. | |
oval_setobject_operation_t | oval_setobject_get_operation (struct oval_setobject *set) |
Get OVAL set object operation type. | |
struct oval_setobject_iterator * | oval_setobject_get_subsets (struct oval_setobject *set) |
Get OVAL set object subsets. | |
struct oval_object_iterator * | oval_setobject_get_objects (struct oval_setobject *set) |
Get OVAL set object referenced objects. | |
struct oval_state_iterator * | oval_setobject_get_filters (struct oval_setobject *set) |
Get OVAL set object filters. | |
struct oval_setobject * | oval_setobject_new (struct oval_definition_model *model) |
bool | oval_setobject_is_valid (struct oval_setobject *set_object) |
return true if the setobject instance is valid | |
bool | oval_setobject_is_locked (struct oval_setobject *setobject) |
return true if the setobject instance is locked. | |
struct oval_setobject * | oval_setobject_clone (struct oval_definition_model *new_model, struct oval_setobject *old_setobject) |
void | oval_setobject_free (struct oval_setobject *set) |
void | oval_setobject_set_type (struct oval_setobject *set, oval_setobject_type_t type) |
void | oval_setobject_set_operation (struct oval_setobject *set, oval_setobject_operation_t operation) |
void | oval_setobject_add_subset (struct oval_setobject *set, struct oval_setobject *subset) |
void | oval_setobject_add_object (struct oval_setobject *set, struct oval_object *object) |
void | oval_setobject_add_filter (struct oval_setobject *set, struct oval_state *filter) |
int | oval_set_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, oval_set_consumer consumer, void *user) |
void | oval_set_to_print (struct oval_setobject *set, char *indent, int idx) |
xmlNode * | oval_set_to_dom (struct oval_setobject *set, xmlDoc *doc, xmlNode *parent) |
Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/