Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 3736f276bb1ccfbcee6cb2d27b25d981 > files > 40

openscap-devel-0.5.7-1mdv2010.1.x86_64.rpm

<!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/openscap/openscap-0.5.7/src/OVAL/probes/SEAP/_sexp-manip.h Source File</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&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;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&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<h1>/home/pvrabec/openscap/openscap-0.5.7/src/OVAL/probes/SEAP/_sexp-manip.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#pragma once</span>
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#ifndef _SEXP_MANIP_H</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span><span class="preprocessor">#define _SEXP_MANIP_H</span>
<a name="l00004"></a>00004 <span class="preprocessor"></span>
<a name="l00005"></a>00005 <span class="preprocessor">#include &quot;<a class="code" href="sexp-manip_8h.html">public/sexp-manip.h</a>&quot;</span>
<a name="l00006"></a>00006 <span class="preprocessor">#include &quot;../../../common/util.h&quot;</span>
<a name="l00007"></a>00007 
<a name="l00008"></a>00008 OSCAP_HIDDEN_START;
<a name="l00009"></a>00009 
<a name="l00010"></a>00010 <span class="preprocessor">#define SEXP_LSTACK_INIT_SIZE      32</span>
<a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#define SEXP_LSTACK_GROWFAST_TRESH 512</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span><span class="preprocessor">#define SEXP_LSTACK_GROWSLOW_DIFF  32</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span>
<a name="l00014"></a><a class="code" href="structSEXP__lstack__t.html">00014</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>{
<a name="l00015"></a>00015         <span class="keywordtype">size_t</span>   l_size;
<a name="l00016"></a>00016         <span class="keywordtype">size_t</span>   l_real;
<a name="l00017"></a>00017         <a class="code" href="structSEXP.html">SEXP_t</a> **l_sref;
<a name="l00018"></a>00018 } <a class="code" href="structSEXP__lstack__t.html">SEXP_lstack_t</a>;
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <a class="code" href="structSEXP__lstack__t.html">SEXP_lstack_t</a> *SEXP_lstack_new (<span class="keywordtype">void</span>);
<a name="l00021"></a>00021 <a class="code" href="structSEXP.html">SEXP_t</a> *SEXP_lstack_push (<a class="code" href="structSEXP__lstack__t.html">SEXP_lstack_t</a> *stack, <span class="keyword">const</span> <a class="code" href="structSEXP.html">SEXP_t</a> *ref);
<a name="l00022"></a>00022 <a class="code" href="structSEXP.html">SEXP_t</a> *SEXP_lstack_pop (<a class="code" href="structSEXP__lstack__t.html">SEXP_lstack_t</a> *stack);
<a name="l00023"></a>00023 <a class="code" href="structSEXP.html">SEXP_t</a> *SEXP_lstack_top (<span class="keyword">const</span> <a class="code" href="structSEXP__lstack__t.html">SEXP_lstack_t</a> *stack);
<a name="l00024"></a>00024 
<a name="l00025"></a><a class="code" href="structSEXP__it.html">00025</a> <span class="keyword">struct </span><a class="code" href="structSEXP__it.html">SEXP_it</a> {
<a name="l00026"></a>00026         <a class="code" href="structSEXP.html">SEXP_t</a> *s_ref;
<a name="l00027"></a>00027         
<a name="l00028"></a>00028 };
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 OSCAP_HIDDEN_END;
<a name="l00031"></a>00031 
<a name="l00032"></a>00032 <span class="preprocessor">#endif </span><span class="comment">/* _SEXP_MANIP_H */</span>
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 26 Feb 2010 for Open SCAP Library by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>