/home/pvrabec/tmp/openscap/openscap-0.3.3/src/OVAL/oval_set.c File Reference
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_set |
struct | oval_set_AGGREGATE |
struct | oval_set_COLLECTIVE |
Typedefs |
typedef struct oval_set | oval_set_t |
typedef struct oval_set_AGGREGATE | oval_set_AGGREGATE_t |
typedef struct oval_set_COLLECTIVE | oval_set_COLLECTIVE_t |
Functions |
int | oval_iterator_set_has_more (struct oval_iterator_set *oc_set) |
struct oval_set * | oval_iterator_set_next (struct oval_iterator_set *oc_set) |
oval_set_type_enum | oval_set_type (struct oval_set *set) |
oval_set_operation_enum | oval_set_operation (struct oval_set *set) |
struct oval_iterator_set * | oval_set_subsets (struct oval_set *set) |
struct oval_iterator_object * | oval_set_objects (struct oval_set *set) |
struct oval_iterator_state * | oval_set_filters (struct oval_set *set) |
struct oval_set * | oval_set_new () |
void | oval_set_free (struct oval_set *set) |
void | set_oval_set_type (struct oval_set *set, oval_set_type_enum type) |
void | set_oval_set_operation (struct oval_set *set, oval_set_operation_enum operation) |
void | add_oval_set_subsets (struct oval_set *set, struct oval_set *subset) |
void | add_oval_set_objects (struct oval_set *set, struct oval_object *object) |
void | add_oval_set_filters (struct oval_set *set, struct oval_state *filter) |
int | _oval_set_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, void *user) |
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_set *set, char *indent, int index) |
Detailed Description
Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/