/home/pvrabec/openscap/openscap-0.5.6/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 "public/oval_definitions.h"
#include "public/oval_agent_api.h"
#include "../common/util.h"
#include "../common/public/debug.h"

Data Structures

struct  oval_result_system
 Handle: Oval_result_system. More...

Typedefs

typedef struct oval_result_system oval_result_system_t
typedef void(* _oval_result_system_clone_func )(struct oval_result_system *, void *)

Functions

struct oval_result_systemoval_result_system_new (struct oval_results_model *model, struct oval_syschar_model *syschar_model)
bool oval_result_system_is_valid (struct oval_result_system *result_system)
 return true if the result_system instance is valid
bool oval_result_system_is_locked (struct oval_result_system *result_system)
 return true if the result_system instance is locked.
struct oval_result_systemoval_result_system_clone (struct oval_results_model *new_model, struct oval_result_system *old_system)
void oval_result_system_free (struct oval_result_system *sys)
bool oval_result_system_iterator_has_more (struct oval_result_system_iterator *sys)
struct oval_result_systemoval_result_system_iterator_next (struct oval_result_system_iterator *sys)
void oval_result_system_iterator_free (struct oval_result_system_iterator *sys)
struct
oval_result_definition_iterator
oval_result_system_get_definitions (struct oval_result_system *sys)
struct oval_result_test_iteratoroval_result_system_get_tests (struct oval_result_system *sys)
struct oval_result_definitionoval_result_system_get_definition (struct oval_result_system *sys, char *id)
struct oval_result_testoval_result_system_get_test (struct oval_result_system *sys, char *id)
struct oval_result_definitionoval_result_system_get_new_definition (struct oval_result_system *sys, struct oval_definition *oval_definition)
struct oval_result_testget_oval_result_test_new (struct oval_result_system *sys, struct oval_test *oval_test)
struct oval_syschar_modeloval_result_system_get_syschar_model (struct oval_result_system *sys)
struct oval_sysinfooval_result_system_get_sysinfo (struct oval_result_system *sys)
void oval_result_system_add_definition (struct oval_result_system *sys, struct oval_result_definition *definition)
void oval_result_system_add_test (struct oval_result_system *sys, struct oval_result_test *test)
int oval_result_system_parse (xmlTextReaderPtr reader, struct oval_parser_context *context, struct oval_syschar_model *syschar_model, oscap_consumer_func consumer, void *client)
xmlNode * oval_result_system_to_dom (struct oval_result_system *sys, 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 4 Jan 2010 for Open SCAP Library by  doxygen 1.6.1