COMMON

Modules

 Memory
 

Memory allocation wrapper functions used in library.


 Debug
 

Debuging mechanism.


 ERRORS
 

Error checking mechanism.


 ITER
 

Iterators concept.


 VALID
 

XML schema based validation of XML representations of SCAP documents.


 Reporters
 

Reporting mechanism.


 STRINGS
 

Functions to access and manipulate textual data.


Functions

void oscap_init (void)
 Initialize OpenSCAP library.
void oscap_cleanup (void)
 Release library internal caches.
const char * oscap_get_version (void)
 Get version of the OpenSCAP library.

Function Documentation

void oscap_cleanup ( void   ) 

Release library internal caches.

This function should be called once you finish working with any of the libraries included in OpenScap framework. It frees internally allocated memory, e.g. cache of the XML parser.

void oscap_init ( void   ) 

Initialize OpenSCAP library.

This is currently needed only in multithreaded applications (needs to be called before any child threads are spawned) or applications using the XSLT facility w/ EXSLT extensions. However, it is a good practice to call this function always at the beginning of the program execution.


Generated on 27 Aug 2010 for Open SCAP Library by  doxygen 1.6.1