~ubuntu-branches/ubuntu/precise/libapreq2/precise

« back to all changes in this revision

Viewing changes to docs/html/structapreq__module__t.html

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2011-02-28 02:24:36 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110228022436-yhfu7pyz3irwvx2m
Tags: 2.13-1
* New upstream release.
  * Properly links in libapr-1 when building binaries.
    (Closes: #615739)
* Don't install .la files (remove from libapreq2-dev.install and
  libapache2-mod-apreq2.install); the one we installed was broken,
  and they're generally discouraged anyway.
  (Not reported in Debian, but LP: #651396, and fixes a Lintian error.)
* Update to Standards-Version 3.9.1 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html>
2
2
<head>
3
3
  <link rel="stylesheet" type="text/css" href="dox.css" />
4
 
  <title>libapreq2-2.12: libapreq2: apreq_module_t Struct Reference</title> 
 
4
  <title>libapreq2-2.13: libapreq2: apreq_module_t Struct Reference</title> 
5
5
</head>
6
6
<body>
7
7
<div id="page-header">
10
10
<a href="http://httpd.apache.org/apreq/">Request Library Subproject</a></p>
11
11
<p class="apache">Apache HTTP Server Request Library</p>
12
12
<img alt="" src="feather.gif" /></div>
13
 
<!-- Generated by Doxygen 1.5.2 -->
14
 
<div class="tabs">
15
 
  <ul>
16
 
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
17
 
    <li><a href="modules.html"><span>Modules</span></a></li>
18
 
    <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
19
 
    <li><a href="files.html"><span>Files</span></a></li>
20
 
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
21
 
    <li><a href="examples.html"><span>Examples</span></a></li>
22
 
  </ul>
23
 
</div>
24
 
<div class="tabs">
25
 
  <ul>
26
 
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
27
 
    <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
28
 
  </ul>
29
 
</div>
30
 
<h1>apreq_module_t Struct Reference</h1><!-- doxytag: class="apreq_module_t" -->Vtable describing the necessary environment functions.  
 
13
<!-- Generated by Doxygen 1.5.6 -->
 
14
<div class="navigation" id="top">
 
15
  <div class="tabs">
 
16
    <ul>
 
17
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
 
18
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
 
19
      <li><a href="modules.html"><span>Modules</span></a></li>
 
20
      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
 
21
      <li><a href="files.html"><span>Files</span></a></li>
 
22
      <li><a href="examples.html"><span>Examples</span></a></li>
 
23
    </ul>
 
24
  </div>
 
25
  <div class="tabs">
 
26
    <ul>
 
27
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
 
28
      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
 
29
    </ul>
 
30
  </div>
 
31
</div>
 
32
<div class="contents">
 
33
<h1>apreq_module_t Struct Reference</h1><!-- doxytag: class="apreq_module_t" -->Vtable describing the necessary module functions.  
31
34
<a href="#_details">More...</a>
32
35
<p>
33
36
<code>#include &lt;<a class="el" href="apreq__module_8h-source.html">apreq_module.h</a>&gt;</code>
35
38
<table border="0" cellpadding="0" cellspacing="0">
36
39
<tr><td></td></tr>
37
40
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
38
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#b32684e819a242536cad3118d52dcf90">name</a></td></tr>
39
 
 
40
 
<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__platform.html#gga53f88027f940df852cf49e199ad7483">apr_uint32_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#2ff1482603546104cb7b5bb5651f352f">magic_number</a></td></tr>
41
 
 
42
 
<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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#76c838ab71d675ac6b620258d356fdc1">jar</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <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__tables.html#ggfdafc0875a2cf6d44d17779ea91e4f1a">apr_table_t</a> **)</td></tr>
43
 
 
44
 
<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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#9b958eaafd129279d8ad55243921c7d7">args</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <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__tables.html#ggfdafc0875a2cf6d44d17779ea91e4f1a">apr_table_t</a> **)</td></tr>
45
 
 
46
 
<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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#a614f35761838febdfe693d0ddbc4b7c">body</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <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__tables.html#ggfdafc0875a2cf6d44d17779ea91e4f1a">apr_table_t</a> **)</td></tr>
47
 
 
48
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structapreq__cookie__t.html">apreq_cookie_t</a> *(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#b5e8790aebf2e6548fbb864e7fee8e59">jar_get</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)</td></tr>
49
 
 
50
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structapreq__param__t.html">apreq_param_t</a> *(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#d2c4b8d357b722e7dd7379001fa05ed9">args_get</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)</td></tr>
51
 
 
52
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structapreq__param__t.html">apreq_param_t</a> *(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#3cce87e692ce89a18e789f8a2c0c6a03">body_get</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)</td></tr>
53
 
 
54
 
