/home/pvrabec/tmp/openscap/openscap-0.3.3/src/OVAL/oval_collection.c File Reference
Open Vulnerability and Assessment Language.
More...
#include <stdlib.h>
#include <stdio.h>
#include "oval_definitions_impl.h"
#include "oval_collection_impl.h"
|
Data Structures |
struct | _oval_collection_item_frame |
struct | oval_collection |
struct | oval_iterator |
Typedefs |
typedef struct
_oval_collection_item_frame | _oval_collection_item_frame_t |
typedef struct oval_collection | oval_collection_t |
typedef struct oval_iterator | oval_iterator_t |
Functions |
struct oval_collection * | oval_collection_new () |
void | oval_collection_free (struct oval_collection *collection) |
void | oval_collection_free_items (struct oval_collection *collection, oval_item_free_func free_func) |
void | oval_collection_add (struct oval_collection *collection, void *item) |
struct oval_iterator * | oval_collection_iterator (struct oval_collection *collection) |
int | oval_collection_iterator_has_more (struct oval_iterator *iterator) |
void * | oval_collection_iterator_next (struct oval_iterator *iterator) |
struct oval_iterator_string * | oval_collection_string_iterator (struct oval_collection *os_string) |
struct oval_iterator * | oval_collection_iterator_new () |
void | oval_collection_iterator_add (struct oval_iterator *iterator, void *item) |
int | oval_iterator_string_has_more (struct oval_iterator_string *iterator) |
char * | oval_iterator_string_next (struct oval_iterator_string *iterator) |
void | oval_collection_main_freefunc (void *item) |
int | oval_collection_main (int argc, char **argv) |
Detailed Description
Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/