/home/pvrabec/project/openscap/openscap-0.6.0/src/OVAL/oval_sysData.c File Reference

Open Vulnerability and Assessment Language. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "oval_agent_api_impl.h"
#include "oval_system_characteristics_impl.h"
#include "oval_collection_impl.h"
#include "common/util.h"
#include "common/debug_priv.h"

Data Structures

struct  oval_sysdata
 Data item aggregator. More...

Typedefs

typedef struct oval_sysdata oval_sysdata_t

Functions

struct oval_sysdataoval_sysdata_new (struct oval_syschar_model *model, const char *id)
bool oval_sysdata_is_valid (struct oval_sysdata *sysdata)
bool oval_sysdata_is_locked (struct oval_sysdata *sysdata)
struct oval_sysdataoval_sysdata_clone (struct oval_syschar_model *new_model, struct oval_sysdata *old_data)
void oval_sysdata_free (struct oval_sysdata *sysdata)
bool oval_sysdata_iterator_has_more (struct oval_sysdata_iterator *oc_sysdata)
struct oval_sysdataoval_sysdata_iterator_next (struct oval_sysdata_iterator *oc_sysdata)
void oval_sysdata_iterator_free (struct oval_sysdata_iterator *oc_sysdata)
oval_subtype_t oval_sysdata_get_subtype (struct oval_sysdata *sysdata)
void oval_sysdata_set_subtype (struct oval_sysdata *sysdata, oval_subtype_t subtype)
char * oval_sysdata_get_id (struct oval_sysdata *data)
char * oval_sysdata_get_message (struct oval_sysdata *data)
void oval_sysdata_set_message (struct oval_sysdata *data, char *message)
oval_message_level_t oval_sysdata_get_message_level (struct oval_sysdata *data)
void oval_sysdata_set_message_level (struct oval_sysdata *data, oval_message_level_t level)
struct oval_sysitem_iteratoroval_sysdata_get_items (struct oval_sysdata *data)
void oval_sysdata_add_item (struct oval_sysdata *data, struct oval_sysitem *item)
oval_syschar_status_t oval_sysdata_get_status (struct oval_sysdata *data)
void oval_sysdata_set_status (struct oval_sysdata *data, oval_syschar_status_t status)
int oval_sysdata_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context)
void oval_sysdata_to_print (struct oval_sysdata *sysdata, char *indent, int idx)
void oval_sysdata_to_dom (struct oval_sysdata *sysdata, xmlDoc *doc, xmlNode *tag_parent)

Detailed Description

Open Vulnerability and Assessment Language.

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


Generated on 14 Jul 2010 for Open SCAP Library by  doxygen 1.6.1