<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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#6ed2c8845f51a497f05a85aa6a6ca700">parser_get</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <a class="el" href="structapreq__parser__t.html">apreq_parser_t</a> **)</td></tr>
55
 
 
56
 
<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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#5eb7bb6a8f5818c77ebc2f9a7c5730fc">parser_set</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <a class="el" href="structapreq__parser__t.html">apreq_parser_t</a> *)</td></tr>
57
 
 
58
 
<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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#2f413a5aaaae6e83fc3ca9b8212327c4">hook_add</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <a class="el" href="structapreq__hook__t.html">apreq_hook_t</a> *)</td></tr>
59
 
 
60
 
<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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#924ab03cf2c4a2d0ed66c59d1624ee27">brigade_limit_get</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#gg8a24b3f35155b04b2618e814d442709c">apr_size_t</a> *)</td></tr>
61
 
 
62
 
<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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#298e6be980844d3735f3cce56effd62b">brigade_limit_set</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#gg8a24b3f35155b04b2618e814d442709c">apr_size_t</a>)</td></tr>
63
 
 
64
 
<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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#84d5b24aa938ecc52a37c68098be1fa1">read_limit_get</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#gg0313bd6a35829c6519a69a9a29435a13">apr_uint64_t</a> *)</td></tr>
65
 
 
66
 
<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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#66050710752c483bca9a342386d2e008">read_limit_set</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#gg0313bd6a35829c6519a69a9a29435a13">apr_uint64_t</a>)</td></tr>
67
 
 
68
 
<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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#1ce87d1ed4a7dc4077457f43d9fb4266">temp_dir_get</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char **)</td></tr>
69
 
 
70
 
<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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#b6c1bbcb4dd9f5934e8632718664715b">temp_dir_set</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)</td></tr>
 
41
<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#e326f2fad3c575876a0da35c5a81123a">name</a></td></tr>
 
42
 
 
43
<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__platform.html#g558548a135d8a816c4787250744ea147">apr_uint32_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#dae50d06225fdd6eefeb18ff83045cf7">magic_number</a></td></tr>
 
44
 
 
45
<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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#b35544e5939df2189e88996a0cd25633">jar</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <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__tables.html#gd7ea82d6608a4a633fc3775694ab71e4">apr_table_t</a> **)</td></tr>
 
46
 
 
47
<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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#7fd46ce27e0e4067f8d738d065a3a840">args</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <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__tables.html#gd7ea82d6608a4a633fc3775694ab71e4">apr_table_t</a> **)</td></tr>
 
48
 
 
49
<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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#cf3160960a3a9a8e75187c70f8b75e06">body</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <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__tables.html#gd7ea82d6608a4a633fc3775694ab71e4">apr_table_t</a> **)</td></tr>
 
50
 
 
51
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structapreq__cookie__t.html">apreq_cookie_t</a> *(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#825d5dc4ca0f99c17ab65b8907548331">jar_get</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)</td></tr>
 
52
 
 
53
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structapreq__param__t.html">apreq_param_t</a> *(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#966dd27491fb442ed2814f8948156d37">args_get</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)</td></tr>
 
54
 
 
55
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structapreq__param__t.html">apreq_param_t</a> *(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#4e3ca2756113ec202d76e50d5bb46622">body_get</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)</td></tr>
 
56
 
 
57
<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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#ad82c9225daaed3253ba34e4c55434d7">parser_get</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <a class="el" href="structapreq__parser__t.html">apreq_parser_t</a> **)</td></tr>
 
