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 [21/34] - /httpd/site/trunk/docs/dev/apidoc/

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_error.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_error.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_error.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_error.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,66 @@
+<!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_log_error</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_log_error</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_log_error(const char *file, int line, int level, 
+                      const <a href="apidoc_server_rec.html">server_rec</a> *s, const char *fmt, ...) 
+                      __attribute__((format(printf,5,6)));
+     </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_APLOG_ALERT.html"><samp>APLOG_ALERT</samp></a>,
+        <a href="apidoc_APLOG_CRIT.html"><samp>APLOG_CRIT</samp></a>,
+        <a href="apidoc_APLOG_DEBUG.html"><samp>APLOG_DEBUG</samp></a>,
+        <a href="apidoc_APLOG_EMERG.html"><samp>APLOG_EMERG</samp></a>,
+        <a href="apidoc_APLOG_ERR.html"><samp>APLOG_ERR</samp></a>,
+        <a href="apidoc_APLOG_INFO.html"><samp>APLOG_INFO</samp></a>,
+        <a href="apidoc_APLOG_LEVELMASK.html"><samp>APLOG_LEVELMASK</samp></a>,
+        <a href="apidoc_APLOG_MARK.html"><samp>APLOG_MARK</samp></a>,
+        <a href="apidoc_APLOG_NOERRNO.html"><samp>APLOG_NOERRNO</samp></a>,
+        <a href="apidoc_APLOG_NOTICE.html"><samp>APLOG_NOTICE</samp></a>,
+        <a href="apidoc_APLOG_WARNING.html"><samp>APLOG_WARNING</samp></a>,
+        <a href="apidoc_APLOG_WIN32ERROR.html"><samp>APLOG_WIN32ERROR</samp></a>,
+        <a href="apidoc_ap_error_log2stderr.html"><samp>ap_error_log2stderr</samp></a>,
+        <a href="apidoc_ap_log_rerror.html"><samp>ap_log_rerror</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_log_assert.html"><code>ap_log_assert</code></a>
+  Next: <a href="apidoc_ap_log_error_old.html"><code>ap_log_error_old</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_log_error.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_error_old.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_error_old.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_error_old.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_error_old.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,51 @@
+<!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_log_error_old</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_log_error_old</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_log_error_old(const char *err, <a href="apidoc_server_rec.html">server_rec</a> *s);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_server_rec.html">server_rec</a> *s;
+ap_log_error_old("Yow!", s);
+     </pre>
+    </dd>
+   </dl>
+<p>
+Logs the message string in <EM>err</EM> to <EM>s-&gt;error_log</EM>.
+</p>
+<p>
+Implemented in terms of <a href="apidoc_ap_log_error.html">ap_log_error</a>.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_log_error.html"><code>ap_log_error</code></a>
+  Next: <a href="apidoc_ap_log_pid.html"><code>ap_log_pid</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_log_error_old.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_pid.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_pid.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_pid.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_pid.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_log_pid</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_log_pid</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_log_pid(<a href="apidoc_pool.html">pool</a> *p, char *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_log_error_old.html"><code>ap_log_error_old</code></a>
+  Next: <a href="apidoc_ap_log_printf.html"><code>ap_log_printf</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_log_pid.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_printf.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_printf.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_printf.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_printf.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_log_printf</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_log_printf</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_log_printf(const <a href="apidoc_server_rec.html">server_rec</a> *s, const char *fmt, ...);
+     </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_log_pid.html"><code>ap_log_pid</code></a>
+  Next: <a href="apidoc_ap_log_reason.html"><code>ap_log_reason</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_log_printf.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_reason.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_reason.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_reason.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_reason.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_log_reason</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_log_reason</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_log_reason(const char *reason, const char *fname, <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_log_printf.html"><code>ap_log_printf</code></a>
+  Next: <a href="apidoc_ap_log_rerror.html"><code>ap_log_rerror</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_log_reason.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_rerror.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_rerror.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_rerror.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_rerror.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,66 @@
+<!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_log_rerror</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_log_rerror</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_log_rerror(const char *file, int line, int level, 
+                   const <a href="apidoc_request_rec.html">request_rec</a> *r, const char *fmt, ...) 
+                   __attribute__((format(printf,5,6)));
+     </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_APLOG_ALERT.html"><samp>APLOG_ALERT</samp></a>,
+        <a href="apidoc_APLOG_CRIT.html"><samp>APLOG_CRIT</samp></a>,
+        <a href="apidoc_APLOG_DEBUG.html"><samp>APLOG_DEBUG</samp></a>,
+        <a href="apidoc_APLOG_EMERG.html"><samp>APLOG_EMERG</samp></a>,
+        <a href="apidoc_APLOG_ERR.html"><samp>APLOG_ERR</samp></a>,
+        <a href="apidoc_APLOG_INFO.html"><samp>APLOG_INFO</samp></a>,
+        <a href="apidoc_APLOG_LEVELMASK.html"><samp>APLOG_LEVELMASK</samp></a>,
+        <a href="apidoc_APLOG_MARK.html"><samp>APLOG_MARK</samp></a>,
+        <a href="apidoc_APLOG_NOERRNO.html"><samp>APLOG_NOERRNO</samp></a>,
+        <a href="apidoc_APLOG_NOTICE.html"><samp>APLOG_NOTICE</samp></a>,
+        <a href="apidoc_APLOG_WARNING.html"><samp>APLOG_WARNING</samp></a>,
+        <a href="apidoc_APLOG_WIN32ERROR.html"><samp>APLOG_WIN32ERROR</samp></a>,
+        <a href="apidoc_ap_error_log2stderr.html"><samp>ap_error_log2stderr</samp></a>,
+        <a href="apidoc_ap_log_error.html"><samp>ap_log_error</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_log_reason.html"><code>ap_log_reason</code></a>
+  Next: <a href="apidoc_ap_log_transaction.html"><code>ap_log_transaction</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_log_rerror.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_transaction.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_transaction.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_transaction.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_transaction.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,48 @@
+<!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_log_transaction</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_log_transaction</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_log_transaction(<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;
+int result;
+result = ap_log_transaction(r);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_log_rerror.html"><code>ap_log_rerror</code></a>
+  Next: <a href="apidoc_ap_log_unixerr.html"><code>ap_log_unixerr</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_log_transaction.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_unixerr.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_unixerr.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_unixerr.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_log_unixerr.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_log_unixerr</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_log_unixerr</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_log_unixerr(const char *routine, const char *file, const char *msg, <a href="apidoc_server_rec.html">server_rec</a> *s);
+     </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_log_transaction.html"><code>ap_log_transaction</code></a>
+  Next: <a href="apidoc_ap_make_array.html"><code>ap_make_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_log_unixerr.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_array.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_array.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_array.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_array.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,62 @@
+<!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_make_array</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_make_array</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_array_header.html">array_header</a> *ap_make_array(<a href="apidoc_pool.html">pool</a> *p, int nelts, int elt_size);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Allocates enough memory to contain <EM>nelts</EM> elements of size
+<EM>elt_size</EM>. The array grows to contain the number of elements
+requested.
+</p>
+<p>
+Returns a pointer to the new array.
+</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_push_array.html"><samp>ap_push_array</samp></a>,
+        <a href="apidoc_array_header.html"><samp>array_header</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_log_unixerr.html"><code>ap_log_unixerr</code></a>
+  Next: <a href="apidoc_ap_make_dirstr.html"><code>ap_make_dirstr</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_make_array.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_dirstr.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_dirstr.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_dirstr.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_dirstr.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,51 @@
+<!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_make_dirstr</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_make_dirstr</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_make_dirstr(<a href="apidoc_pool.html">pool</a> *a, const char *s, int n);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Copies <EM>s</EM>, a path, guaranteed to end at a slash, and truncates the
+path at the <EM>n</EM>th slash.
+</p>
+<p>
+Returns a pointer to the copied string, allocated in <EM>p</EM>.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_make_array.html"><code>ap_make_array</code></a>
+  Next: <a href="apidoc_ap_make_dirstr_parent.html"><code>ap_make_dirstr_parent</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_make_dirstr.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_dirstr_parent.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_dirstr_parent.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_dirstr_parent.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_dirstr_parent.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_make_dirstr_parent</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_make_dirstr_parent</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_make_dirstr_parent(<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>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_make_dirstr.html"><code>ap_make_dirstr</code></a>
+  Next: <a href="apidoc_ap_make_dirstr_prefix.html"><code>ap_make_dirstr_prefix</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_make_dirstr_parent.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_dirstr_prefix.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_dirstr_prefix.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_dirstr_prefix.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_dirstr_prefix.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_make_dirstr_prefix</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_make_dirstr_prefix</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_make_dirstr_prefix(char *d, const char *s, int n);
+     </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_make_dirstr_parent.html"><code>ap_make_dirstr_parent</code></a>
+  Next: <a href="apidoc_ap_make_etag.html"><code>ap_make_etag</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_make_dirstr_prefix.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_etag.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_etag.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_etag.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_etag.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_make_etag</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_make_etag</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_make_etag(<a href="apidoc_request_rec.html">request_rec</a> *r, int force_weak);
+     </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_make_dirstr_prefix.html"><code>ap_make_dirstr_prefix</code></a>
+  Next: <a href="apidoc_ap_make_full_path.html"><code>ap_make_full_path</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_make_etag.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_full_path.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_full_path.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_full_path.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_full_path.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,50 @@
+<!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_make_full_path</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_make_full_path</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_make_full_path(<a href="apidoc_pool.html">pool</a> *a, const char *dir, const char *f);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Appends <EM>f</EM> to <EM>dir</EM>, allowing one slash only between them.
+</p>
+<p>
+Returns a pointer to the joined path.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_make_etag.html"><code>ap_make_etag</code></a>
+  Next: <a href="apidoc_ap_make_sub_pool.html"><code>ap_make_sub_pool</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_make_full_path.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_sub_pool.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_sub_pool.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_sub_pool.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_sub_pool.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,105 @@
+<!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_make_sub_pool</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_make_sub_pool</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+pool *ap_make_sub_pool(<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>
+  This function creates a new pool area
+  for memory allocation.  The
+  new area is considered to be a &quot;child&quot; of the pool
+  passed to the routine; this permits a hierarchy of related storage
+  areas.  When a <a href="apidoc_pool.html">pool</a> is destroyed (see
+  <a href="apidoc_ap_destroy_pool.html">ap_destroy_pool</a>),
+  any sub-pools it may have are also destroyed recursively.
+  </p>
+  <p>
+  An example of when this hierarchy concept is useful can be found in the
+  <A HREF="http://www.apache.org/docs/mod/mod_autoindex.html"
+  >mod_autoindex</A>, which is used to generate automatic directory listings.
+  Since mod_autoindex can't
+  tell in advance how many files it will have to list, nor how long the
+  names will be, nor what other functions might need to allocate memory
+  to process the request, it creates a sub-<a href="apidoc_pool.html">pool</a> of the one associated
+  with the request, does the <EM>per</EM>-filename processing in
+  it, and clears it for each new file.
+  </p>
+  <p>
+  If the pointer passed to ap_make_sub_pool is <CODE>NULL</CODE>,
+  a new top-level (<EM>i.e.</EM>, parentless) pool is created.  This
+  is generally not recommended, however, since the only record of a
+  <a href="apidoc_pool.html">pool</a>'s existence is the pointer returned - a simple logic error can
+  result in pools being created and lost, along with any allocations
+  made in them.  Most pools are created to deal with <EM>per</EM>-request
+  processing, and hence should be sub-pools of the request's <a href="apidoc_pool.html">pool</a>
+  (<SAMP>r-&gt;<a href="apidoc_pool.html">pool</a></SAMP>) to ensure that
+  they are properly cleaned up on request completion.
+  </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_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_make_full_path.html"><code>ap_make_full_path</code></a>
+  Next: <a href="apidoc_ap_make_table.html"><code>ap_make_table</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_make_sub_pool.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_table.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_table.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_table.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_make_table.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,68 @@
+<!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_make_table</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_make_table</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_table.html">table</a> *ap_make_table(<a href="apidoc_pool.html">pool</a> *p, int nelts);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Makes a new <a href="apidoc_table.html">table</a> with enough memory for <EM>nelts</EM>
+elements.
+</p>
+<p>
+Returns a pointer to the new <a href="apidoc_table.html">table</a>.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_clear_table.html"><samp>ap_clear_table</samp></a>,
+        <a href="apidoc_ap_copy_table.html"><samp>ap_copy_table</samp></a>,
+        <a href="apidoc_ap_overlay_tables.html"><samp>ap_overlay_tables</samp></a>,
+        <a href="apidoc_ap_table_add.html"><samp>ap_table_add</samp></a>,
+        <a href="apidoc_ap_table_addn.html"><samp>ap_table_addn</samp></a>,
+        <a href="apidoc_ap_table_do.html"><samp>ap_table_do</samp></a>,
+        <a href="apidoc_ap_table_get.html"><samp>ap_table_get</samp></a>,
+        <a href="apidoc_ap_table_merge.html"><samp>ap_table_merge</samp></a>,
+        <a href="apidoc_ap_table_mergen.html"><samp>ap_table_mergen</samp></a>,
+        <a href="apidoc_ap_table_set.html"><samp>ap_table_set</samp></a>,
+        <a href="apidoc_ap_table_setn.html"><samp>ap_table_setn</samp></a>,
+        <a href="apidoc_ap_table_unset.html"><samp>ap_table_unset</samp></a>,
+        <a href="apidoc_table.html"><samp>table</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_make_sub_pool.html"><code>ap_make_sub_pool</code></a>
+  Next: <a href="apidoc_ap_matches_request_vhost.html"><code>ap_matches_request_vhost</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_make_table.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_matches_request_vhost.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_matches_request_vhost.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_matches_request_vhost.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_matches_request_vhost.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_matches_request_vhost</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_matches_request_vhost</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_matches_request_vhost(<a href="apidoc_request_rec.html">request_rec</a> *r, const char *host, unsigned port);
+     </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_make_table.html"><code>ap_make_table</code></a>
+  Next: <a href="apidoc_ap_md5.html"><code>ap_md5</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_matches_request_vhost.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_max_requests_per_child.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_max_requests_per_child.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_max_requests_per_child.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_max_requests_per_child.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_max_requests_per_child</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Global Data Cell ap_max_requests_per_child</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_max_requests_per_child;
+     </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_loaded_modules.html"><code>ap_loaded_modules</code></a>
+  Next: <a href="apidoc_ap_month_snames.html"><code>ap_month_snames</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_max_requests_per_child.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,57 @@
+<!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_md5</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_md5</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_md5(<a href="apidoc_pool.html">pool</a> *a, unsigned char *string);
+     </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_md5context.html"><samp>ap_md5context</samp></a>,
+        <a href="apidoc_ap_md5contextTo64.html"><samp>ap_md5contextTo64</samp></a>,
+        <a href="apidoc_ap_md5digest.html"><samp>ap_md5digest</samp></a>,
+        <a href="apidoc_ap_MD5Final.html"><samp>ap_MD5Final</samp></a>,
+        <a href="apidoc_ap_MD5Init.html"><samp>ap_MD5Init</samp></a>,
+        <a href="apidoc_ap_MD5Update.html"><samp>ap_MD5Update</samp></a>,
+        <a href="apidoc_AP_MD5_CTX.html"><samp>AP_MD5_CTX</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_matches_request_vhost.html"><code>ap_matches_request_vhost</code></a>
+  Next: <a href="apidoc_ap_md5context.html"><code>ap_md5context</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_md5.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5_binary.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5_binary.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5_binary.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5_binary.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_md5_binary</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_md5_binary</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_md5_binary(<a href="apidoc_pool.html">pool</a> *a, const unsigned char *buf, int len);
+     </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_MD5Update.html"><code>ap_MD5Update</code></a>
+  Next: <a href="apidoc_ap_meets_conditions.html"><code>ap_meets_conditions</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_md5_binary.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5context.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5context.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5context.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5context.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,57 @@
+<!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_md5context</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_md5context</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_md5context(<a href="apidoc_pool.html">pool</a> *p, <a href="apidoc_AP_MD5_CTX.html">AP_MD5_CTX</a> *context);
+     </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_md5.html"><samp>ap_md5</samp></a>,
+        <a href="apidoc_ap_md5contextTo64.html"><samp>ap_md5contextTo64</samp></a>,
+        <a href="apidoc_ap_md5digest.html"><samp>ap_md5digest</samp></a>,
+        <a href="apidoc_ap_MD5Final.html"><samp>ap_MD5Final</samp></a>,
+        <a href="apidoc_ap_MD5Init.html"><samp>ap_MD5Init</samp></a>,
+        <a href="apidoc_ap_MD5Update.html"><samp>ap_MD5Update</samp></a>,
+        <a href="apidoc_AP_MD5_CTX.html"><samp>AP_MD5_CTX</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_md5.html"><code>ap_md5</code></a>
+  Next: <a href="apidoc_ap_md5contextTo64.html"><code>ap_md5contextTo64</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_md5context.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5contextTo64.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5contextTo64.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5contextTo64.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5contextTo64.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_md5contextTo64</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_md5contextTo64</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_md5contextTo64(<a href="apidoc_pool.html">pool</a> *p, <a href="apidoc_AP_MD5_CTX.html">AP_MD5_CTX</a> *context);
+     </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_md5context.html"><code>ap_md5context</code></a>
+  Next: <a href="apidoc_ap_md5digest.html"><code>ap_md5digest</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_md5contextTo64.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5digest.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5digest.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5digest.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_md5digest.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,57 @@
+<!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_md5digest</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_md5digest</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_md5digest(<a href="apidoc_pool.html">pool</a> *p, FILE *infile);
+     </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_md5.html"><samp>ap_md5</samp></a>,
+        <a href="apidoc_ap_md5context.html"><samp>ap_md5context</samp></a>,
+        <a href="apidoc_ap_md5contextTo64.html"><samp>ap_md5contextTo64</samp></a>,
+        <a href="apidoc_ap_MD5Final.html"><samp>ap_MD5Final</samp></a>,
+        <a href="apidoc_ap_MD5Init.html"><samp>ap_MD5Init</samp></a>,
+        <a href="apidoc_ap_MD5Update.html"><samp>ap_MD5Update</samp></a>,
+        <a href="apidoc_AP_MD5_CTX.html"><samp>AP_MD5_CTX</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_md5contextTo64.html"><code>ap_md5contextTo64</code></a>
+  Next: <a href="apidoc_ap_MD5Encode.html"><code>ap_MD5Encode</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_md5digest.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_meets_conditions.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_meets_conditions.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_meets_conditions.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_meets_conditions.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,48 @@
+<!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_meets_conditions</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_meets_conditions</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_meets_conditions(<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;
+int result;
+result = ap_meets_conditions(r);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_md5_binary.html"><code>ap_md5_binary</code></a>
+  Next: <a href="apidoc_ap_merge_per_dir_configs.html"><code>ap_merge_per_dir_configs</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_meets_conditions.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_merge_per_dir_configs.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_merge_per_dir_configs.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_merge_per_dir_configs.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_merge_per_dir_configs.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_merge_per_dir_configs</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_merge_per_dir_configs</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void *ap_merge_per_dir_configs(<a href="apidoc_pool.html">pool</a> *p, void *base, void *new);
+     </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_meets_conditions.html"><code>ap_meets_conditions</code></a>
+  Next: <a href="apidoc_ap_method_number_of.html"><code>ap_method_number_of</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_merge_per_dir_configs.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_method_number_of.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_method_number_of.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_method_number_of.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_method_number_of.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_method_number_of</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_method_number_of</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_method_number_of(const char *method);
+     </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_merge_per_dir_configs.html"><code>ap_merge_per_dir_configs</code></a>
+  Next: <a href="apidoc_AP_MODULE_MAGIC_AT_LEAST.html"><code>AP_MODULE_MAGIC_AT_LEAST</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_method_number_of.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_month_snames.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_month_snames.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_month_snames.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_month_snames.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,48 @@
+<!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_month_snames</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Global Data Cell ap_month_snames</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+const char ap_month_snames[12][4];
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+if (strcmp(month, ap_month_snames[mon]) == 0)
+break;
+     </pre>
+    </dd>
+   </dl>
+<p>
+An array of short names of the months, globally accessible.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_max_requests_per_child.html"><code>ap_max_requests_per_child</code></a>
+  Next: <a href="apidoc_ap_my_generation.html"><code>ap_my_generation</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_month_snames.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_my_generation.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_my_generation.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_my_generation.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_my_generation.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_my_generation</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Global Data Cell ap_my_generation</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+ap_generation_t volatile ap_my_generation;
+     </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_month_snames.html"><code>ap_month_snames</code></a>
+  Next: <a href="apidoc_ap_pid_fname.html"><code>ap_pid_fname</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_my_generation.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_no2slash.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_no2slash.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_no2slash.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_no2slash.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,50 @@
+<!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_no2slash</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_no2slash</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_no2slash(char *name);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Removes double slashes from a path.
+</p>
+<p>
+This is important for correct interpretation of URLs.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_AP_MODULE_MAGIC_AT_LEAST.html"><code>AP_MODULE_MAGIC_AT_LEAST</code></a>
+  Next: <a href="apidoc_ap_note_auth_failure.html"><code>ap_note_auth_failure</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_no2slash.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_auth_failure.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_auth_failure.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_auth_failure.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_auth_failure.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_note_auth_failure</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_note_auth_failure</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_note_auth_failure(<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_note_auth_failure(r);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_no2slash.html"><code>ap_no2slash</code></a>
+  Next: <a href="apidoc_ap_note_basic_auth_failure.html"><code>ap_note_basic_auth_failure</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_note_auth_failure.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_basic_auth_failure.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_basic_auth_failure.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_basic_auth_failure.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_basic_auth_failure.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_note_basic_auth_failure</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_note_basic_auth_failure</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_note_basic_auth_failure(<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_note_basic_auth_failure(r);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_note_auth_failure.html"><code>ap_note_auth_failure</code></a>
+  Next: <a href="apidoc_ap_note_cleanups_for_fd.html"><code>ap_note_cleanups_for_fd</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_note_basic_auth_failure.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_fd.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_fd.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_fd.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_fd.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,50 @@
+<!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_note_cleanups_for_fd</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_note_cleanups_for_fd</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_note_cleanups_for_fd(<a href="apidoc_pool.html">pool</a> *p, int fd);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Register a cleanup to close <EM>fd</EM> then <EM>p</EM> is destroyed.
+</p>
+<p>
+Normally, this is done automatically when the file is closed.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_note_basic_auth_failure.html"><code>ap_note_basic_auth_failure</code></a>
+  Next: <a href="apidoc_ap_note_cleanups_for_file.html"><code>ap_note_cleanups_for_file</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_note_cleanups_for_fd.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_file.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_file.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_file.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_file.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,50 @@
+<!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_note_cleanups_for_file</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_note_cleanups_for_file</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_note_cleanups_for_file(<a href="apidoc_pool.html">pool</a> *p, file *f);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Register a cleanup to close <EM>f</EM> then <EM>p</EM> is destroyed.
+</p>
+<p>
+Normally, this is done automatically when the stream is closed.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_note_cleanups_for_fd.html"><code>ap_note_cleanups_for_fd</code></a>
+  Next: <a href="apidoc_ap_note_cleanups_for_h.html"><code>ap_note_cleanups_for_h</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_note_cleanups_for_file.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_h.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_h.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_h.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_h.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_note_cleanups_for_h</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_note_cleanups_for_h</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_note_cleanups_for_h(<a href="apidoc_pool.html">pool</a> *, <a href="apidoc_HANDLE.html">HANDLE</a>);
+     </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_note_cleanups_for_file.html"><code>ap_note_cleanups_for_file</code></a>
+  Next: <a href="apidoc_ap_note_cleanups_for_socket.html"><code>ap_note_cleanups_for_socket</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_note_cleanups_for_h.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_socket.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_socket.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_socket.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_cleanups_for_socket.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,51 @@
+<!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_note_cleanups_for_socket</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_note_cleanups_for_socket</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_note_cleanups_for_socket(<a href="apidoc_pool.html">pool</a> *p, int sock);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Register a cleanup function <EM>socket_cleanup</EM> to close <EM>sock</EM> when
+<EM>p</EM> is destroyed.
+</p>
+<p>
+Normally, this is done automatically when the socket is closed.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_note_cleanups_for_h.html"><code>ap_note_cleanups_for_h</code></a>
+  Next: <a href="apidoc_ap_note_digest_auth_failure.html"><code>ap_note_digest_auth_failure</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_note_cleanups_for_socket.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_digest_auth_failure.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_digest_auth_failure.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_digest_auth_failure.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_note_digest_auth_failure.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_note_digest_auth_failure</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_note_digest_auth_failure</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_note_digest_auth_failure(<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_note_digest_auth_failure(r);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_note_cleanups_for_socket.html"><code>ap_note_cleanups_for_socket</code></a>
+  Next: <a href="apidoc_ap_note_subprocess.html"><code>ap_note_subprocess</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>