| <!-- HTML header for doxygen 1.9.1--> |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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"/> |
| <meta http-equiv="X-UA-Compatible" content="IE=9"/> |
| <meta name="generator" content="Doxygen 1.9.1"/> |
| <meta name="viewport" content="width=device-width, initial-scale=1"/> |
| <title>libapreq2-2.17: apreq_handle_t Struct Reference</title> |
| <link href="tabs.css" rel="stylesheet" type="text/css"/> |
| <script type="text/javascript" src="jquery.js"></script> |
| <script type="text/javascript" src="dynsections.js"></script> |
| <link href="customdoxygen.css" rel="stylesheet" type="text/css" /> |
| </head> |
| <body> |
| <div id="top"><!-- do not remove this div, it is closed by doxygen! --> |
| <div id="titlearea"> |
| <table cellspacing="0" cellpadding="0" width="100%"> |
| <tbody> |
| <tr style="height: 56px;"> |
| <!-- |
| <td id="projectlogo"><img alt="Logo" src="feather.png"/></td> |
| --> |
| <!-- |
| <td id="projectalign" style="padding-left: 0.5em;"> |
| <div id="projectname">libapreq2 |
| < !--BEGIN PROJECT_NUMBER-- > <span id="projectnumber">2.17</span>< !--END PROJECT_NUMBER-- > |
| </div> |
| < !--BEGIN PROJECT_BRIEF-- ><div id="projectbrief"></div>< !--END PROJECT_BRIEF-- > |
| </td> |
| --> |
| <td> |
| <div id="page-header"> |
| <p class="menu"> |
| <a href="https://www.apache.org/">Apache Software Foundation</a> > |
| <a href="https://httpd.apache.org">HTTP Server Project</a> > |
| <a href="https://httpd.apache.org/apreq/">Request Library Subproject</a> |
| </p> |
| <p class="apache">Apache HTTP Server Request Library - 2.17</p> |
| <img alt="" src="feather.png" /> |
| </div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| <!-- end header part --> |
| <!-- Generated by Doxygen 1.9.1 --> |
| <script type="text/javascript" src="menudata.js"></script> |
| <script type="text/javascript" src="menu.js"></script> |
| <script type="text/javascript"> |
| /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| $(function() { |
| initMenu('',false,false,'search.php','Search'); |
| }); |
| /* @license-end */</script> |
| <div id="main-nav"></div> |
| </div><!-- top --> |
| <div class="header"> |
| <div class="summary"> |
| <a href="#pub-attribs">Data Fields</a> </div> |
| <div class="headertitle"> |
| <div class="title">apreq_handle_t Struct Reference</div> </div> |
| </div><!--header--> |
| <div class="contents"> |
| |
| <p><code>#include <<a class="el" href="apreq__module_8h_source.html">apreq_module.h</a>></code></p> |
| <div class="dynheader"> |
| Collaboration diagram for apreq_handle_t:</div> |
| <div class="dyncontent"> |
| <div class="center"><img src="structapreq__handle__t__coll__graph.png" border="0" usemap="#aapreq__handle__t_coll__map" alt="Collaboration graph"/></div> |
| <map name="aapreq__handle__t_coll__map" id="aapreq__handle__t_coll__map"> |
| <area shape="rect" title=" " alt="" coords="77,288,199,315"/> |
| <area shape="rect" href="structapreq__module__t.html" title="Vtable describing the necessary module functions." alt="" coords="75,199,201,225"/> |
| <area shape="rect" href="structapreq__cookie__t.html" title="Cookie type, supporting both Netscape and RFC cookie specifications." alt="" coords="5,95,127,121"/> |
| <area shape="rect" href="structapreq__value__t.html" title="libapreq's pre-extensible string type" alt="" coords="9,5,123,32"/> |
| <area shape="rect" href="structapreq__param__t.html" title=" " alt="" coords="151,95,271,121"/> |
| <area shape="rect" target="_parent" href="http://apr.apache.org/docs/apr-util/1.6/structapr__bucket__brigade.html" title=" " alt="" coords="147,5,297,32"/> |
| </map> |
| <center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div> |
| <table class="memberdecls"> |
| <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> |
| Data Fields</h2></td></tr> |
| <tr class="memitem:aa22bbb005e208580eff0ffe8d57cde46"><td class="memItemLeft" align="right" valign="top">const struct <a class="el" href="structapreq__module__t.html">apreq_module_t</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__handle__t.html#aa22bbb005e208580eff0ffe8d57cde46">module</a></td></tr> |
| <tr class="separator:aa22bbb005e208580eff0ffe8d57cde46"><td class="memSeparator" colspan="2"> </td></tr> |
| <tr class="memitem:a698eaa56cf54f2cbbc39704fb9d8ab42"><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="http://apr.apache.org/docs/apr/1.7/group__apr__pools.html#gaf137f28edcf9a086cd6bc36c20d7cdfb">apr_pool_t</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__handle__t.html#a698eaa56cf54f2cbbc39704fb9d8ab42">pool</a></td></tr> |
| <tr class="separator:a698eaa56cf54f2cbbc39704fb9d8ab42"><td class="memSeparator" colspan="2"> </td></tr> |
| <tr class="memitem:a89a335e21236423de239a6a6d2526559"><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="http://apr.apache.org/docs/apr-util/1.6/group___a_p_r___util___bucket___brigades.html#ga9a30babfeb6e290db124d8f9b69e49e4">apr_bucket_alloc_t</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__handle__t.html#a89a335e21236423de239a6a6d2526559">bucket_alloc</a></td></tr> |
| <tr class="separator:a89a335e21236423de239a6a6d2526559"><td class="memSeparator" colspan="2"> </td></tr> |
| </table> |
| <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> |
| <div class="textblock"><p>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> |
| </div><h2 class="groupheader">Field Documentation</h2> |
| <a id="a89a335e21236423de239a6a6d2526559"></a> |
| <h2 class="memtitle"><span class="permalink"><a href="#a89a335e21236423de239a6a6d2526559">◆ </a></span>bucket_alloc</h2> |
| |
| <div class="memitem"> |
| <div class="memproto"> |
| <table class="memname"> |
| <tr> |
| <td class="memname"><a class="elRef" href="http://apr.apache.org/docs/apr-util/1.6/group___a_p_r___util___bucket___brigades.html#ga9a30babfeb6e290db124d8f9b69e49e4">apr_bucket_alloc_t</a>* apreq_handle_t::bucket_alloc</td> |
| </tr> |
| </table> |
| </div><div class="memdoc"> |
| <p>the allocator, which persists at least as long as the pool </p> |
| |
| </div> |
| </div> |
| <a id="aa22bbb005e208580eff0ffe8d57cde46"></a> |
| <h2 class="memtitle"><span class="permalink"><a href="#aa22bbb005e208580eff0ffe8d57cde46">◆ </a></span>module</h2> |
| |
| <div class="memitem"> |
| <div class="memproto"> |
| <table class="memname"> |
| <tr> |
| <td class="memname">const struct <a class="el" href="structapreq__module__t.html">apreq_module_t</a>* apreq_handle_t::module</td> |
| </tr> |
| </table> |
| </div><div class="memdoc"> |
| <p>the apreq module which implements this handle </p> |
| |
| </div> |
| </div> |
| <a id="a698eaa56cf54f2cbbc39704fb9d8ab42"></a> |
| <h2 class="memtitle"><span class="permalink"><a href="#a698eaa56cf54f2cbbc39704fb9d8ab42">◆ </a></span>pool</h2> |
| |
| <div class="memitem"> |
| <div class="memproto"> |
| <table class="memname"> |
| <tr> |
| <td class="memname"><a class="elRef" href="http://apr.apache.org/docs/apr/1.7/group__apr__pools.html#gaf137f28edcf9a086cd6bc36c20d7cdfb">apr_pool_t</a>* apreq_handle_t::pool</td> |
| </tr> |
| </table> |
| </div><div class="memdoc"> |
| <p>the pool which defines the lifetime of the parsed data </p> |
| |
| </div> |
| </div> |
| <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></li> |
| </ul> |
| </div><!-- contents --> |
| <!-- HTML footer for doxygen 1.9.1--> |
| <!-- start footer part --> |
| <hr class="footer"/> |
| <table class="footer"> |
| <td> |
| <address class="footer_left"><small> |
| Copyright © 2003-2022 <a href="https://www.apache.org">The Apache Software Foundation</a>.<br/> |
| See <a href="apreq_license.html">LICENSE</a>. |
| </small></address> |
| </td> |
| <td> |
| <address class="footer"><small> |
| Generated on Sat Sep 3 2022 17:23:06 for libapreq2 by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 |
| </small></address> |
| </td> |
| </table> |
| </body> |
| </html> |