58
 
 
59
<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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#bfcd9449fc06c038ae2fe4f482919e32">parser_set</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <a class="el" href="structapreq__parser__t.html">apreq_parser_t</a> *)</td></tr>
 
60
 
 
61
<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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#3e0130a4fe0dff7f6f2c103185da0544">hook_add</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <a class="el" href="structapreq__hook__t.html">apreq_hook_t</a> *)</td></tr>
 
62
 
 
63
<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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#98a4281cc06207a86b7cea9df184c2c8">brigade_limit_get</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#gaa72b2253f6f3032cefea5712a27540e">apr_size_t</a> *)</td></tr>
 
64
 
 
65
<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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#1088b1d83aac0ec4fb4c172eb528efdb">brigade_limit_set</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#gaa72b2253f6f3032cefea5712a27540e">apr_size_t</a>)</td></tr>
 
66
 
 
67
<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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#7e5678baa9a383a5e93ebbf09fc4f023">read_limit_get</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#g1a3eadd69cfefe46e764bd7e4ff0d9ee">apr_uint64_t</a> *)</td></tr>
 
68
 
 
69
<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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#85032dfaf2719f6d7024d7f89ec6996d">read_limit_set</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#g1a3eadd69cfefe46e764bd7e4ff0d9ee">apr_uint64_t</a>)</td></tr>
 
70
 
 
71
<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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#9c15b94e2c94eb56af7df06d008eb420">temp_dir_get</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char **)</td></tr>
 
72
 
 
73
<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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapreq__module__t.html#8744bfd5c82533092e5e029a8cd29e65">temp_dir_set</a> )(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)</td></tr>
71
74
 
72
75
</table>
73
76
<hr><a name="_details"></a><h2>Detailed Description</h2>
74
 
Vtable describing the necessary environment functions. 
75
 
<p>
76
 
<hr><h2>Field Documentation</h2>
77
 
<a class="anchor" name="b32684e819a242536cad3118d52dcf90"></a><!-- doxytag: member="apreq_module_t::name" ref="b32684e819a242536cad3118d52dcf90" args="" -->
 
77
Vtable describing the necessary module functions. <hr><h2>Field Documentation</h2>
 
78
<a class="anchor" name="e326f2fad3c575876a0da35c5a81123a"></a><!-- doxytag: member="apreq_module_t::name" ref="e326f2fad3c575876a0da35c5a81123a" args="" -->
78
79
<div class="memitem">
79
80
<div class="memproto">
80
81
      <table class="memname">
81
82
        <tr>
82
 
          <td class="memname">const char* <a class="el" href="structapreq__module__t.html#b32684e819a242536cad3118d52dcf90">apreq_module_t::name</a>          </td>
 
83
          <td class="memname">const char* <a class="el" href="structapreq__module__t.html#e326f2fad3c575876a0da35c5a81123a">apreq_module_t::name</a>          </td>
83
84
        </tr>
84
85
      </table>
85
86
</div>
89
90
name of this apreq module 
90
91
</div>
91
92
</div><p>
92
 
<a class="anchor" name="2ff1482603546104cb7b5bb5651f352f"></a><!-- doxytag: member="apreq_module_t::magic_number" ref="2ff1482603546104cb7b5bb5651f352f" args="" -->
 
93
<a class="anchor" name="dae50d06225fdd6eefeb18ff83045cf7"></a><!-- doxytag: member="apreq_module_t::magic_number" ref="dae50d06225fdd6eefeb18ff83045cf7" args="" -->
93
94
<div class="memitem">
94
95
<div class="memproto">
95
96
      <table class="memname">
96
97
        <tr>
97
 
          <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__platform.html#gga53f88027f940df852cf49e199ad7483">apr_uint32_t</a> <a class="el" href="structapreq__module__t.html#2ff1482603546104cb7b5bb5651f352f">apreq_module_t::magic_number</a>          </td>
 
98
          <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__platform.html#g558548a135d8a816c4787250744ea147">apr_uint32_t</a> <a class="el" href="structapreq__module__t.html#dae50d06225fdd6eefeb18ff83045cf7">apreq_module_t::magic_number</a>          </td>
