1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Open SCAP Library: /home/pvrabec/project/openscap/openscap-0.5.12/src/common/public/oscap.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>/home/pvrabec/project/openscap/openscap-0.5.12/src/common/public/oscap.h File Reference</h1>
<p>General OpenScap functions and types.
<a href="#_details">More...</a></p>
<code>#include <stdbool.h></code><br/>
<code>#include <wchar.h></code><br/>
<code>#include "<a class="el" href="text_8h_source.html">text.h</a>"</code><br/>
<code>#include "<a class="el" href="reporter_8h_source.html">reporter.h</a>"</code><br/>
<p><a href="oscap_8h_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__ITER.html#gaea98dedf8ff9418609496bb11ff8c66c">OSCAP_FOREACH_GENERIC</a>(itype, vtype, val, init_val, code)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Iterate over an array, given an iterator. <a href="group__ITER.html#gaea98dedf8ff9418609496bb11ff8c66c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__ITER.html#ga252a13d8be22bb101a8732987eb4e828">OSCAP_FOREACH</a>(type, val, init_val, code) OSCAP_FOREACH_GENERIC(type, struct type *, val, init_val, code)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Iterate over an array, given an iterator. <a href="group__ITER.html#ga252a13d8be22bb101a8732987eb4e828"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__ITER.html#gafdd9cc9b1ae693c07dd4ff9727cfb019">OSCAP_FOREACH_STR</a>(val, init_val, code) OSCAP_FOREACH_GENERIC(oscap_string, const char *, val, init_val, code)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Iterate over an array of strings, given an iterator. <a href="group__ITER.html#gafdd9cc9b1ae693c07dd4ff9727cfb019"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__ITER.html#gae94ba5c82c04c4119b11bbf8be56ed69">OSCAP_FOR_GENERIC</a>(itype, vtype, val, init_val)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Iterate over an array, given an iterator. <a href="group__ITER.html#gae94ba5c82c04c4119b11bbf8be56ed69"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__ITER.html#ga4531eed65f8744afef6718920525395c">OSCAP_FOR</a>(type, val, init_val) OSCAP_FOR_GENERIC(type, struct type *, val, init_val)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Iterate over an array, given an iterator. <a href="group__ITER.html#ga4531eed65f8744afef6718920525395c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__ITER.html#ga9f9c24f232e5ad2aeeeed602b7b0008c">OSCAP_FOR_STR</a>(val, init_val) OSCAP_FOR_GENERIC(oscap_string, const char *, val, init_val)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Iterate over an array of strings, given an iterator. <a href="group__ITER.html#ga9f9c24f232e5ad2aeeeed602b7b0008c"></a><br/></td></tr>
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__COMMON.html#gad47f11d32a4245a127c078d52269312c">oscap_cleanup</a> (void)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Release library internal caches. <a href="group__COMMON.html#gad47f11d32a4245a127c078d52269312c"></a><br/></td></tr>
<tr><td colspan="2"><div class="groupHeader">Evaluators</div></td></tr>
<tr><td colspan="2"><div class="groupText"><p><a class="anchor" id="amgrp1fdbbbb8aba6580be2c9cb4b12e86ca2"></a> </p>
<br/><br/></div></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga7c8e94dec2308548caf4fc129329333f"></a><!-- doxytag: member="oscap.h::oscap_validate_xml" ref="ga7c8e94dec2308548caf4fc129329333f" args="(const char *xmlfile, const char *schemafile, struct oscap_reporter *reporter)" -->
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="group__IMPORTEXPORT.html#ga7c8e94dec2308548caf4fc129329333f">oscap_validate_xml</a> (const char *xmlfile, const char *schemafile, struct <a class="el" href="structoscap__reporter.html">oscap_reporter</a> *reporter)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Validate a xml file against given xml schema. <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>General OpenScap functions and types. </p>
<dl class="author"><dt><b>Author:</b></dt><dd>Lukas Kuklinek <<a href="mailto:lkuklinek@redhat.com">lkuklinek@redhat.com</a>> </dd></dl>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 30 Jun 2010 for Open SCAP Library by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
|