/home/pvrabec/openscap/openscap-0.5.3/src/OVAL/oval_resultSystem.c File Reference

Open Vulnerability and Assessment Language. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "oval_results_impl.h"
#include "oval_collection_impl.h"
#include "oval_string_map_impl.h"
#include "api/oval_definitions.h"
#include "api/oval_agent_api.h"

Data Structures

struct  oval_result_system

Defines

#define OVAL_RESULT_SYSTEM_DEBUG   0

Typedefs

typedef struct oval_result_system oval_result_system_t

Functions

struct oval_result_systemoval_result_system_new (struct oval_syschar_model *syschar_model)
void oval_result_system_free (struct oval_result_system *system)
int oval_result_system_iterator_has_more (struct oval_result_system_iterator *system)
struct oval_result_systemoval_result_system_iterator_next (struct oval_result_system_iterator *system)
void oval_result_system_iterator_free (struct oval_result_system_iterator *system)
void _oval_result_system_initialize (struct oval_result_system *system)
struct
oval_result_definition_iterator * 
oval_result_system_get_definitions (struct oval_result_system *system)
struct oval_result_test_iterator * oval_result_system_get_tests (struct oval_result_system *system)
struct oval_result_definitionget_oval_result_definition (struct oval_result_system *system, char *id)
struct oval_result_testget_oval_result_test (struct oval_result_system *system, char *id)
struct oval_result_definitionget_oval_result_definition_new (struct oval_result_system *system, struct oval_definition *oval_definition)
struct oval_result_testget_oval_result_test_new (struct oval_result_system *system, struct oval_test *oval_test)
struct oval_syschar_modeloval_result_system_get_syschar_model (struct oval_result_system *system)
struct oval_sysinfooval_result_system_get_sysinfo (struct oval_result_system *system)
void oval_result_system_add_definition_ (struct oval_result_system *system, struct oval_result_definition *definition)
void oval_result_system_add_test (struct oval_result_system *system, struct oval_result_test *test)
void _oval_result_system_test_consume (struct oval_result_test *test, struct oval_result_system *system)
int _oval_result_system_test_parse (xmlTextReaderPtr reader, struct oval_parser_context *context, struct oval_result_system *system)
void _oval_result_system_definition_consume (struct oval_result_definition *definition, struct oval_result_system *system)
int _oval_result_system_definition_parse (xmlTextReaderPtr reader, struct oval_parser_context *context, struct oval_result_system *system)
int _oval_result_system_parse (xmlTextReaderPtr reader, struct oval_parser_context *context, struct oval_result_system *system)
int oval_result_system_parse (xmlTextReaderPtr reader, struct oval_parser_context *context, struct oval_syschar_model *syschar_model, oscap_consumer_func consumer, void *client)
void _oval_result_system_scan_criteria_for_references (struct oval_result_criteria_node *node, struct oval_string_map *testmap)
void _oval_result_system_scan_entity_for_references (struct oval_syschar_model *syschar_model, struct oval_entity *entity, struct oval_string_map *objmap, struct oval_string_map *sttmap, struct oval_string_map *varmap, struct oval_string_map *sysmap)
void _oval_result_system_scan_set_for_references (struct oval_syschar_model *syschar_model, struct oval_setobject *set, struct oval_string_map *objmap, struct oval_string_map *sttmap, struct oval_string_map *varmap, struct oval_string_map *sysmap)
void _oval_result_system_scan_object_for_references (struct oval_syschar_model *syschar_model, struct oval_object *object, struct oval_string_map *objmap, struct oval_string_map *sttmap, struct oval_string_map *varmap, struct oval_string_map *sysmap)
void _oval_result_system_scan_state_for_references (struct oval_syschar_model *syschar_model, struct oval_state *state, struct oval_string_map *objmap, struct oval_string_map *sttmap, struct oval_string_map *varmap, struct oval_string_map *sysmap)
void _oval_result_system_scan_component_for_references (struct oval_syschar_model *syschar_model, struct oval_component *component, struct oval_string_map *objmap, struct oval_string_map *sttmap, struct oval_string_map *varmap, struct oval_string_map *sysmap)
bool _oval_result_system_resolve_syschar (struct oval_syschar *syschar, struct oval_string_map *sysmap)
xmlNode * oval_result_system_to_dom (struct oval_result_system *system, struct oval_results_model *results_model, struct oval_result_directives *directives, xmlDocPtr doc, xmlNode *parent)

Detailed Description

Open Vulnerability and Assessment Language.

See more details at http://oval.mitre.org/


Generated on 29 Sep 2009 for Open SCAP Library by  doxygen 1.6.1