98
99
        </tr>
99
100
      </table>
100
101
</div>
104
105
magic number identifying the module and version 
105
106
</div>
106
107
</div><p>
107
 
<a class="anchor" name="76c838ab71d675ac6b620258d356fdc1"></a><!-- doxytag: member="apreq_module_t::jar" ref="76c838ab71d675ac6b620258d356fdc1" args=")(apreq_handle_t *, const apr_table_t **)" -->
 
108
<a class="anchor" name="b35544e5939df2189e88996a0cd25633"></a><!-- doxytag: member="apreq_module_t::jar" ref="b35544e5939df2189e88996a0cd25633" args=")(apreq_handle_t *, const apr_table_t **)" -->
108
109
<div class="memitem">
109
110
<div class="memproto">
110
111
      <table class="memname">
111
112
        <tr>
112
 
          <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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#76c838ab71d675ac6b620258d356fdc1">apreq_module_t::jar</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <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__tables.html#ggfdafc0875a2cf6d44d17779ea91e4f1a">apr_table_t</a> **)          </td>
 
113
          <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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#b35544e5939df2189e88996a0cd25633">apreq_module_t::jar</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <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__tables.html#gd7ea82d6608a4a633fc3775694ab71e4">apr_table_t</a> **)          </td>
113
114
        </tr>
114
115
      </table>
115
116
</div>
119
120
get a table with all cookies 
120
121
</div>
121
122
</div><p>
122
 
<a class="anchor" name="9b958eaafd129279d8ad55243921c7d7"></a><!-- doxytag: member="apreq_module_t::args" ref="9b958eaafd129279d8ad55243921c7d7" args=")(apreq_handle_t *, const apr_table_t **)" -->
 
123
<a class="anchor" name="7fd46ce27e0e4067f8d738d065a3a840"></a><!-- doxytag: member="apreq_module_t::args" ref="7fd46ce27e0e4067f8d738d065a3a840" args=")(apreq_handle_t *, const apr_table_t **)" -->
123
124
<div class="memitem">
124
125
<div class="memproto">
125
126
      <table class="memname">
126
127
        <tr>
127
 
          <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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#9b958eaafd129279d8ad55243921c7d7">apreq_module_t::args</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <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__tables.html#ggfdafc0875a2cf6d44d17779ea91e4f1a">apr_table_t</a> **)          </td>
 
128
          <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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#7fd46ce27e0e4067f8d738d065a3a840">apreq_module_t::args</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <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__tables.html#gd7ea82d6608a4a633fc3775694ab71e4">apr_table_t</a> **)          </td>
128
129
        </tr>
129
130
      </table>
130
131
</div>
134
135
get a table with all query string parameters 
135
136
</div>
136
137
</div><p>
137
 
<a class="anchor" name="a614f35761838febdfe693d0ddbc4b7c"></a><!-- doxytag: member="apreq_module_t::body" ref="a614f35761838febdfe693d0ddbc4b7c" args=")(apreq_handle_t *, const apr_table_t **)" -->
 
138
<a class="anchor" name="cf3160960a3a9a8e75187c70f8b75e06"></a><!-- doxytag: member="apreq_module_t::body" ref="cf3160960a3a9a8e75187c70f8b75e06" args=")(apreq_handle_t *, const apr_table_t **)" -->
138
139
<div class="memitem">
139
140
<div class="memproto">
140
141
      <table class="memname">
141
142
        <tr>
142
 
          <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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#a614f35761838febdfe693d0ddbc4b7c">apreq_module_t::body</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <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__tables.html#ggfdafc0875a2cf6d44d17779ea91e4f1a">apr_table_t</a> **)          </td>
 
143
          <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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#cf3160960a3a9a8e75187c70f8b75e06">apreq_module_t::body</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <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__tables.html#gd7ea82d6608a4a633fc3775694ab71e4">apr_table_t</a> **)          </td>
143
144
        </tr>
144
145
      </table>
145
146
</div>
149
150
get a table with all body parameters 
150
151
</div>
151
152
</div><p>
152
 
