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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_start_restart.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_start_restart.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_start_restart.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_start_restart.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_start_restart</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_start_restart</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_start_restart(int);
+     </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_srm_command_loop.html"><code>ap_srm_command_loop</code></a>
+  Next: <a href="apidoc_ap_start_shutdown.html"><code>ap_start_shutdown</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_start_restart.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_start_shutdown.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_start_shutdown.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_start_shutdown.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_start_shutdown.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_start_shutdown</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_start_shutdown</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_start_shutdown(void);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+ap_start_shutdown();
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_start_restart.html"><code>ap_start_restart</code></a>
+  Next: <a href="apidoc_ap_status_drops_connection.html"><code>ap_status_drops_connection</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_start_shutdown.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_status_drops_connection.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_status_drops_connection.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_status_drops_connection.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_status_drops_connection.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,143 @@
+<!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_status_drops_connection</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Macro ap_status_drops_connection</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#define ap_status_drops_connection(x) 
+                   (((x) == <a href="apidoc_HTTP_BAD_REQUEST.html">HTTP_BAD_REQUEST</a>)           &#124;&#124; \ 
+                    ((x) == <a href="apidoc_HTTP_REQUEST_TIME_OUT.html">HTTP_REQUEST_TIME_OUT</a>)      &#124;&#124; \ 
+                    ((x) == <a href="apidoc_HTTP_LENGTH_REQUIRED.html">HTTP_LENGTH_REQUIRED</a>)       &#124;&#124; \ 
+                    ((x) == <a href="apidoc_HTTP_REQUEST_ENTITY_TOO_LARGE.html">HTTP_REQUEST_ENTITY_TOO_LARGE</a>) &#124;&#124; \ 
+                    ((x) == <a href="apidoc_HTTP_REQUEST_URI_TOO_LARGE.html">HTTP_REQUEST_URI_TOO_LARGE</a>) &#124;&#124; \ 
+                    ((x) == <a href="apidoc_HTTP_INTERNAL_SERVER_ERROR.html">HTTP_INTERNAL_SERVER_ERROR</a>) &#124;&#124; \ 
+                    ((x) == <a href="apidoc_HTTP_SERVICE_UNAVAILABLE.html">HTTP_SERVICE_UNAVAILABLE</a>)   &#124;&#124; \ 
+                    ((x) == <a href="apidoc_HTTP_NOT_IMPLEMENTED.html">HTTP_NOT_IMPLEMENTED</a>)) 
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+    /* 
+     * If we want to keep the connection, be sure that the request body 
+     * (if any) has been read. 
+     */ 
+    if ((r-&gt;status != <a href="apidoc_HTTP_NOT_MODIFIED.html">HTTP_NOT_MODIFIED</a>) &amp;&amp; (r-&gt;status != <a href="apidoc_HTTP_NO_CONTENT.html">HTTP_NO_CONTENT</a>) 
+        &amp;&amp; !ap_status_drops_connection(r-&gt;status) 
+        &amp;&amp; r-&gt;connection &amp;&amp; (r-&gt;connection-&gt;keepalive != -1)) { 
+        (void) <a href="apidoc_ap_discard_request_body.html">ap_discard_request_body</a>(r); 
+    } 
+     </pre>
+    </dd>
+   </dl>
+<p>
+Macro representing a Boolean expression for all HTTP error response values
+which will cause the current connection to be dropped.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_is_HTTP_CLIENT_ERROR.html"><samp>ap_is_HTTP_CLIENT_ERROR</samp></a>,
+        <a href="apidoc_ap_is_HTTP_ERROR.html"><samp>ap_is_HTTP_ERROR</samp></a>,
+        <a href="apidoc_ap_is_HTTP_INFO.html"><samp>ap_is_HTTP_INFO</samp></a>,
+        <a href="apidoc_ap_is_HTTP_REDIRECT.html"><samp>ap_is_HTTP_REDIRECT</samp></a>,
+        <a href="apidoc_ap_is_HTTP_SERVER_ERROR.html"><samp>ap_is_HTTP_SERVER_ERROR</samp></a>,
+        <a href="apidoc_ap_is_HTTP_SUCCESS.html"><samp>ap_is_HTTP_SUCCESS</samp></a>,
+        AUTH_REQUIRED,
+        BAD_GATEWAY,
+        BAD_REQUEST,
+        DOCUMENT_FOLLOWS,
+        FORBIDDEN,
+        <a href="apidoc_HTTP_ACCEPTED.html"><samp>HTTP_ACCEPTED</samp></a>,
+        <a href="apidoc_HTTP_BAD_GATEWAY.html"><samp>HTTP_BAD_GATEWAY</samp></a>,
+        <a href="apidoc_HTTP_BAD_REQUEST.html"><samp>HTTP_BAD_REQUEST</samp></a>,
+        <a href="apidoc_HTTP_CONFLICT.html"><samp>HTTP_CONFLICT</samp></a>,
+        <a href="apidoc_HTTP_CONTINUE.html"><samp>HTTP_CONTINUE</samp></a>,
+        <a href="apidoc_HTTP_CREATED.html"><samp>HTTP_CREATED</samp></a>,
+        <a href="apidoc_HTTP_EXPECTATION_FAILED.html"><samp>HTTP_EXPECTATION_FAILED</samp></a>,
+        <a href="apidoc_HTTP_FAILED_DEPENDENCY.html"><samp>HTTP_FAILED_DEPENDENCY</samp></a>,
+        <a href="apidoc_HTTP_FORBIDDEN.html"><samp>HTTP_FORBIDDEN</samp></a>,
+        <a href="apidoc_HTTP_GATEWAY_TIME_OUT.html"><samp>HTTP_GATEWAY_TIME_OUT</samp></a>,
+        <a href="apidoc_HTTP_GONE.html"><samp>HTTP_GONE</samp></a>,
+        <a href="apidoc_HTTP_INSUFFICIENT_STORAGE.html"><samp>HTTP_INSUFFICIENT_STORAGE</samp></a>,
+        <a href="apidoc_HTTP_INTERNAL_SERVER_ERROR.html"><samp>HTTP_INTERNAL_SERVER_ERROR</samp></a>,
+        <a href="apidoc_HTTP_LENGTH_REQUIRED.html"><samp>HTTP_LENGTH_REQUIRED</samp></a>,
+        <a href="apidoc_HTTP_LOCKED.html"><samp>HTTP_LOCKED</samp></a>,
+        <a href="apidoc_HTTP_METHOD_NOT_ALLOWED.html"><samp>HTTP_METHOD_NOT_ALLOWED</samp></a>,
+        <a href="apidoc_HTTP_MOVED_PERMANENTLY.html"><samp>HTTP_MOVED_PERMANENTLY</samp></a>,
+        <a href="apidoc_HTTP_MOVED_TEMPORARILY.html"><samp>HTTP_MOVED_TEMPORARILY</samp></a>,
+        <a href="apidoc_HTTP_MULTIPLE_CHOICES.html"><samp>HTTP_MULTIPLE_CHOICES</samp></a>,
+        HTTP_MULTI_STATUS,
+        <a href="apidoc_HTTP_NON_AUTHORITATIVE.html"><samp>HTTP_NON_AUTHORITATIVE</samp></a>,
+        <a href="apidoc_HTTP_NOT_ACCEPTABLE.html"><samp>HTTP_NOT_ACCEPTABLE</samp></a>,
+        <a href="apidoc_HTTP_NOT_EXTENDED.html"><samp>HTTP_NOT_EXTENDED</samp></a>,
+        <a href="apidoc_HTTP_NOT_FOUND.html"><samp>HTTP_NOT_FOUND</samp></a>,
+        <a href="apidoc_HTTP_NOT_IMPLEMENTED.html"><samp>HTTP_NOT_IMPLEMENTED</samp></a>,
+        <a href="apidoc_HTTP_NOT_MODIFIED.html"><samp>HTTP_NOT_MODIFIED</samp></a>,
+        <a href="apidoc_HTTP_NO_CONTENT.html"><samp>HTTP_NO_CONTENT</samp></a>,
+        <a href="apidoc_HTTP_OK.html"><samp>HTTP_OK</samp></a>,
+        <a href="apidoc_HTTP_PARTIAL_CONTENT.html"><samp>HTTP_PARTIAL_CONTENT</samp></a>,
+        <a href="apidoc_HTTP_PAYMENT_REQUIRED.html"><samp>HTTP_PAYMENT_REQUIRED</samp></a>,
+        <a href="apidoc_HTTP_PRECONDITION_FAILED.html"><samp>HTTP_PRECONDITION_FAILED</samp></a>,
+        <a href="apidoc_HTTP_PROCESSING.html"><samp>HTTP_PROCESSING</samp></a>,
+        <a href="apidoc_HTTP_PROXY_AUTHENTICATION_REQUIRED.html"><samp>HTTP_PROXY_AUTHENTICATION_REQUIRED</samp></a>,
+        <a href="apidoc_HTTP_RANGE_NOT_SATISFIABLE.html"><samp>HTTP_RANGE_NOT_SATISFIABLE</samp></a>,
+        <a href="apidoc_HTTP_REQUEST_ENTITY_TOO_LARGE.html"><samp>HTTP_REQUEST_ENTITY_TOO_LARGE</samp></a>,
+        <a href="apidoc_HTTP_REQUEST_TIME_OUT.html"><samp>HTTP_REQUEST_TIME_OUT</samp></a>,
+        <a href="apidoc_HTTP_REQUEST_URI_TOO_LARGE.html"><samp>HTTP_REQUEST_URI_TOO_LARGE</samp></a>,
+        <a href="apidoc_HTTP_RESET_CONTENT.html"><samp>HTTP_RESET_CONTENT</samp></a>,
+        <a href="apidoc_HTTP_SEE_OTHER.html"><samp>HTTP_SEE_OTHER</samp></a>,
+        <a href="apidoc_HTTP_SERVICE_UNAVAILABLE.html"><samp>HTTP_SERVICE_UNAVAILABLE</samp></a>,
+        <a href="apidoc_HTTP_SWITCHING_PROTOCOLS.html"><samp>HTTP_SWITCHING_PROTOCOLS</samp></a>,
+        HTTP_TEMPORARY_REDIRECT,
+        <a href="apidoc_HTTP_UNAUTHORIZED.html"><samp>HTTP_UNAUTHORIZED</samp></a>,
+        <a href="apidoc_HTTP_UNPROCESSABLE_ENTITY.html"><samp>HTTP_UNPROCESSABLE_ENTITY</samp></a>,
+        <a href="apidoc_HTTP_UNSUPPORTED_MEDIA_TYPE.html"><samp>HTTP_UNSUPPORTED_MEDIA_TYPE</samp></a>,
+        <a href="apidoc_HTTP_USE_PROXY.html"><samp>HTTP_USE_PROXY</samp></a>,
+        <a href="apidoc_HTTP_VARIANT_ALSO_VARIES.html"><samp>HTTP_VARIANT_ALSO_VARIES</samp></a>,
+        <a href="apidoc_HTTP_VERSION.html"><samp>HTTP_VERSION</samp></a>,
+        <a href="apidoc_HTTP_VERSION_MAJOR.html"><samp>HTTP_VERSION_MAJOR</samp></a>,
+        <a href="apidoc_HTTP_VERSION_MINOR.html"><samp>HTTP_VERSION_MINOR</samp></a>,
+        <a href="apidoc_HTTP_VERSION_NOT_SUPPORTED.html"><samp>HTTP_VERSION_NOT_SUPPORTED</samp></a>,
+        LENGTH_REQUIRED,
+        METHOD_NOT_ALLOWED,
+        MOVED,
+        MULTIPLE_CHOICES,
+        NOT_ACCEPTABLE,
+        NOT_FOUND,
+        NOT_IMPLEMENTED,
+        PARTIAL_CONTENT,
+        PRECONDITION_FAILED,
+        REDIRECT,
+        SERVER_ERROR,
+        USE_LOCAL_COPY,
+        VARIANT_ALSO_VARIES
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_start_shutdown.html"><code>ap_start_shutdown</code></a>
+  Next: <a href="apidoc_ap_strcasecmp_match.html"><code>ap_strcasecmp_match</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_status_drops_connection.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_str_tolower.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_str_tolower.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_str_tolower.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_str_tolower.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_str_tolower</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_str_tolower</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_str_tolower(char *str);
+     </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_strcmp_match.html"><code>ap_strcmp_match</code></a>
+  Next: <a href="apidoc_ap_sub_req_lookup_file.html"><code>ap_sub_req_lookup_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_str_tolower.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_strcasecmp_match.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_strcasecmp_match.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_strcasecmp_match.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_strcasecmp_match.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,52 @@
+<!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_strcasecmp_match</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_strcasecmp_match</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_strcasecmp_match(const char *str, const char *exp);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Matches <EM>str</EM> to <EM>exp</EM>. '*' can be used for any
+number of characters, and '?' can be used for any single character.
+</p>
+<p>
+Returns 1 for success, 0 for failure, and -1 for abort. Deprecated, use
+newer regex functions instead.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_status_drops_connection.html"><code>ap_status_drops_connection</code></a>
+  Next: <a href="apidoc_ap_strcasestr.html"><code>ap_strcasestr</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_strcasecmp_match.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_strcasestr.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_strcasestr.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_strcasestr.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_strcasestr.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_strcasestr</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_strcasestr</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_strcasestr(const char *s1, const char *s2);
+     </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_strcasecmp_match.html"><code>ap_strcasecmp_match</code></a>
+  Next: <a href="apidoc_ap_strcmp_match.html"><code>ap_strcmp_match</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_strcasestr.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_strcmp_match.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_strcmp_match.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_strcmp_match.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_strcmp_match.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,52 @@
+<!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_strcmp_match</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_strcmp_match</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_strcmp_match(const char *str, const char *exp);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Matches <EM>str</EM> to <EM>exp</EM>. '*' can be used for any
+number of characters, and '?' can be used for any single character.
+</p>
+<p>
+Returns 1 for success, 0 for failure, and -1 for abort. Deprecated, use
+newer regex functions instead.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_strcasestr.html"><code>ap_strcasestr</code></a>
+  Next: <a href="apidoc_ap_str_tolower.html"><code>ap_str_tolower</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_strcmp_match.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sub_req_lookup_file.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sub_req_lookup_file.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sub_req_lookup_file.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sub_req_lookup_file.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,53 @@
+<!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_sub_req_lookup_file</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_sub_req_lookup_file</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+request_rec *ap_sub_req_lookup_file(const char *new_file, const <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>
+Processes <EM>new_file</EM> to produce a new <a href="apidoc_request_rec.html">request_rec</a>,
+which is processed up to the point where the new request handler would be
+called. If the URI is relative, it is processed relative to the URI of <EM>r</EM>.
+</p>
+<p>
+Returns the new <a href="apidoc_request_rec.html">request_rec</a>, whose <EM>status</EM>
+member contains any error code.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_str_tolower.html"><code>ap_str_tolower</code></a>
+  Next: <a href="apidoc_ap_sub_req_lookup_uri.html"><code>ap_sub_req_lookup_uri</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_sub_req_lookup_file.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sub_req_lookup_uri.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sub_req_lookup_uri.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sub_req_lookup_uri.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sub_req_lookup_uri.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,54 @@
+<!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_sub_req_lookup_uri</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_sub_req_lookup_uri</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+request_rec *ap_sub_req_lookup_uri(const char *new_file, const <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>
+Processes the URI <EM>new_file</EM> to produce a new
+<a href="apidoc_request_rec.html">request_rec</a>, which is processed up to the point
+where the new request handler would be called. If the URI is relative, it
+is processed relative to the URI of <EM>r</EM>.
+</p>
+<p>
+Returns the new <a href="apidoc_request_rec.html">request_rec</a>, whose <EM>status</EM>
+member contains any error code.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_sub_req_lookup_file.html"><code>ap_sub_req_lookup_file</code></a>
+  Next: <a href="apidoc_ap_sub_req_method_uri.html"><code>ap_sub_req_method_uri</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_sub_req_lookup_uri.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sub_req_method_uri.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sub_req_method_uri.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sub_req_method_uri.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sub_req_method_uri.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_sub_req_method_uri</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_sub_req_method_uri</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+request_rec *ap_sub_req_method_uri(const char *method, const char *new_file, const <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_sub_req_lookup_uri.html"><code>ap_sub_req_lookup_uri</code></a>
+  Next: <a href="apidoc_ap_sync_scoreboard_image.html"><code>ap_sync_scoreboard_image</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_sub_req_method_uri.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_suexec_enabled.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_suexec_enabled.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_suexec_enabled.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_suexec_enabled.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,53 @@
+<!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_suexec_enabled</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Global Data Cell ap_suexec_enabled</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_suexec_enabled;
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+extern int ap_suexec_enabled; 
+if (ap_suexec_enabled) { 
+    ...processing for module using suexec features... 
+} 
+else { 
+    ...processing for <a href="apidoc_module.html">module</a> not using suexec features... 
+} 
+     </pre>
+    </dd>
+   </dl>
+<p>
+Boolean value indicating whether the suexec facility is active.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_standalone.html"><code>ap_standalone</code></a>
+  Next: <a href="apidoc_ap_threads_per_child.html"><code>ap_threads_per_child</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_suexec_enabled.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sync_scoreboard_image.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sync_scoreboard_image.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sync_scoreboard_image.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_sync_scoreboard_image.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_sync_scoreboard_image</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_sync_scoreboard_image</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_sync_scoreboard_image(void);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+ap_sync_scoreboard_image();
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_exists_scoreboard_image.html"><samp>ap_exists_scoreboard_image</samp></a>,
+        <a href="apidoc_ap_scoreboard_image.html"><samp>ap_scoreboard_image</samp></a>,
+        <a href="apidoc_global_score.html"><samp>global_score</samp></a>,
+        <a href="apidoc_parent_score.html"><samp>parent_score</samp></a>,
+        <a href="apidoc_scoreboard.html"><samp>scoreboard</samp></a>,
+        <a href="apidoc_SERVER_BUSY_DNS.html"><samp>SERVER_BUSY_DNS</samp></a>,
+        <a href="apidoc_SERVER_BUSY_KEEPALIVE.html"><samp>SERVER_BUSY_KEEPALIVE</samp></a>,
+        <a href="apidoc_SERVER_BUSY_LOG.html"><samp>SERVER_BUSY_LOG</samp></a>,
+        <a href="apidoc_SERVER_BUSY_READ.html"><samp>SERVER_BUSY_READ</samp></a>,
+        <a href="apidoc_SERVER_BUSY_WRITE.html"><samp>SERVER_BUSY_WRITE</samp></a>,
+        <a href="apidoc_SERVER_DEAD.html"><samp>SERVER_DEAD</samp></a>,
+        <a href="apidoc_SERVER_GRACEFUL.html"><samp>SERVER_GRACEFUL</samp></a>,
+        <a href="apidoc_SERVER_NUM_STATUS.html"><samp>SERVER_NUM_STATUS</samp></a>,
+        <a href="apidoc_SERVER_READY.html"><samp>SERVER_READY</samp></a>,
+        <a href="apidoc_SERVER_STARTING.html"><samp>SERVER_STARTING</samp></a>,
+        <a href="apidoc_short_score.html"><samp>short_score</samp></a>,
+        <a href="apidoc_START_PREQUEST.html"><samp>START_PREQUEST</samp></a>,
+        <a href="apidoc_STOP_PREQUEST.html"><samp>STOP_PREQUEST</samp></a>,
+        <a href="apidoc_vtime_t.html"><samp>vtime_t</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_sub_req_method_uri.html"><code>ap_sub_req_method_uri</code></a>
+  Next: <a href="apidoc_ap_table_add.html"><code>ap_table_add</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_sync_scoreboard_image.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_add.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_add.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_add.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_add.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,84 @@
+<!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_table_add</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_table_add</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_table_add(<a href="apidoc_table.html">table</a> *t, const char *k, const char *val);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Adds a new value <var>val</var> to <a href="apidoc_table.html">table</a> <var>t</var>, associated with key
+<var>key</var>.
+Both the key and the value are copied into the <a href="apidoc_table.html">table</a>'s <a href="apidoc_pool.html">pool</a> using
+<code><a href="apidoc_ap_pstrdup.html">ap_pstrdup</a>()</code> and pointers to the copies used in the <a href="apidoc_table.html">table</a>.
+If both values are constants, such
+as literal strings, you should use <code><a href="apidoc_ap_table_addn.html">ap_table_addn</a>()</code>
+instead.
+</p>
+<p>
+A new <a href="apidoc_table.html">table</a> entry is always created, even if there are already one or
+more entries with the same key.
+To update an existing entry, or create it if it doesn't exist, use
+<code><a href="apidoc_ap_table_set.html">ap_table_set</a>()</code> (<i>q.v.</i>).  Be aware, though,
+that <code><a href="apidoc_ap_table_set.html">ap_table_set</a>()</code> will delete all other entries
+with the same key.
+</p>
+<p>
+If a <a href="apidoc_table.html">table</a> has multiple entries for a particular key, only the
+first will be returned by the direct lookup routines (<i>e.g.</i>,
+<code><a href="apidoc_ap_table_get.html">ap_table_get</a>()</code>).  The only way to access such duplicate
+entries is to traverse the <a href="apidoc_table.html">table</a> with <code><a href="apidoc_ap_table_do.html">ap_table_do</a>()</code>.
+</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_make_table.html"><samp>ap_make_table</samp></a>,
+        <a href="apidoc_ap_overlay_tables.html"><samp>ap_overlay_tables</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_sync_scoreboard_image.html"><code>ap_sync_scoreboard_image</code></a>
+  Next: <a href="apidoc_ap_table_addn.html"><code>ap_table_addn</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_table_add.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_addn.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_addn.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_addn.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_addn.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_table_addn</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_table_addn</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_table_addn(<a href="apidoc_table.html">table</a> *t, const char *k, const char *val);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Adds a new value <i>val</i> to <a href="apidoc_table.html">table</a> <i>t</i>, associated with <i>key</i>.
+Pointers to the supplied strings are stored in the table, so they
+must either be constants or at least have a greater longevity than
+the <a href="apidoc_table.html">table</a>'s <a href="apidoc_pool.html">pool</a>, and they <b>must not</b> be modified after the
+entry has been added to the <a href="apidoc_table.html">table</a>.  If these conditions cannot be
+met, you should use <code><a href="apidoc_ap_table_add.html">ap_table_add</a>()</code> instead.
+</p>
+<p>
+A new <a href="apidoc_table.html">table</a> entry is always created, even if it duplicates another.
+To update an existing entry, or create it if it doesn't exist, use
+<code><a href="apidoc_ap_table_setn.html">ap_table_setn</a>()</code>.
+</p>
+<p>
+If a <a href="apidoc_table.html">table</a> has multiple entries for a particular key, only the
+first will be returned by the direct lookup routines (<i>e.g.</i>,
+<code><a href="apidoc_ap_table_get.html">ap_table_get</a>()</code>).  The only way to access such duplicate
+entries is to traverse the <a href="apidoc_table.html">table</a> with <code><a href="apidoc_ap_table_do.html">ap_table_do</a>()</code>.
+</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_make_table.html"><samp>ap_make_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_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_table_add.html"><code>ap_table_add</code></a>
+  Next: <a href="apidoc_ap_table_do.html"><code>ap_table_do</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_table_addn.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_do.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_do.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_do.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_do.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,64 @@
+<!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_table_do</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_table_do</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_table_do(int (*comp) (void *d, const char *k, const char *val), 
+                 void *rec, const <a href="apidoc_table.html">table</a> *t, ...);
+     </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_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_make_table.html"><samp>ap_make_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_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_table_addn.html"><code>ap_table_addn</code></a>
+  Next: <a href="apidoc_ap_table_get.html"><code>ap_table_get</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_table_do.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_get.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_get.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_get.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_get.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,64 @@
+<!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_table_get</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_table_get</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+const char *ap_table_get(const <a href="apidoc_table.html">table</a> *t, const char *key);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Returns the value of <EM>key</EM> in <a href="apidoc_table.html">table</a> <EM>t</EM>.
+</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_make_table.html"><samp>ap_make_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_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_table_do.html"><code>ap_table_do</code></a>
+  Next: <a href="apidoc_ap_table_merge.html"><code>ap_table_merge</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_table_get.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_merge.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_merge.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_merge.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_merge.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_table_merge</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_table_merge</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_table_merge(<a href="apidoc_table.html">table</a> *t, const char *k, const char *more_val);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+If <EM>name</EM> exists as a key value in <EM>tab</EM>, <EM>more_val</EM> is
+added to the <a href="apidoc_table.html">table</a>. A new entry is created otherwise.
+</p>
+<p>
+If more than one occurrence of <EM>name</EM> exists, only the first is modified.
+</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_make_table.html"><samp>ap_make_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_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_table_get.html"><code>ap_table_get</code></a>
+  Next: <a href="apidoc_ap_table_mergen.html"><code>ap_table_mergen</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_table_merge.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_mergen.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_mergen.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_mergen.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_mergen.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_table_mergen</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_table_mergen</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_table_mergen(<a href="apidoc_table.html">table</a> *t, const char *k, const char *more_val);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+If <EM>name</EM> exists as a key value in <EM>tab</EM>, <EM>more_val</EM> is
+added to the <a href="apidoc_table.html">table</a>. A new entry is created otherwise.
+</p>
+<p>
+If more than one occurrence of <EM>name</EM> exists, only the first is modified.
+This function does not use <a href="apidoc_ap_pstrdup.html">ap_pstrdup</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_make_table.html"><samp>ap_make_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_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_table_merge.html"><code>ap_table_merge</code></a>
+  Next: <a href="apidoc_ap_table_set.html"><code>ap_table_set</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_table_mergen.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_set.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_set.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_set.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_set.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,73 @@
+<!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_table_set</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_table_set</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_table_set(<a href="apidoc_table.html">table</a> *t, const char *k, const char *val);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Sets the entry in <a href="apidoc_table.html">table</a> <var>t</var> with key <var>k</var> to have value
+<var>val</var>.  If no such entry exists, one is created.  If an
+entry does exist, its value is replaced.  If there are multiple
+entries with key <var>k</var>, the first one is modified, and
+all the other matching entries are deleted from the table.  The value
+is always duplicated from the routine argument into the <a href="apidoc_table.html">table</a>'s <a href="apidoc_pool.html">pool</a>
+using <code><a href="apidoc_ap_pstrdup.html">ap_pstrdup</a>()</code>, and a pointer to the copy used; if a new
+entry needs to be created, the key string is copied as well.  If both
+the key and the value are literals, use <code><a href="apidoc_ap_table_setn.html">ap_table_setn</a>()</code>
+instead.
+</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_make_table.html"><samp>ap_make_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_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_table_mergen.html"><code>ap_table_mergen</code></a>
+  Next: <a href="apidoc_ap_table_setn.html"><code>ap_table_setn</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_table_set.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_setn.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_setn.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_setn.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_setn.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,73 @@
+<!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_table_setn</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_table_setn</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_table_setn(<a href="apidoc_table.html">table</a> *t, const char *k, const char *val);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Sets the entry in <a href="apidoc_table.html">table</a> <var>t</var> with key <var>k</var> to have value
+<var>val</var>.  If no such entry exists, one is created.  If an
+entry does exist, its value is replaced.  If there are multiple
+entries with key <var>k</var>, the first one is modified, and
+all the other matching entries are deleted from the table.
+The key and value pointers from the argument list are inserted
+directly into the <a href="apidoc_table.html">table</a>, so the caller <b>must not</b> modify
+them after calling this routine.  If either the key or the
+value cannot be guaranteed immutable, you should use
+<code><a href="apidoc_ap_table_set.html">ap_table_set</a>()</code> (<i>q.v.</i>) instead.
+</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_make_table.html"><samp>ap_make_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_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_table_set.html"><code>ap_table_set</code></a>
+  Next: <a href="apidoc_ap_table_unset.html"><code>ap_table_unset</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_table_setn.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_unset.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_unset.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_unset.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_table_unset.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,67 @@
+<!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_table_unset</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_table_unset</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_table_unset(<a href="apidoc_table.html">table</a> *t, const char *k);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Removes the <a href="apidoc_table.html">table</a> entry corresponding to <EM>key</EM>.
+</p>
+<p>
+Removing nonexistent entries is not an error condition.
+</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_make_table.html"><samp>ap_make_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_table.html"><samp>table</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_table_setn.html"><code>ap_table_setn</code></a>
+  Next: <a href="apidoc_ap_time_process_request.html"><code>ap_time_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_table_unset.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_threads_per_child.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_threads_per_child.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_threads_per_child.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_threads_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_threads_per_child</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Global Data Cell ap_threads_per_child</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_threads_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_suexec_enabled.html"><code>ap_suexec_enabled</code></a>
+  Next: <a href="apidoc_ap_user_id.html"><code>ap_user_id</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_threads_per_child.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_time_process_request.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_time_process_request.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_time_process_request.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_time_process_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_time_process_request</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_time_process_request</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_time_process_request(int child_num, int status);
+     </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_table_unset.html"><code>ap_table_unset</code></a>
+  Next: <a href="apidoc_ap_tm2sec.html"><code>ap_tm2sec</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_time_process_request.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_tm2sec.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_tm2sec.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_tm2sec.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_tm2sec.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_tm2sec</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_tm2sec</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+time_t ap_tm2sec(const struct tm *t);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Returns time <EM>t</EM> to seconds since 1 Jan 1970 00:00 GMT.
+</p>
+<p>
+<EM>t</EM> is assumed to be time in GMT format.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_time_process_request.html"><code>ap_time_process_request</code></a>
+  Next: <a href="apidoc_ap_to64.html"><code>ap_to64</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_tm2sec.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_to64.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_to64.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_to64.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_to64.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_to64</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_to64</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_to64(char *s, unsigned long v, 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_tm2sec.html"><code>ap_tm2sec</code></a>
+  Next: <a href="apidoc_ap_translate_name.html"><code>ap_translate_name</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_to64.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_translate_name.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_translate_name.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_translate_name.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_translate_name.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_translate_name</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_translate_name</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_translate_name(<a href="apidoc_request_rec.html">request_rec</a> *);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_request_rec.html">request_rec</a> *r;
+int result;
+result = ap_translate_name(r);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_to64.html"><code>ap_to64</code></a>
+  Next: <a href="apidoc_ap_uname2id.html"><code>ap_uname2id</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_translate_name.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uname2id.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uname2id.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uname2id.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_uname2id.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_uname2id</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_uname2id</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+uid_t ap_uname2id(const char *name);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Returns the UID corresponding to <EM>name</EM>.
+</p>
+<p>
+If <EM>name</EM>'s first character is #, returns the number following as UID;
+otherwise, uses getpwnam() to look up the UID.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_translate_name.html"><code>ap_translate_name</code></a>
+  Next: <a href="apidoc_ap_unblock_alarms.html"><code>ap_unblock_alarms</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_uname2id.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unblock_alarms.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unblock_alarms.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unblock_alarms.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unblock_alarms.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_unblock_alarms</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_unblock_alarms</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_unblock_alarms(void);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Removes a block on alarms for a call to block_alarms.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_uname2id.html"><code>ap_uname2id</code></a>
+  Next: <a href="apidoc_ap_unescape_url.html"><code>ap_unescape_url</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_unblock_alarms.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unescape_url.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unescape_url.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unescape_url.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unescape_url.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,52 @@
+<!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_unescape_url</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_unescape_url</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_unescape_url(char *url);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+<p>
+Replaces escape sequences (%nn) in a URL with the original unescaped character.
+Replacement is done in place.
+</p>
+<p>
+Returns 0 on success, BAD_REQUEST if a bad escape sequence is found, or
+NOT_FOUND if %2F (/) is found.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_unblock_alarms.html"><code>ap_unblock_alarms</code></a>
+  Next: <a href="apidoc_ap_unparse_uri_components.html"><code>ap_unparse_uri_components</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_unescape_url.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unparse_uri_components.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unparse_uri_components.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unparse_uri_components.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_unparse_uri_components.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_unparse_uri_components</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_unparse_uri_components</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_unparse_uri_components(<a href="apidoc_pool.html">pool</a> *p, const <a href="apidoc_uri_components.html">uri_components</a> *uptr, unsigned flags);
+     </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_unescape_url.html"><code>ap_unescape_url</code></a>
+  Next: <a href="apidoc_ap_unregister_other_child.html"><code>ap_unregister_other_child</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_unparse_uri_components.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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