You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2009/10/03 18:20:35 UTC

svn commit: r821352 [23/34] - /httpd/site/trunk/docs/dev/apidoc/

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pfdopen.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pfdopen.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pfdopen.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pfdopen.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,81 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_pfdopen</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_pfdopen</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+file *ap_pfdopen(struct <a href="apidoc_pool.html">pool</a> *p, int fd, const char *fmode);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Opens a stream (similar to <EM>fdopen</EM>), but ensures the stream is closed
+when <EM>p</EM> is destroyed.</p>
+<p>
+Returns a new stream pointer, or NULL on error.
+</p>
+
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_clear_pool.html"><samp>ap_clear_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfopen.html"><samp>ap_pfopen</samp></a>,
+        <a href="apidoc_ap_pgethostbyname.html"><samp>ap_pgethostbyname</samp></a>,
+        <a href="apidoc_ap_pool.html"><samp>ap_pool</samp></a>,
+        <a href="apidoc_ap_pool_is_ancestor.html"><samp>ap_pool_is_ancestor</samp></a>,
+        <a href="apidoc_ap_pool_join.html"><samp>ap_pool_join</samp></a>,
+        <a href="apidoc_ap_popendir.html"><samp>ap_popendir</samp></a>,
+        <a href="apidoc_ap_popenf.html"><samp>ap_popenf</samp></a>,
+        <a href="apidoc_ap_pregcomp.html"><samp>ap_pregcomp</samp></a>,
+        <a href="apidoc_ap_pregfree.html"><samp>ap_pregfree</samp></a>,
+        <a href="apidoc_ap_psocket.html"><samp>ap_psocket</samp></a>,
+        <a href="apidoc_ap_pstrcat.html"><samp>ap_pstrcat</samp></a>,
+        <a href="apidoc_ap_pstrdup.html"><samp>ap_pstrdup</samp></a>,
+        <a href="apidoc_ap_pstrndup.html"><samp>ap_pstrndup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_pfclose.html"><code>ap_pfclose</code></a>
+  Next: <a href="apidoc_ap_pfopen.html"><code>ap_pfopen</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pfdopen.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pfdopen.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pfdopen.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pfopen.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pfopen.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pfopen.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pfopen.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,80 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_pfopen</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_pfopen</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+file *ap_pfopen(struct <a href="apidoc_pool.html">pool</a> *p, const char *name, const char *fmode);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Opens a stream (similar to <EM>fopen</EM>), but ensures the stream is closed
+when <EM>p</EM> is destroyed.</p>
+<p>
+Returns a new stream pointer, or NULL on error.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_clear_pool.html"><samp>ap_clear_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfdopen.html"><samp>ap_pfdopen</samp></a>,
+        <a href="apidoc_ap_pgethostbyname.html"><samp>ap_pgethostbyname</samp></a>,
+        <a href="apidoc_ap_pool.html"><samp>ap_pool</samp></a>,
+        <a href="apidoc_ap_pool_is_ancestor.html"><samp>ap_pool_is_ancestor</samp></a>,
+        <a href="apidoc_ap_pool_join.html"><samp>ap_pool_join</samp></a>,
+        <a href="apidoc_ap_popendir.html"><samp>ap_popendir</samp></a>,
+        <a href="apidoc_ap_popenf.html"><samp>ap_popenf</samp></a>,
+        <a href="apidoc_ap_pregcomp.html"><samp>ap_pregcomp</samp></a>,
+        <a href="apidoc_ap_pregfree.html"><samp>ap_pregfree</samp></a>,
+        <a href="apidoc_ap_psocket.html"><samp>ap_psocket</samp></a>,
+        <a href="apidoc_ap_pstrcat.html"><samp>ap_pstrcat</samp></a>,
+        <a href="apidoc_ap_pstrdup.html"><samp>ap_pstrdup</samp></a>,
+        <a href="apidoc_ap_pstrndup.html"><samp>ap_pstrndup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_pfdopen.html"><code>ap_pfdopen</code></a>
+  Next: <a href="apidoc_ap_pgethostbyname.html"><code>ap_pgethostbyname</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pfopen.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pfopen.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pfopen.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pgethostbyname.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pgethostbyname.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pgethostbyname.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pgethostbyname.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,76 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_pgethostbyname</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_pgethostbyname</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+struct hostent *ap_pgethostbyname(<a href="apidoc_pool.html">pool</a> *p, const char *hostname);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_clear_pool.html"><samp>ap_clear_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfdopen.html"><samp>ap_pfdopen</samp></a>,
+        <a href="apidoc_ap_pfopen.html"><samp>ap_pfopen</samp></a>,
+        <a href="apidoc_ap_pool.html"><samp>ap_pool</samp></a>,
+        <a href="apidoc_ap_pool_is_ancestor.html"><samp>ap_pool_is_ancestor</samp></a>,
+        <a href="apidoc_ap_pool_join.html"><samp>ap_pool_join</samp></a>,
+        <a href="apidoc_ap_popendir.html"><samp>ap_popendir</samp></a>,
+        <a href="apidoc_ap_popenf.html"><samp>ap_popenf</samp></a>,
+        <a href="apidoc_ap_pregcomp.html"><samp>ap_pregcomp</samp></a>,
+        <a href="apidoc_ap_pregfree.html"><samp>ap_pregfree</samp></a>,
+        <a href="apidoc_ap_psocket.html"><samp>ap_psocket</samp></a>,
+        <a href="apidoc_ap_pstrcat.html"><samp>ap_pstrcat</samp></a>,
+        <a href="apidoc_ap_pstrdup.html"><samp>ap_pstrdup</samp></a>,
+        <a href="apidoc_ap_pstrndup.html"><samp>ap_pstrndup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_pfopen.html"><code>ap_pfopen</code></a>
+  Next: <a href="apidoc_ap_pool_is_ancestor.html"><code>ap_pool_is_ancestor</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pgethostbyname.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pgethostbyname.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pgethostbyname.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pid_fname.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pid_fname.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pid_fname.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pid_fname.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,46 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_pid_fname</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Global Data Cell ap_pid_fname</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_pid_fname;
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_my_generation.html"><code>ap_my_generation</code></a>
+  Next: <a href="apidoc_ap_restart_time.html"><code>ap_restart_time</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pid_fname.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pid_fname.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pid_fname.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,99 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_pool</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Structure ap_pool</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+typedef struct pool pool;
+typedef struct pool ap_pool;
+struct <a href="apidoc_pool.html">pool</a> <var>opaque-structure</var>
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Memory <a href="apidoc_pool.html">pool</a> allocation routines in Apache are designed so that
+developers don't have to keep track of <i>every</i> allocation
+so that it can be explicitly freed later.
+</p>
+<p>
+Instead, Apache uses memory <i>pools</i>, and items
+(both memory and I/O handlers) are allocated from them.
+Currently there are two long-term pools; one for <i>per</i>-transaction
+info (<a href="apidoc_request_rec.html">request_rec</a> and <a href="apidoc_conn_rec.html">conn_rec</a> structures and such), and one for config
+info (<a href="apidoc_server_rec.html">server_rec</a> structures, <i>et alia</i>).
+When a transaction is over, Apache can delete everything in the
+<i>per</i>-transaction <a href="apidoc_pool.html">pool</a> without fear, and without thinking too
+hard about it either.
+</p>
+<p>
+There are two reasons a <a href="apidoc_pool.html">pool</a> can be destroyed:
+</p>
+<ol>
+ <li>The server has finished with that <a href="apidoc_pool.html">pool</a>, or</li>
+ <li>The server has forked and is preparing to <code>exec</code> another
+  program.</li>
+</ol>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_clear_pool.html"><samp>ap_clear_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfdopen.html"><samp>ap_pfdopen</samp></a>,
+        <a href="apidoc_ap_pfopen.html"><samp>ap_pfopen</samp></a>,
+        <a href="apidoc_ap_pgethostbyname.html"><samp>ap_pgethostbyname</samp></a>,
+        <a href="apidoc_ap_pool_is_ancestor.html"><samp>ap_pool_is_ancestor</samp></a>,
+        <a href="apidoc_ap_pool_join.html"><samp>ap_pool_join</samp></a>,
+        <a href="apidoc_ap_popendir.html"><samp>ap_popendir</samp></a>,
+        <a href="apidoc_ap_popenf.html"><samp>ap_popenf</samp></a>,
+        <a href="apidoc_ap_pregcomp.html"><samp>ap_pregcomp</samp></a>,
+        <a href="apidoc_ap_pregfree.html"><samp>ap_pregfree</samp></a>,
+        <a href="apidoc_ap_psocket.html"><samp>ap_psocket</samp></a>,
+        <a href="apidoc_ap_pstrcat.html"><samp>ap_pstrcat</samp></a>,
+        <a href="apidoc_ap_pstrdup.html"><samp>ap_pstrdup</samp></a>,
+        <a href="apidoc_ap_pstrndup.html"><samp>ap_pstrndup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_AP_MD5_CTX.html"><code>AP_MD5_CTX</code></a>
+  Next: <a href="apidoc_ap_vformatter_buff.html"><code>ap_vformatter_buff</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool_is_ancestor.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool_is_ancestor.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool_is_ancestor.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool_is_ancestor.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,76 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_pool_is_ancestor</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_pool_is_ancestor</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_pool_is_ancestor(pool *a, <a href="apidoc_pool.html">pool</a> *b);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_clear_pool.html"><samp>ap_clear_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfdopen.html"><samp>ap_pfdopen</samp></a>,
+        <a href="apidoc_ap_pfopen.html"><samp>ap_pfopen</samp></a>,
+        <a href="apidoc_ap_pgethostbyname.html"><samp>ap_pgethostbyname</samp></a>,
+        <a href="apidoc_ap_pool.html"><samp>ap_pool</samp></a>,
+        <a href="apidoc_ap_pool_join.html"><samp>ap_pool_join</samp></a>,
+        <a href="apidoc_ap_popendir.html"><samp>ap_popendir</samp></a>,
+        <a href="apidoc_ap_popenf.html"><samp>ap_popenf</samp></a>,
+        <a href="apidoc_ap_pregcomp.html"><samp>ap_pregcomp</samp></a>,
+        <a href="apidoc_ap_pregfree.html"><samp>ap_pregfree</samp></a>,
+        <a href="apidoc_ap_psocket.html"><samp>ap_psocket</samp></a>,
+        <a href="apidoc_ap_pstrcat.html"><samp>ap_pstrcat</samp></a>,
+        <a href="apidoc_ap_pstrdup.html"><samp>ap_pstrdup</samp></a>,
+        <a href="apidoc_ap_pstrndup.html"><samp>ap_pstrndup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_pgethostbyname.html"><code>ap_pgethostbyname</code></a>
+  Next: <a href="apidoc_ap_pool_join.html"><code>ap_pool_join</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool_is_ancestor.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool_is_ancestor.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool_is_ancestor.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool_join.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool_join.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool_join.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool_join.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,76 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_pool_join</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_pool_join</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_pool_join(pool *p, <a href="apidoc_pool.html">pool</a> *sub);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_clear_pool.html"><samp>ap_clear_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfdopen.html"><samp>ap_pfdopen</samp></a>,
+        <a href="apidoc_ap_pfopen.html"><samp>ap_pfopen</samp></a>,
+        <a href="apidoc_ap_pgethostbyname.html"><samp>ap_pgethostbyname</samp></a>,
+        <a href="apidoc_ap_pool.html"><samp>ap_pool</samp></a>,
+        <a href="apidoc_ap_pool_is_ancestor.html"><samp>ap_pool_is_ancestor</samp></a>,
+        <a href="apidoc_ap_popendir.html"><samp>ap_popendir</samp></a>,
+        <a href="apidoc_ap_popenf.html"><samp>ap_popenf</samp></a>,
+        <a href="apidoc_ap_pregcomp.html"><samp>ap_pregcomp</samp></a>,
+        <a href="apidoc_ap_pregfree.html"><samp>ap_pregfree</samp></a>,
+        <a href="apidoc_ap_psocket.html"><samp>ap_psocket</samp></a>,
+        <a href="apidoc_ap_pstrcat.html"><samp>ap_pstrcat</samp></a>,
+        <a href="apidoc_ap_pstrdup.html"><samp>ap_pstrdup</samp></a>,
+        <a href="apidoc_ap_pstrndup.html"><samp>ap_pstrndup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_pool_is_ancestor.html"><code>ap_pool_is_ancestor</code></a>
+  Next: <a href="apidoc_ap_popendir.html"><code>ap_popendir</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool_join.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool_join.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pool_join.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_popendir.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_popendir.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_popendir.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_popendir.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,76 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_popendir</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_popendir</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+dir *ap_popendir(<a href="apidoc_pool.html">pool</a> *p, const char *name);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_clear_pool.html"><samp>ap_clear_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfdopen.html"><samp>ap_pfdopen</samp></a>,
+        <a href="apidoc_ap_pfopen.html"><samp>ap_pfopen</samp></a>,
+        <a href="apidoc_ap_pgethostbyname.html"><samp>ap_pgethostbyname</samp></a>,
+        <a href="apidoc_ap_pool.html"><samp>ap_pool</samp></a>,
+        <a href="apidoc_ap_pool_is_ancestor.html"><samp>ap_pool_is_ancestor</samp></a>,
+        <a href="apidoc_ap_pool_join.html"><samp>ap_pool_join</samp></a>,
+        <a href="apidoc_ap_popenf.html"><samp>ap_popenf</samp></a>,
+        <a href="apidoc_ap_pregcomp.html"><samp>ap_pregcomp</samp></a>,
+        <a href="apidoc_ap_pregfree.html"><samp>ap_pregfree</samp></a>,
+        <a href="apidoc_ap_psocket.html"><samp>ap_psocket</samp></a>,
+        <a href="apidoc_ap_pstrcat.html"><samp>ap_pstrcat</samp></a>,
+        <a href="apidoc_ap_pstrdup.html"><samp>ap_pstrdup</samp></a>,
+        <a href="apidoc_ap_pstrndup.html"><samp>ap_pstrndup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_pool_join.html"><code>ap_pool_join</code></a>
+  Next: <a href="apidoc_ap_popenf.html"><code>ap_popenf</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_popendir.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_popendir.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_popendir.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_popenf.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_popenf.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_popenf.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_popenf.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,81 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_popenf</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_popenf</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_popenf(struct <a href="apidoc_pool.html">pool</a> *p, const char *name, int flg, int mode);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+This function opens a file, with automatic cleanup when <EM>p</EM> is
+destroyed.
+</p>
+<p>
+Returns <EM>fd</EM>, or -1 on error.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_clear_pool.html"><samp>ap_clear_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfdopen.html"><samp>ap_pfdopen</samp></a>,
+        <a href="apidoc_ap_pfopen.html"><samp>ap_pfopen</samp></a>,
+        <a href="apidoc_ap_pgethostbyname.html"><samp>ap_pgethostbyname</samp></a>,
+        <a href="apidoc_ap_pool.html"><samp>ap_pool</samp></a>,
+        <a href="apidoc_ap_pool_is_ancestor.html"><samp>ap_pool_is_ancestor</samp></a>,
+        <a href="apidoc_ap_pool_join.html"><samp>ap_pool_join</samp></a>,
+        <a href="apidoc_ap_popendir.html"><samp>ap_popendir</samp></a>,
+        <a href="apidoc_ap_pregcomp.html"><samp>ap_pregcomp</samp></a>,
+        <a href="apidoc_ap_pregfree.html"><samp>ap_pregfree</samp></a>,
+        <a href="apidoc_ap_psocket.html"><samp>ap_psocket</samp></a>,
+        <a href="apidoc_ap_pstrcat.html"><samp>ap_pstrcat</samp></a>,
+        <a href="apidoc_ap_pstrdup.html"><samp>ap_pstrdup</samp></a>,
+        <a href="apidoc_ap_pstrndup.html"><samp>ap_pstrndup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_popendir.html"><code>ap_popendir</code></a>
+  Next: <a href="apidoc_ap_pregcomp.html"><code>ap_pregcomp</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_popenf.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_popenf.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_popenf.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregcomp.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregcomp.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregcomp.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregcomp.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,78 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_pregcomp</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_pregcomp</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_regex_t.html">regex_t</a> *ap_pregcomp(<a href="apidoc_pool.html">pool</a> *p, const char *pattern, int cflags);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Equivalent to <EM><a href="apidoc_regcomp.html">regcomp</a></EM>, but any memory used is freed when <EM>p</EM> is
+destroyed.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_clear_pool.html"><samp>ap_clear_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfdopen.html"><samp>ap_pfdopen</samp></a>,
+        <a href="apidoc_ap_pfopen.html"><samp>ap_pfopen</samp></a>,
+        <a href="apidoc_ap_pgethostbyname.html"><samp>ap_pgethostbyname</samp></a>,
+        <a href="apidoc_ap_pool.html"><samp>ap_pool</samp></a>,
+        <a href="apidoc_ap_pool_is_ancestor.html"><samp>ap_pool_is_ancestor</samp></a>,
+        <a href="apidoc_ap_pool_join.html"><samp>ap_pool_join</samp></a>,
+        <a href="apidoc_ap_popendir.html"><samp>ap_popendir</samp></a>,
+        <a href="apidoc_ap_popenf.html"><samp>ap_popenf</samp></a>,
+        <a href="apidoc_ap_pregfree.html"><samp>ap_pregfree</samp></a>,
+        <a href="apidoc_ap_psocket.html"><samp>ap_psocket</samp></a>,
+        <a href="apidoc_ap_pstrcat.html"><samp>ap_pstrcat</samp></a>,
+        <a href="apidoc_ap_pstrdup.html"><samp>ap_pstrdup</samp></a>,
+        <a href="apidoc_ap_pstrndup.html"><samp>ap_pstrndup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_popenf.html"><code>ap_popenf</code></a>
+  Next: <a href="apidoc_ap_pregfree.html"><code>ap_pregfree</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregcomp.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregcomp.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregcomp.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregfree.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregfree.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregfree.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregfree.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,76 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_pregfree</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_pregfree</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_pregfree(<a href="apidoc_pool.html">pool</a> *p, <a href="apidoc_regex_t.html">regex_t</a> *reg);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_clear_pool.html"><samp>ap_clear_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfdopen.html"><samp>ap_pfdopen</samp></a>,
+        <a href="apidoc_ap_pfopen.html"><samp>ap_pfopen</samp></a>,
+        <a href="apidoc_ap_pgethostbyname.html"><samp>ap_pgethostbyname</samp></a>,
+        <a href="apidoc_ap_pool.html"><samp>ap_pool</samp></a>,
+        <a href="apidoc_ap_pool_is_ancestor.html"><samp>ap_pool_is_ancestor</samp></a>,
+        <a href="apidoc_ap_pool_join.html"><samp>ap_pool_join</samp></a>,
+        <a href="apidoc_ap_popendir.html"><samp>ap_popendir</samp></a>,
+        <a href="apidoc_ap_popenf.html"><samp>ap_popenf</samp></a>,
+        <a href="apidoc_ap_pregcomp.html"><samp>ap_pregcomp</samp></a>,
+        <a href="apidoc_ap_psocket.html"><samp>ap_psocket</samp></a>,
+        <a href="apidoc_ap_pstrcat.html"><samp>ap_pstrcat</samp></a>,
+        <a href="apidoc_ap_pstrdup.html"><samp>ap_pstrdup</samp></a>,
+        <a href="apidoc_ap_pstrndup.html"><samp>ap_pstrndup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_pregcomp.html"><code>ap_pregcomp</code></a>
+  Next: <a href="apidoc_ap_pregsub.html"><code>ap_pregsub</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregfree.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregfree.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregfree.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregsub.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregsub.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregsub.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregsub.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,78 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_pregsub</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_pregsub</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_pregsub(<a href="apidoc_pool.html">pool</a> *p, const char *input, const char *source, size_t nmatch, <a href="apidoc_regmatch_t.html">regmatch_t</a> pmatch[]);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Equivalent to regsub(), but uses <EM>p</EM> for memory allocation.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_clear_pool.html"><samp>ap_clear_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfdopen.html"><samp>ap_pfdopen</samp></a>,
+        <a href="apidoc_ap_pfopen.html"><samp>ap_pfopen</samp></a>,
+        <a href="apidoc_ap_pgethostbyname.html"><samp>ap_pgethostbyname</samp></a>,
+        <a href="apidoc_ap_pool.html"><samp>ap_pool</samp></a>,
+        <a href="apidoc_ap_pool_is_ancestor.html"><samp>ap_pool_is_ancestor</samp></a>,
+        <a href="apidoc_ap_pool_join.html"><samp>ap_pool_join</samp></a>,
+        <a href="apidoc_ap_popendir.html"><samp>ap_popendir</samp></a>,
+        <a href="apidoc_ap_popenf.html"><samp>ap_popenf</samp></a>,
+        <a href="apidoc_ap_pregcomp.html"><samp>ap_pregcomp</samp></a>,
+        <a href="apidoc_ap_pregfree.html"><samp>ap_pregfree</samp></a>,
+        <a href="apidoc_ap_psocket.html"><samp>ap_psocket</samp></a>,
+        <a href="apidoc_ap_pstrcat.html"><samp>ap_pstrcat</samp></a>,
+        <a href="apidoc_ap_pstrdup.html"><samp>ap_pstrdup</samp></a>,
+        <a href="apidoc_ap_pstrndup.html"><samp>ap_pstrndup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_pregfree.html"><code>ap_pregfree</code></a>
+  Next: <a href="apidoc_ap_process_request.html"><code>ap_process_request</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregsub.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregsub.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pregsub.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_process_request.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_process_request.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_process_request.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_process_request.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,47 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_process_request</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_process_request</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_process_request(<a href="apidoc_request_rec.html">request_rec</a> *r);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_request_rec.html">request_rec</a> *r;
+ap_process_request(r);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_pregsub.html"><code>ap_pregsub</code></a>
+  Next: <a href="apidoc_ap_process_resource_config.html"><code>ap_process_resource_config</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_process_request.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_process_request.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_process_request.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_process_resource_config.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_process_resource_config.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_process_resource_config.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_process_resource_config.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,47 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_process_resource_config</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_process_resource_config</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_process_resource_config(<a href="apidoc_request_rec.html">request_rec</a> *r);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_request_rec.html">request_rec</a> *r;
+ap_process_resource_config(r);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_process_request.html"><code>ap_process_request</code></a>
+  Next: <a href="apidoc_ap_psignature.html"><code>ap_psignature</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_process_resource_config.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_process_resource_config.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_process_resource_config.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psignature.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psignature.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psignature.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psignature.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,46 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_psignature</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_psignature</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+const char *ap_psignature(const char *prefix, <a href="apidoc_request_rec.html">request_rec</a> *r);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_process_resource_config.html"><code>ap_process_resource_config</code></a>
+  Next: <a href="apidoc_ap_psocket.html"><code>ap_psocket</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psignature.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psignature.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psignature.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psocket.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psocket.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psocket.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psocket.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,76 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_psocket</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_psocket</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_psocket(<a href="apidoc_pool.html">pool</a> *p, int i, int j, int k);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_clear_pool.html"><samp>ap_clear_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfdopen.html"><samp>ap_pfdopen</samp></a>,
+        <a href="apidoc_ap_pfopen.html"><samp>ap_pfopen</samp></a>,
+        <a href="apidoc_ap_pgethostbyname.html"><samp>ap_pgethostbyname</samp></a>,
+        <a href="apidoc_ap_pool.html"><samp>ap_pool</samp></a>,
+        <a href="apidoc_ap_pool_is_ancestor.html"><samp>ap_pool_is_ancestor</samp></a>,
+        <a href="apidoc_ap_pool_join.html"><samp>ap_pool_join</samp></a>,
+        <a href="apidoc_ap_popendir.html"><samp>ap_popendir</samp></a>,
+        <a href="apidoc_ap_popenf.html"><samp>ap_popenf</samp></a>,
+        <a href="apidoc_ap_pregcomp.html"><samp>ap_pregcomp</samp></a>,
+        <a href="apidoc_ap_pregfree.html"><samp>ap_pregfree</samp></a>,
+        <a href="apidoc_ap_pstrcat.html"><samp>ap_pstrcat</samp></a>,
+        <a href="apidoc_ap_pstrdup.html"><samp>ap_pstrdup</samp></a>,
+        <a href="apidoc_ap_pstrndup.html"><samp>ap_pstrndup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_psignature.html"><code>ap_psignature</code></a>
+  Next: <a href="apidoc_ap_psprintf.html"><code>ap_psprintf</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psocket.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psocket.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psocket.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psprintf.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psprintf.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psprintf.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psprintf.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,72 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_psprintf</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_psprintf</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_psprintf(struct <a href="apidoc_pool.html">pool</a> *p, const char *fmt, ...);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_pool.html">pool</a> *p;
+char *real_code;
+char base = 'x';
+int modifier = 0; 
+real_code = ap_psprintf(p, "%c%d", base, modifier);
+     </pre>
+    </dd>
+   </dl>
+<p>
+Formats data <i>&agrave; la</i> <code>sprintf</code>, allocating
+the necessary storage from the supplied <a href="apidoc_pool.html">pool</a>.
+Returns a pointer to the formatted string on success, returns NULL
+if an error (such as out-of-memory) is encountered.  More information
+<i>may</i> be available in <code>errno</code>.
+</p>
+<p>
+ap_psprintf is implemented by writing directly into the current
+block of the pool, starting right at first_avail.  If there's
+insufficient room, then a new block is allocated and the earlier
+output is copied over.  The new block isn't linked into the <a href="apidoc_pool.html">pool</a>
+until all the output is done.
+</p>
+<p>
+Note that this is completely safe because nothing else can
+allocate in this <a href="apidoc_pool.html">pool</a> while ap_psprintf is running.  Alarms are
+blocked, and the only thing outside of alloc.c that's invoked
+is <a href="apidoc_ap_vformatter.html">ap_vformatter</a> -- which was purposefully written to be
+self-contained with no callouts.
+</p>
+<p>
+ap_psprintf is implemented using <a href="apidoc_ap_pvsprintf.html">ap_pvsprintf</a>.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_psocket.html"><code>ap_psocket</code></a>
+  Next: <a href="apidoc_ap_pstrcat.html"><code>ap_pstrcat</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psprintf.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psprintf.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_psprintf.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrcat.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrcat.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrcat.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrcat.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,80 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_pstrcat</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_pstrcat</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_pstrcat(struct <a href="apidoc_pool.html">pool</a> *p, ...);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Concatenates the NULL-terminated string list into a new block of memory.
+</p>
+<p>
+Returns a pointer to the new block of memory.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_clear_pool.html"><samp>ap_clear_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfdopen.html"><samp>ap_pfdopen</samp></a>,
+        <a href="apidoc_ap_pfopen.html"><samp>ap_pfopen</samp></a>,
+        <a href="apidoc_ap_pgethostbyname.html"><samp>ap_pgethostbyname</samp></a>,
+        <a href="apidoc_ap_pool.html"><samp>ap_pool</samp></a>,
+        <a href="apidoc_ap_pool_is_ancestor.html"><samp>ap_pool_is_ancestor</samp></a>,
+        <a href="apidoc_ap_pool_join.html"><samp>ap_pool_join</samp></a>,
+        <a href="apidoc_ap_popendir.html"><samp>ap_popendir</samp></a>,
+        <a href="apidoc_ap_popenf.html"><samp>ap_popenf</samp></a>,
+        <a href="apidoc_ap_pregcomp.html"><samp>ap_pregcomp</samp></a>,
+        <a href="apidoc_ap_pregfree.html"><samp>ap_pregfree</samp></a>,
+        <a href="apidoc_ap_psocket.html"><samp>ap_psocket</samp></a>,
+        <a href="apidoc_ap_pstrdup.html"><samp>ap_pstrdup</samp></a>,
+        <a href="apidoc_ap_pstrndup.html"><samp>ap_pstrndup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_psprintf.html"><code>ap_psprintf</code></a>
+  Next: <a href="apidoc_ap_pstrdup.html"><code>ap_pstrdup</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrcat.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrcat.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrcat.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrdup.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrdup.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrdup.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrdup.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,81 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_pstrdup</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_pstrdup</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_pstrdup(struct <a href="apidoc_pool.html">pool</a> *p, const char *s);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Duplicates a string within a <a href="apidoc_pool.html">pool</a>.
+</p>
+<p>
+If <EM>s</EM> is NULL, the function returns NULL. Otherwise, returns a
+pointer to the new copy of the string <EM>s</EM>.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_clear_pool.html"><samp>ap_clear_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfdopen.html"><samp>ap_pfdopen</samp></a>,
+        <a href="apidoc_ap_pfopen.html"><samp>ap_pfopen</samp></a>,
+        <a href="apidoc_ap_pgethostbyname.html"><samp>ap_pgethostbyname</samp></a>,
+        <a href="apidoc_ap_pool.html"><samp>ap_pool</samp></a>,
+        <a href="apidoc_ap_pool_is_ancestor.html"><samp>ap_pool_is_ancestor</samp></a>,
+        <a href="apidoc_ap_pool_join.html"><samp>ap_pool_join</samp></a>,
+        <a href="apidoc_ap_popendir.html"><samp>ap_popendir</samp></a>,
+        <a href="apidoc_ap_popenf.html"><samp>ap_popenf</samp></a>,
+        <a href="apidoc_ap_pregcomp.html"><samp>ap_pregcomp</samp></a>,
+        <a href="apidoc_ap_pregfree.html"><samp>ap_pregfree</samp></a>,
+        <a href="apidoc_ap_psocket.html"><samp>ap_psocket</samp></a>,
+        <a href="apidoc_ap_pstrcat.html"><samp>ap_pstrcat</samp></a>,
+        <a href="apidoc_ap_pstrndup.html"><samp>ap_pstrndup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_pstrcat.html"><code>ap_pstrcat</code></a>
+  Next: <a href="apidoc_ap_pstrndup.html"><code>ap_pstrndup</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrdup.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrdup.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrdup.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrndup.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrndup.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrndup.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrndup.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,82 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_pstrndup</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_pstrndup</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_pstrndup(struct <a href="apidoc_pool.html">pool</a> *p, const char *s, int n);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Allocates <EM>n</EM> + 1 bytes of memory and copies up to <EM>n</EM>
+characters from <EM>s</EM>. The result is NUL-terminated.
+</p>
+<p>
+Returns NULL if <EM>s</EM> is NULL, otherwise returns a pointer to the
+(possibly partly) copied memory.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_clear_pool.html"><samp>ap_clear_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfdopen.html"><samp>ap_pfdopen</samp></a>,
+        <a href="apidoc_ap_pfopen.html"><samp>ap_pfopen</samp></a>,
+        <a href="apidoc_ap_pgethostbyname.html"><samp>ap_pgethostbyname</samp></a>,
+        <a href="apidoc_ap_pool.html"><samp>ap_pool</samp></a>,
+        <a href="apidoc_ap_pool_is_ancestor.html"><samp>ap_pool_is_ancestor</samp></a>,
+        <a href="apidoc_ap_pool_join.html"><samp>ap_pool_join</samp></a>,
+        <a href="apidoc_ap_popendir.html"><samp>ap_popendir</samp></a>,
+        <a href="apidoc_ap_popenf.html"><samp>ap_popenf</samp></a>,
+        <a href="apidoc_ap_pregcomp.html"><samp>ap_pregcomp</samp></a>,
+        <a href="apidoc_ap_pregfree.html"><samp>ap_pregfree</samp></a>,
+        <a href="apidoc_ap_psocket.html"><samp>ap_psocket</samp></a>,
+        <a href="apidoc_ap_pstrcat.html"><samp>ap_pstrcat</samp></a>,
+        <a href="apidoc_ap_pstrdup.html"><samp>ap_pstrdup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_pstrdup.html"><code>ap_pstrdup</code></a>
+  Next: <a href="apidoc_ap_push_array.html"><code>ap_push_array</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrndup.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrndup.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pstrndup.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_push_array.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_push_array.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_push_array.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_push_array.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,69 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_push_array</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_push_array</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void *ap_push_array(<a href="apidoc_array_header.html">array_header</a> *arr);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+struct ae_t { 
+    <a href="apidoc_server_rec.html">server_rec</a> *s; 
+} 
+<a href="apidoc_array_header.html">array_header</a> *ah; 
+struct ae_t *ae; 
+ 
+ah = <a href="apidoc_ap_make_array.html">ap_make_array</a>(p, 4, sizeof(ae_t)); 
+ae = (struct ae_t *) ap_push_array(ah); 
+ae-&gt;s-&gt;server_name = "foo"; 
+     </pre>
+    </dd>
+   </dl>
+<p>
+Allocates more memory for the additional array element and adds
+it to the end of the array.
+</p>
+<p>
+Returns a pointer to the newly-created element of <i>arr</i>.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_append_arrays.html"><samp>ap_append_arrays</samp></a>,
+        <a href="apidoc_ap_array_cat.html"><samp>ap_array_cat</samp></a>,
+        <a href="apidoc_ap_copy_array.html"><samp>ap_copy_array</samp></a>,
+        <a href="apidoc_ap_copy_array_hdr.html"><samp>ap_copy_array_hdr</samp></a>,
+        <a href="apidoc_ap_make_array.html"><samp>ap_make_array</samp></a>,
+        <a href="apidoc_array_header.html"><samp>array_header</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_pstrndup.html"><code>ap_pstrndup</code></a>
+  Next: <a href="apidoc_ap_pvsprintf.html"><code>ap_pvsprintf</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_push_array.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_push_array.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_push_array.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pvsprintf.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pvsprintf.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pvsprintf.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pvsprintf.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,55 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_pvsprintf</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_pvsprintf</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_pvsprintf(struct <a href="apidoc_pool.html">pool</a> *p, const char *fmt, va_list);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_pool.html">pool</a> *p;
+const char *fmt;
+va_list ap;
+char *res;
+res = ap_pvsprintf(p, fmt, ap);
+     </pre>
+    </dd>
+   </dl>
+<p>
+Writes a varargs list to a <a href="apidoc_pool.html">pool</a>.
+Returns 0 on success, exits with return code 1 if out of memory.
+</p>
+<p>
+<a href="apidoc_ap_psprintf.html">ap_psprintf</a> is implemented using ap_pvsprintf.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_push_array.html"><code>ap_push_array</code></a>
+  Next: <a href="apidoc_ap_rationalize_mtime.html"><code>ap_rationalize_mtime</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pvsprintf.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pvsprintf.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_pvsprintf.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_rationalize_mtime.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_rationalize_mtime.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_rationalize_mtime.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_rationalize_mtime.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,56 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_rationalize_mtime</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_rationalize_mtime</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+time_t ap_rationalize_mtime(<a href="apidoc_request_rec.html">request_rec</a> *r, time_t mtime);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+time_t mtime_to_use; 
+ 
+mtime_to_use = ap_rationalize_mtime(r, finfo.st_mtime); 
+     </pre>
+    </dd>
+   </dl>
+<p>
+This routine is used to ensure compliance with the HTTP RFCs,
+which forbid a value for the <code>Last-modified</code> response
+header field that is in the future.  This response header field is
+set from the value in the <code>r-&gt;mtime</code> field.
+<code>ap_rationalize_mtime()</code>
+compares the specified time value against the current
+clock, and sets the <code>r-&gt;mtime</code> field to
+whichever is earlier.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_pvsprintf.html"><code>ap_pvsprintf</code></a>
+  Next: <a href="apidoc_ap_read_config.html"><code>ap_read_config</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_rationalize_mtime.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_rationalize_mtime.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_rationalize_mtime.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_read_config.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_read_config.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_read_config.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_read_config.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,46 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_read_config</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_read_config</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_server_rec.html">server_rec</a> *ap_read_config(pool *conf_pool, <a href="apidoc_pool.html">pool</a> *temp_pool, char *config_name); 
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_rationalize_mtime.html"><code>ap_rationalize_mtime</code></a>
+  Next: <a href="apidoc_ap_read_request.html"><code>ap_read_request</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_read_config.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_read_config.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_read_config.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_read_request.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_read_request.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_read_request.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_read_request.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,46 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_read_request</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_read_request</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_request_rec.html">request_rec</a> *ap_read_request(<a href="apidoc_conn_rec.html">conn_rec</a> *c);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_read_config.html"><code>ap_read_config</code></a>
+  Next: <a href="apidoc_ap_regerror.html"><code>ap_regerror</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_read_request.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_read_request.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_read_request.html
------------------------------------------------------------------------------
    svn:mime-type = text/html