<a class="anchor" name="b5e8790aebf2e6548fbb864e7fee8e59"></a><!-- doxytag: member="apreq_module_t::jar_get" ref="b5e8790aebf2e6548fbb864e7fee8e59" args=")(apreq_handle_t *, const char *)" -->
 
153
<a class="anchor" name="825d5dc4ca0f99c17ab65b8907548331"></a><!-- doxytag: member="apreq_module_t::jar_get" ref="825d5dc4ca0f99c17ab65b8907548331" args=")(apreq_handle_t *, const char *)" -->
153
154
<div class="memitem">
154
155
<div class="memproto">
155
156
      <table class="memname">
156
157
        <tr>
157
 
          <td class="memname"><a class="el" href="structapreq__cookie__t.html">apreq_cookie_t</a>*(* <a class="el" href="structapreq__module__t.html#b5e8790aebf2e6548fbb864e7fee8e59">apreq_module_t::jar_get</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)          </td>
 
158
          <td class="memname"><a class="el" href="structapreq__cookie__t.html">apreq_cookie_t</a>*(* <a class="el" href="structapreq__module__t.html#825d5dc4ca0f99c17ab65b8907548331">apreq_module_t::jar_get</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)          </td>
158
159
        </tr>
159
160
      </table>
160
161
</div>
164
165
get a cookie by its name 
165
166
</div>
166
167
</div><p>
167
 
<a class="anchor" name="d2c4b8d357b722e7dd7379001fa05ed9"></a><!-- doxytag: member="apreq_module_t::args_get" ref="d2c4b8d357b722e7dd7379001fa05ed9" args=")(apreq_handle_t *, const char *)" -->
 
168
<a class="anchor" name="966dd27491fb442ed2814f8948156d37"></a><!-- doxytag: member="apreq_module_t::args_get" ref="966dd27491fb442ed2814f8948156d37" args=")(apreq_handle_t *, const char *)" -->
168
169
<div class="memitem">
169
170
<div class="memproto">
170
171
      <table class="memname">
171
172
        <tr>
172
 
          <td class="memname"><a class="el" href="structapreq__param__t.html">apreq_param_t</a>*(* <a class="el" href="structapreq__module__t.html#d2c4b8d357b722e7dd7379001fa05ed9">apreq_module_t::args_get</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)          </td>
 
173
          <td class="memname"><a class="el" href="structapreq__param__t.html">apreq_param_t</a>*(* <a class="el" href="structapreq__module__t.html#966dd27491fb442ed2814f8948156d37">apreq_module_t::args_get</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)          </td>
173
174
        </tr>
174
175
      </table>
175
176
</div>
179
180
get a query string parameter by its name 
180
181
</div>
181
182
</div><p>
182
 
<a class="anchor" name="3cce87e692ce89a18e789f8a2c0c6a03"></a><!-- doxytag: member="apreq_module_t::body_get" ref="3cce87e692ce89a18e789f8a2c0c6a03" args=")(apreq_handle_t *, const char *)" -->
 
183
<a class="anchor" name="4e3ca2756113ec202d76e50d5bb46622"></a><!-- doxytag: member="apreq_module_t::body_get" ref="4e3ca2756113ec202d76e50d5bb46622" args=")(apreq_handle_t *, const char *)" -->
183
184
<div class="memitem">
184
185
<div class="memproto">
185
186
      <table class="memname">
186
187
        <tr>
187
 
          <td class="memname"><a class="el" href="structapreq__param__t.html">apreq_param_t</a>*(* <a class="el" href="structapreq__module__t.html#3cce87e692ce89a18e789f8a2c0c6a03">apreq_module_t::body_get</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)          </td>
 
188
          <td class="memname"><a class="el" href="structapreq__param__t.html">apreq_param_t</a>*(* <a class="el" href="structapreq__module__t.html#4e3ca2756113ec202d76e50d5bb46622">apreq_module_t::body_get</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)          </td>
188
189
        </tr>
189
190
      </table>
190
191
</div>
194
195
get a body parameter by its name 
195
196
</div>
196
197
</div><p>
197
 
