The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<html>
<head>
  <link rel="stylesheet" type="text/css" href="dox.css" />
  <title>libapreq2-2.12: libapreq2: apreq_handle_t Struct Reference</title> 
</head>
<body>
<div id="page-header">
<p class="menu">
   <a href="http://www.apache.org/">Apache Software Foundation</a> &gt; <a href="http://httpd.apache.org">HTTP Server Project</a> &gt;
<a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
<p class="apache">Apache HTTP Server Request Library</p>
<img alt="" src="feather.gif" /></div>
<!-- Generated by Doxygen 1.5.2 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
    <li><a href="examples.html"><span>Examples</span></a></li>
  </ul>
</div>
<div class="tabs">
  <ul>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
  </ul>
</div>
<h1>apreq_handle_t Struct Reference</h1><!-- doxytag: class="apreq_handle_t" --><code>#include &lt;<a class="el" href="apreq__module_8h-source.html">apreq_module.h</a>&gt;</code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structapreq__module__t.html">apreq_module_t</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__handle__t.html#4a49c2c27c567d743947f49d0dfaae59">module</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/1.3/" href="http://apr.apache.org/docs/apr/1.3/group__apr__pools.html#gg06f17a7732f2d04d8ce7010fbb057a8b">apr_pool_t</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__handle__t.html#80068548da828f7c4e3dc265ecfc41e9">pool</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/1.3/" href="http://apr.apache.org/docs/apr-util/1.3/group___a_p_r___util___bucket___brigades.html#gg070fee5f0cf4774a5a708602aeaa00bc">apr_bucket_alloc_t</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__handle__t.html#f282ca5d5ad56e4085ee165f90aae596">bucket_alloc</a></td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
An apreq handle associated with a module. The structure may have variable size, because the module may append its own data structures after it. 
<p>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="4a49c2c27c567d743947f49d0dfaae59"></a><!-- doxytag: member="apreq_handle_t::module" ref="4a49c2c27c567d743947f49d0dfaae59" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structapreq__module__t.html">apreq_module_t</a>* <a class="el" href="structapreq__handle__t.html#4a49c2c27c567d743947f49d0dfaae59">apreq_handle_t::module</a><code> [read]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the apreq module which implements this handle 
</div>
</div><p>
<a class="anchor" name="80068548da828f7c4e3dc265ecfc41e9"></a><!-- doxytag: member="apreq_handle_t::pool" ref="80068548da828f7c4e3dc265ecfc41e9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="apr.tag:http://apr.apache.org/docs/apr/1.3/" href="http://apr.apache.org/docs/apr/1.3/group__apr__pools.html#gg06f17a7732f2d04d8ce7010fbb057a8b">apr_pool_t</a>* <a class="el" href="structapreq__handle__t.html#80068548da828f7c4e3dc265ecfc41e9">apreq_handle_t::pool</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the pool which defines the lifetime of the parsed data 
</div>
</div><p>
<a class="anchor" name="f282ca5d5ad56e4085ee165f90aae596"></a><!-- doxytag: member="apreq_handle_t::bucket_alloc" ref="f282ca5d5ad56e4085ee165f90aae596" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="apu.tag:http://apr.apache.org/docs/apr-util/1.3/" href="http://apr.apache.org/docs/apr-util/1.3/group___a_p_r___util___bucket___brigades.html#gg070fee5f0cf4774a5a708602aeaa00bc">apr_bucket_alloc_t</a>* <a class="el" href="structapreq__handle__t.html#f282ca5d5ad56e4085ee165f90aae596">apreq_handle_t::bucket_alloc</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the allocator, which persists at least as long as the pool 
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>include/<a class="el" href="apreq__module_8h-source.html">apreq_module.h</a></ul>
<div id="footer">
<p class="apache">
Copyright &copy; 2003-2006 <a href="http://www.apache.org">The Apache Software Foundation</a>.<br/>
See <a href="apreq_license.html">LICENSE</a>.</p>
<p class="menu">
<span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
version 1.5.2 on 6 Mar 2009</span>
</p>
</div>
</body>
</html>