<a class="anchor" name="6ed2c8845f51a497f05a85aa6a6ca700"></a><!-- doxytag: member="apreq_module_t::parser_get" ref="6ed2c8845f51a497f05a85aa6a6ca700" args=")(apreq_handle_t *, const apreq_parser_t **)" -->
 
198
<a class="anchor" name="ad82c9225daaed3253ba34e4c55434d7"></a><!-- doxytag: member="apreq_module_t::parser_get" ref="ad82c9225daaed3253ba34e4c55434d7" args=")(apreq_handle_t *, const apreq_parser_t **)" -->
198
199
<div class="memitem">
199
200
<div class="memproto">
200
201
      <table class="memname">
201
202
        <tr>
202
 
          <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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#6ed2c8845f51a497f05a85aa6a6ca700">apreq_module_t::parser_get</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <a class="el" href="structapreq__parser__t.html">apreq_parser_t</a> **)          </td>
 
203
          <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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#ad82c9225daaed3253ba34e4c55434d7">apreq_module_t::parser_get</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const <a class="el" href="structapreq__parser__t.html">apreq_parser_t</a> **)          </td>
203
204
        </tr>
204
205
      </table>
205
206
</div>
209
210
gets the parser associated with the request body 
210
211
</div>
211
212
</div><p>
212
 
<a class="anchor" name="5eb7bb6a8f5818c77ebc2f9a7c5730fc"></a><!-- doxytag: member="apreq_module_t::parser_set" ref="5eb7bb6a8f5818c77ebc2f9a7c5730fc" args=")(apreq_handle_t *, apreq_parser_t *)" -->
 
213
<a class="anchor" name="bfcd9449fc06c038ae2fe4f482919e32"></a><!-- doxytag: member="apreq_module_t::parser_set" ref="bfcd9449fc06c038ae2fe4f482919e32" args=")(apreq_handle_t *, apreq_parser_t *)" -->
213
214
<div class="memitem">
214
215
<div class="memproto">
215
216
      <table class="memname">
216
217
        <tr>
217
 
          <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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#5eb7bb6a8f5818c77ebc2f9a7c5730fc">apreq_module_t::parser_set</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <a class="el" href="structapreq__parser__t.html">apreq_parser_t</a> *)          </td>
 
218
          <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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#bfcd9449fc06c038ae2fe4f482919e32">apreq_module_t::parser_set</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <a class="el" href="structapreq__parser__t.html">apreq_parser_t</a> *)          </td>
218
219
        </tr>
219
220
      </table>
220
221
</div>
224
225
manually set a parser for the request body 
225
226
</div>
226
227
</div><p>
227
 
<a class="anchor" name="2f413a5aaaae6e83fc3ca9b8212327c4"></a><!-- doxytag: member="apreq_module_t::hook_add" ref="2f413a5aaaae6e83fc3ca9b8212327c4" args=")(apreq_handle_t *, apreq_hook_t *)" -->
 
228
<a class="anchor" name="3e0130a4fe0dff7f6f2c103185da0544"></a><!-- doxytag: member="apreq_module_t::hook_add" ref="3e0130a4fe0dff7f6f2c103185da0544" args=")(apreq_handle_t *, apreq_hook_t *)" -->
228
229
<div class="memitem">
229
230
<div class="memproto">
230
231
      <table class="memname">
231
232
        <tr>
232
 
          <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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#2f413a5aaaae6e83fc3ca9b8212327c4">apreq_module_t::hook_add</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <a class="el" href="structapreq__hook__t.html">apreq_hook_t</a> *)          </td>
 
233
          <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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#3e0130a4fe0dff7f6f2c103185da0544">apreq_module_t::hook_add</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <a class="el" href="structapreq__hook__t.html">apreq_hook_t</a> *)          </td>
233
234
        </tr>
234
235
      </table>
235
236
</div>
239
240
add a hook function 
240
241
</div>
241
242
</div><p>
242
 
<a class="anchor" name="924ab03cf2c4a2d0ed66c59d1624ee27"></a><!-- doxytag: member="apreq_module_t::brigade_limit_get" ref="924ab03cf2c4a2d0ed66c59d1624ee27" args=")(apreq_handle_t *, apr_size_t *)" -->
 
243
<a class="anchor" name="98a4281cc06207a86b7cea9df184c2c8"></a><!-- doxytag: member="apreq_module_t::brigade_limit_get" ref="98a4281cc06207a86b7cea9df184c2c8" args=")(apreq_handle_t *, apr_size_t *)" -->
243
244
<div class="memitem">
244
245
<div class="memproto">
245
246
      <table class="memname">
246
247
        <tr>
247
 
          <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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#924ab03cf2c4a2d0ed66c59d1624ee27">apreq_module_t::brigade_limit_get</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#gg8a24b3f35155b04b2618e814d442709c">apr_size_t</a> *)          </td>
 
248
          <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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#98a4281cc06207a86b7cea9df184c2c8">apreq_module_t::brigade_limit_get</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#gaa72b2253f6f3032cefea5712a27540e">apr_size_t</a> *)          </td>
248
249
        </tr>
249
250
      </table>
250
251
</div>
254
255
determine the maximum in-memory bytes a brigade may use 
255
256
</div>
256
257
</div><p>
257
 
<a class="anchor" name="298e6be980844d3735f3cce56effd62b"></a><!-- doxytag: member="apreq_module_t::brigade_limit_set" ref="298e6be980844d3735f3cce56effd62b" args=")(apreq_handle_t *, apr_size_t)" -->
 
258
<a class="anchor" name="1088b1d83aac0ec4fb4c172eb528efdb"></a><!-- doxytag: member="apreq_module_t::brigade_limit_set" ref="1088b1d83aac0ec4fb4c172eb528efdb" args=")(apreq_handle_t *, apr_size_t)" -->
258
259
<div class="memitem">
259
260
<div class="memproto">
260
261
      <table class="memname">
261
262
        <tr>
262
 
          <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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#298e6be980844d3735f3cce56effd62b">apreq_module_t::brigade_limit_set</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#gg8a24b3f35155b04b2618e814d442709c">apr_size_t</a>)          </td>
 
263
          <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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#1088b1d83aac0ec4fb4c172eb528efdb">apreq_module_t::brigade_limit_set</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#gaa72b2253f6f3032cefea5712a27540e">apr_size_t</a>)          </td>
263
264
        </tr>
264
265
      </table>
265
266
</div>
269
270
set the maximum in-memory bytes a brigade may use 
270
271
</div>
271
272
</div><p>
272
 
<a class="anchor" name="84d5b24aa938ecc52a37c68098be1fa1"></a><!-- doxytag: member="apreq_module_t::read_limit_get" ref="84d5b24aa938ecc52a37c68098be1fa1" args=")(apreq_handle_t *, apr_uint64_t *)" -->
 
273
<a class="anchor" name="7e5678baa9a383a5e93ebbf09fc4f023"></a><!-- doxytag: member="apreq_module_t::read_limit_get" ref="7e5678baa9a383a5e93ebbf09fc4f023" args=")(apreq_handle_t *, apr_uint64_t *)" -->
273
274
<div class="memitem">
274
275
<div class="memproto">
275
276
      <table class="memname">
276
277
        <tr>
277
 
          <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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#84d5b24aa938ecc52a37c68098be1fa1">apreq_module_t::read_limit_get</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#gg0313bd6a35829c6519a69a9a29435a13">apr_uint64_t</a> *)          </td>
 
278
          <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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#7e5678baa9a383a5e93ebbf09fc4f023">apreq_module_t::read_limit_get</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#g1a3eadd69cfefe46e764bd7e4ff0d9ee">apr_uint64_t</a> *)          </td>
278
279
        </tr>
279
280
      </table>
280
281
</div>
284
285
determine the maximum amount of data that will be fed into a parser 
285
286
</div>
286
287
</div><p>
287
 
<a class="anchor" name="66050710752c483bca9a342386d2e008"></a><!-- doxytag: member="apreq_module_t::read_limit_set" ref="66050710752c483bca9a342386d2e008" args=")(apreq_handle_t *, apr_uint64_t)" -->
 
288
<a class="anchor" name="85032dfaf2719f6d7024d7f89ec6996d"></a><!-- doxytag: member="apreq_module_t::read_limit_set" ref="85032dfaf2719f6d7024d7f89ec6996d" args=")(apreq_handle_t *, apr_uint64_t)" -->
288
289
<div class="memitem">
289
290
<div class="memproto">
290
291
      <table class="memname">
291
292
        <tr>
292
 
          <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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#66050710752c483bca9a342386d2e008">apreq_module_t::read_limit_set</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#gg0313bd6a35829c6519a69a9a29435a13">apr_uint64_t</a>)          </td>
 
293
          <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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#85032dfaf2719f6d7024d7f89ec6996d">apreq_module_t::read_limit_set</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, <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__platform.html#g1a3eadd69cfefe46e764bd7e4ff0d9ee">apr_uint64_t</a>)          </td>
293
294
        </tr>
294
295
      </table>
295
296
</div>
299
300
set the maximum amount of data that will be fed into a parser 
300
301
</div>
301
302
</div><p>
302
 
<a class="anchor" name="1ce87d1ed4a7dc4077457f43d9fb4266"></a><!-- doxytag: member="apreq_module_t::temp_dir_get" ref="1ce87d1ed4a7dc4077457f43d9fb4266" args=")(apreq_handle_t *, const char **)" -->
 
303
<a class="anchor" name="9c15b94e2c94eb56af7df06d008eb420"></a><!-- doxytag: member="apreq_module_t::temp_dir_get" ref="9c15b94e2c94eb56af7df06d008eb420" args=")(apreq_handle_t *, const char **)" -->
303
304
<div class="memitem">
304
305
<div class="memproto">
305
306
      <table class="memname">
306
307
        <tr>
307
 
          <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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#1ce87d1ed4a7dc4077457f43d9fb4266">apreq_module_t::temp_dir_get</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char **)          </td>
 
308
          <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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#9c15b94e2c94eb56af7df06d008eb420">apreq_module_t::temp_dir_get</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char **)          </td>
308
309
        </tr>
309
310
      </table>
310
311
</div>
314
315
determine the directory used by the parser for temporary files 
315
316
</div>
316
317
</div><p>
317
 
<a class="anchor" name="b6c1bbcb4dd9f5934e8632718664715b"></a><!-- doxytag: member="apreq_module_t::temp_dir_set" ref="b6c1bbcb4dd9f5934e8632718664715b" args=")(apreq_handle_t *, const char *)" -->
 
318
<a class="anchor" name="8744bfd5c82533092e5e029a8cd29e65"></a><!-- doxytag: member="apreq_module_t::temp_dir_set" ref="8744bfd5c82533092e5e029a8cd29e65" args=")(apreq_handle_t *, const char *)" -->
318
319
<div class="memitem">
319
320
<div class="memproto">
320
321
      <table class="memname">
321
322
        <tr>
322
 
          <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__errno.html#gg4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#b6c1bbcb4dd9f5934e8632718664715b">apreq_module_t::temp_dir_set</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)          </td>
 
323
          <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__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>(* <a class="el" href="structapreq__module__t.html#8744bfd5c82533092e5e029a8cd29e65">apreq_module_t::temp_dir_set</a>)(<a class="el" href="structapreq__handle__t.html">apreq_handle_t</a> *, const char *)          </td>
323
324
        </tr>
324
325
      </table>
325
326
</div>
331
332
</div><p>
332
333
<hr>The documentation for this struct was generated from the following file:<ul>
333
334
<li>include/<a class="el" href="apreq__module_8h-source.html">apreq_module.h</a></ul>
 
335
</div>
334
336
<div id="footer">
335
337
<p class="apache">
336
338
Copyright &copy; 2003-2006 <a href="http://www.apache.org">The Apache Software Foundation</a>.<br/>
337
339
See <a href="apreq_license.html">LICENSE</a>.</p>
338
340
<p class="menu">
339
341
<span style="color:#aaa">page generated by <a href="http://www.doxygen.org/"><code>doxygen</code></a>
340
 
version 1.5.2 on 6 Mar 2009</span>
 
342
version 1.5.6 on 25 Nov 2010</span>
341
343
</p>
342
344
</div>
343
345
</body>