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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_BUSY_WRITE.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_BUSY_WRITE.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_BUSY_WRITE.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_BUSY_WRITE.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,75 @@
+<!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: SERVER_BUSY_WRITE</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant SERVER_BUSY_WRITE</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "<a href="apidoc_scoreboard.html">scoreboard</a>.h"
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+switch (score_record.status) {
+case SERVER_BUSY_WRITE: 
+    <a href="apidoc_ap_rputs.html">ap_rputs</a>("&lt;B&gt;Write&lt;/B&gt;", r); 
+    break;
+}
+     </pre>
+    </dd>
+   </dl>
+<p>
+Scoreboard state constant indicating the server is writing data to a
+client (browser).
+</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_ap_sync_scoreboard_image.html"><samp>ap_sync_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_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_SERVER_BUSY_READ.html"><code>SERVER_BUSY_READ</code></a>
+  Next: <a href="apidoc_SERVER_DEAD.html"><code>SERVER_DEAD</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_SERVER_BUSY_WRITE.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_DEAD.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_DEAD.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_DEAD.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_DEAD.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,74 @@
+<!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: SERVER_DEAD</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant SERVER_DEAD</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "<a href="apidoc_scoreboard.html">scoreboard</a>.h"
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+switch (score_record.status) {
+case SERVER_DEAD: 
+    <a href="apidoc_ap_rputs.html">ap_rputs</a>("Dead", r); 
+    break;
+}
+     </pre>
+    </dd>
+   </dl>
+<p>
+Scoreboard state constant indicating the server is down.
+</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_ap_sync_scoreboard_image.html"><samp>ap_sync_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_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_SERVER_BUSY_WRITE.html"><code>SERVER_BUSY_WRITE</code></a>
+  Next: <a href="apidoc_SERVER_GRACEFUL.html"><code>SERVER_GRACEFUL</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_SERVER_DEAD.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_GRACEFUL.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_GRACEFUL.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_GRACEFUL.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_GRACEFUL.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,75 @@
+<!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: SERVER_GRACEFUL</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant SERVER_GRACEFUL</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "<a href="apidoc_scoreboard.html">scoreboard</a>.h"
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+switch (score_record.status) {
+case SERVER_GRACEFUL: 
+    <a href="apidoc_ap_rputs.html">ap_rputs</a>("Graceful", r); 
+    break;
+}
+     </pre>
+    </dd>
+   </dl>
+<p>
+Scoreboard state constant indicating the server is performing a
+graceful restart (without dropping all pending connects).
+</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_ap_sync_scoreboard_image.html"><samp>ap_sync_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_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_SERVER_DEAD.html"><code>SERVER_DEAD</code></a>
+  Next: <a href="apidoc_SERVER_NUM_STATUS.html"><code>SERVER_NUM_STATUS</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_SERVER_GRACEFUL.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_NUM_STATUS.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_NUM_STATUS.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_NUM_STATUS.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_NUM_STATUS.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: SERVER_NUM_STATUS</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant SERVER_NUM_STATUS</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "<a href="apidoc_scoreboard.html">scoreboard</a>.h"
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+if (score_record.status &lt; SERVER_NUM_STATUS) {
+    return <a href="apidoc_OK.html">OK</a>;
+} 
+     </pre>
+    </dd>
+   </dl>
+<p>
+Scoreboard constant indicating the number of state variables, for
+range checking.
+</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_ap_sync_scoreboard_image.html"><samp>ap_sync_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_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_SERVER_GRACEFUL.html"><code>SERVER_GRACEFUL</code></a>
+  Next: <a href="apidoc_SERVER_READY.html"><code>SERVER_READY</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_SERVER_NUM_STATUS.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_READY.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_READY.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_READY.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_READY.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,75 @@
+<!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: SERVER_READY</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant SERVER_READY</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "<a href="apidoc_scoreboard.html">scoreboard</a>.h"
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+switch (score_record.status) {
+case SERVER_READY: 
+    <a href="apidoc_ap_rputs.html">ap_rputs</a>("Ready", r); 
+    break;
+}
+     </pre>
+    </dd>
+   </dl>
+<p>
+Scoreboard state constant indicating the server is ready and waiting for a
+connection.
+</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_ap_sync_scoreboard_image.html"><samp>ap_sync_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_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_SERVER_NUM_STATUS.html"><code>SERVER_NUM_STATUS</code></a>
+  Next: <a href="apidoc_SERVER_STARTING.html"><code>SERVER_STARTING</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_SERVER_READY.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_STARTING.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_STARTING.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_STARTING.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_STARTING.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,74 @@
+<!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: SERVER_STARTING</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant SERVER_STARTING</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "<a href="apidoc_scoreboard.html">scoreboard</a>.h"
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+switch (score_record.status) {
+case SERVER_STARTING: 
+    <a href="apidoc_ap_rputs.html">ap_rputs</a>("Starting", r); 
+    break;
+}
+     </pre>
+    </dd>
+   </dl>
+<p>
+Scoreboard state constant indicating the server is spawning.
+</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_ap_sync_scoreboard_image.html"><samp>ap_sync_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_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_SERVER_READY.html"><code>SERVER_READY</code></a>
+  Next: <a href="apidoc_SERVER_SUPPORT.html"><code>SERVER_SUPPORT</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_SERVER_STARTING.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_SUPPORT.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_SUPPORT.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_SUPPORT.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_SUPPORT.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,49 @@
+<!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: SERVER_SUPPORT</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant SERVER_SUPPORT</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+Compile-time definition; default set by <code>#include "httpd.h"</code>
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_ap_snprintf.html">ap_snprintf</a>(buf, sizeof(buf), "For further assistance, go to SERVER_SUPPORT");
+     </pre>
+    </dd>
+   </dl>
+<p>
+This is the location at which to seek support for the server. Third parties
+should change this *only* if they intend to provide support
+for their release of Apache.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_SERVER_STARTING.html"><code>SERVER_STARTING</code></a>
+  Next: <a href="apidoc_SERVER_VERSION.html"><code>SERVER_VERSION</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_SERVER_SUPPORT.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_VERSION.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_VERSION.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_VERSION.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_SERVER_VERSION.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: SERVER_VERSION</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant SERVER_VERSION</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "httpd.h"
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+Deprecated; use <a href="apidoc_ap_get_server_version.html">ap_get_server_version</a>() instead.
+     </pre>
+    </dd>
+   </dl>
+<p>
+String containing the Apache server version; a legacy.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_SERVER_SUPPORT.html"><code>SERVER_SUPPORT</code></a>
+  Next: <a href="apidoc_STANDARD_MODULE_STUFF.html"><code>STANDARD_MODULE_STUFF</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_SERVER_VERSION.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_STANDARD_MODULE_STUFF.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_STANDARD_MODULE_STUFF.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_STANDARD_MODULE_STUFF.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_STANDARD_MODULE_STUFF.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: STANDARD_MODULE_STUFF</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant STANDARD_MODULE_STUFF</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "ap_mmn.h"
+     </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_MODULE_MAGIC_AT_LEAST.html"><samp>AP_MODULE_MAGIC_AT_LEAST</samp></a>,
+        <a href="apidoc_module.html"><samp>module</samp></a>,
+        <a href="apidoc_MODULE_MAGIC_AT_LEAST.html"><samp>MODULE_MAGIC_AT_LEAST</samp></a>,
+        <a href="apidoc_MODULE_MAGIC_COOKIE.html"><samp>MODULE_MAGIC_COOKIE</samp></a>,
+        <a href="apidoc_MODULE_MAGIC_NUMBER.html"><samp>MODULE_MAGIC_NUMBER</samp></a>,
+        <a href="apidoc_MODULE_MAGIC_NUMBER_MAJOR.html"><samp>MODULE_MAGIC_NUMBER_MAJOR</samp></a>,
+        <a href="apidoc_MODULE_MAGIC_NUMBER_MINOR.html"><samp>MODULE_MAGIC_NUMBER_MINOR</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_SERVER_VERSION.html"><code>SERVER_VERSION</code></a>
+  Next: <a href="apidoc_START_PREQUEST.html"><code>START_PREQUEST</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_STANDARD_MODULE_STUFF.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_START_PREQUEST.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_START_PREQUEST.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_START_PREQUEST.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_START_PREQUEST.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: START_PREQUEST</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant START_PREQUEST</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "<a href="apidoc_scoreboard.html">scoreboard</a>.h"
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+if (status == START_PREQUEST) {
+    ...deal with request start time...
+}
+     </pre>
+    </dd>
+   </dl>
+<p>
+This constant is used to indicate a request's processing is started.
+Useful for timing purposes.
+</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_ap_sync_scoreboard_image.html"><samp>ap_sync_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_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_STANDARD_MODULE_STUFF.html"><code>STANDARD_MODULE_STUFF</code></a>
+  Next: <a href="apidoc_STOP_PREQUEST.html"><code>STOP_PREQUEST</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_START_PREQUEST.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_STOP_PREQUEST.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_STOP_PREQUEST.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_STOP_PREQUEST.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_STOP_PREQUEST.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: STOP_PREQUEST</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant STOP_PREQUEST</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "<a href="apidoc_scoreboard.html">scoreboard</a>.h"
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+if (status == STOP_PREQUEST) {
+    ...deal with request stop time...
+}
+     </pre>
+    </dd>
+   </dl>
+<p>
+This constant is used to indicate a request's processing is stopped (not
+necessarily completed). Useful for timing purposes.
+</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_ap_sync_scoreboard_image.html"><samp>ap_sync_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_vtime_t.html"><samp>vtime_t</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_START_PREQUEST.html"><code>START_PREQUEST</code></a>
+  Next: <a href="apidoc_TAKE1.html"><code>TAKE1</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_STOP_PREQUEST.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE1.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE1.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE1.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE1.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,71 @@
+<!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: TAKE1</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant TAKE1</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "httpd.h"
+<i>see</i> <a href="apidoc_cmd_how.html">cmd_how</a>.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+static const <a href="apidoc_command_rec.html">command_rec</a> module_cmds[] =
+{
+        .
+    {"ModuleDirective", cmd_moduledirective, NULL, <a href="apidoc_OR_LIMIT.html">OR_LIMIT</a>, TAKE1,
+     "directive description"},
+        .
+    {NULL}
+};
+     </pre>
+    </dd>
+   </dl>
+<p>
+Command will take one argument only.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_cmd_how.html"><samp>cmd_how</samp></a>,
+        <a href="apidoc_FLAG.html"><samp>FLAG</samp></a>,
+        <a href="apidoc_ITERATE.html"><samp>ITERATE</samp></a>,
+        <a href="apidoc_ITERATE2.html"><samp>ITERATE2</samp></a>,
+        <a href="apidoc_NO_ARGS.html"><samp>NO_ARGS</samp></a>,
+        <a href="apidoc_RAW_ARGS.html"><samp>RAW_ARGS</samp></a>,
+        <a href="apidoc_TAKE12.html"><samp>TAKE12</samp></a>,
+        <a href="apidoc_TAKE123.html"><samp>TAKE123</samp></a>,
+        <a href="apidoc_TAKE13.html"><samp>TAKE13</samp></a>,
+        <a href="apidoc_TAKE2.html"><samp>TAKE2</samp></a>,
+        <a href="apidoc_TAKE23.html"><samp>TAKE23</samp></a>,
+        <a href="apidoc_TAKE3.html"><samp>TAKE3</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_STOP_PREQUEST.html"><code>STOP_PREQUEST</code></a>
+  Next: <a href="apidoc_TAKE12.html"><code>TAKE12</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_TAKE1.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE12.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE12.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE12.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE12.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,71 @@
+<!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: TAKE12</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant TAKE12</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "httpd.h"
+<i>see</i> <a href="apidoc_cmd_how.html">cmd_how</a>.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+static const <a href="apidoc_command_rec.html">command_rec</a> module_cmds[] =
+{
+        .
+    {"ModuleDirective", cmd_moduledirective, NULL, <a href="apidoc_OR_LIMIT.html">OR_LIMIT</a>, TAKE12,
+     "directive description"},
+        .
+    {NULL}
+};
+     </pre>
+    </dd>
+   </dl>
+<p>
+Command will take one or two arguments.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_cmd_how.html"><samp>cmd_how</samp></a>,
+        <a href="apidoc_FLAG.html"><samp>FLAG</samp></a>,
+        <a href="apidoc_ITERATE.html"><samp>ITERATE</samp></a>,
+        <a href="apidoc_ITERATE2.html"><samp>ITERATE2</samp></a>,
+        <a href="apidoc_NO_ARGS.html"><samp>NO_ARGS</samp></a>,
+        <a href="apidoc_RAW_ARGS.html"><samp>RAW_ARGS</samp></a>,
+        <a href="apidoc_TAKE1.html"><samp>TAKE1</samp></a>,
+        <a href="apidoc_TAKE123.html"><samp>TAKE123</samp></a>,
+        <a href="apidoc_TAKE13.html"><samp>TAKE13</samp></a>,
+        <a href="apidoc_TAKE2.html"><samp>TAKE2</samp></a>,
+        <a href="apidoc_TAKE23.html"><samp>TAKE23</samp></a>,
+        <a href="apidoc_TAKE3.html"><samp>TAKE3</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_TAKE1.html"><code>TAKE1</code></a>
+  Next: <a href="apidoc_TAKE123.html"><code>TAKE123</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_TAKE12.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE123.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE123.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE123.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE123.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,71 @@
+<!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: TAKE123</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant TAKE123</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "httpd.h"
+<i>see</i> <a href="apidoc_cmd_how.html">cmd_how</a>.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+static const <a href="apidoc_command_rec.html">command_rec</a> module_cmds[] =
+{
+        .
+    {"ModuleDirective", cmd_moduledirective, NULL, <a href="apidoc_OR_LIMIT.html">OR_LIMIT</a>, TAKE123,
+     "directive description"},
+        .
+    {NULL}
+};
+     </pre>
+    </dd>
+   </dl>
+<p>
+Command will take one, two, or three arguments.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_cmd_how.html"><samp>cmd_how</samp></a>,
+        <a href="apidoc_FLAG.html"><samp>FLAG</samp></a>,
+        <a href="apidoc_ITERATE.html"><samp>ITERATE</samp></a>,
+        <a href="apidoc_ITERATE2.html"><samp>ITERATE2</samp></a>,
+        <a href="apidoc_NO_ARGS.html"><samp>NO_ARGS</samp></a>,
+        <a href="apidoc_RAW_ARGS.html"><samp>RAW_ARGS</samp></a>,
+        <a href="apidoc_TAKE1.html"><samp>TAKE1</samp></a>,
+        <a href="apidoc_TAKE12.html"><samp>TAKE12</samp></a>,
+        <a href="apidoc_TAKE13.html"><samp>TAKE13</samp></a>,
+        <a href="apidoc_TAKE2.html"><samp>TAKE2</samp></a>,
+        <a href="apidoc_TAKE23.html"><samp>TAKE23</samp></a>,
+        <a href="apidoc_TAKE3.html"><samp>TAKE3</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_TAKE12.html"><code>TAKE12</code></a>
+  Next: <a href="apidoc_TAKE13.html"><code>TAKE13</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_TAKE123.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE13.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE13.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE13.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE13.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,71 @@
+<!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: TAKE13</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant TAKE13</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "httpd.h"
+<i>see</i> <a href="apidoc_cmd_how.html">cmd_how</a>.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+static const <a href="apidoc_command_rec.html">command_rec</a> module_cmds[] =
+{
+        .
+    {"ModuleDirective", cmd_moduledirective, NULL, <a href="apidoc_OR_LIMIT.html">OR_LIMIT</a>, TAKE13,
+     "directive description"},
+        .
+    {NULL}
+};
+     </pre>
+    </dd>
+   </dl>
+<p>
+Command will take one or three arguments only.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_cmd_how.html"><samp>cmd_how</samp></a>,
+        <a href="apidoc_FLAG.html"><samp>FLAG</samp></a>,
+        <a href="apidoc_ITERATE.html"><samp>ITERATE</samp></a>,
+        <a href="apidoc_ITERATE2.html"><samp>ITERATE2</samp></a>,
+        <a href="apidoc_NO_ARGS.html"><samp>NO_ARGS</samp></a>,
+        <a href="apidoc_RAW_ARGS.html"><samp>RAW_ARGS</samp></a>,
+        <a href="apidoc_TAKE1.html"><samp>TAKE1</samp></a>,
+        <a href="apidoc_TAKE12.html"><samp>TAKE12</samp></a>,
+        <a href="apidoc_TAKE123.html"><samp>TAKE123</samp></a>,
+        <a href="apidoc_TAKE2.html"><samp>TAKE2</samp></a>,
+        <a href="apidoc_TAKE23.html"><samp>TAKE23</samp></a>,
+        <a href="apidoc_TAKE3.html"><samp>TAKE3</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_TAKE123.html"><code>TAKE123</code></a>
+  Next: <a href="apidoc_TAKE2.html"><code>TAKE2</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_TAKE13.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE2.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE2.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE2.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE2.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,71 @@
+<!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: TAKE2</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant TAKE2</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "httpd.h"
+<i>see</i> <a href="apidoc_cmd_how.html">cmd_how</a>.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+static const <a href="apidoc_command_rec.html">command_rec</a> module_cmds[] =
+{
+        .
+    {"ModuleDirective", cmd_moduledirective, NULL, <a href="apidoc_OR_LIMIT.html">OR_LIMIT</a>, TAKE2,
+     "directive description"},
+        .
+    {NULL}
+};
+     </pre>
+    </dd>
+   </dl>
+<p>
+Command will take one or two arguments.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_cmd_how.html"><samp>cmd_how</samp></a>,
+        <a href="apidoc_FLAG.html"><samp>FLAG</samp></a>,
+        <a href="apidoc_ITERATE.html"><samp>ITERATE</samp></a>,
+        <a href="apidoc_ITERATE2.html"><samp>ITERATE2</samp></a>,
+        <a href="apidoc_NO_ARGS.html"><samp>NO_ARGS</samp></a>,
+        <a href="apidoc_RAW_ARGS.html"><samp>RAW_ARGS</samp></a>,
+        <a href="apidoc_TAKE1.html"><samp>TAKE1</samp></a>,
+        <a href="apidoc_TAKE12.html"><samp>TAKE12</samp></a>,
+        <a href="apidoc_TAKE123.html"><samp>TAKE123</samp></a>,
+        <a href="apidoc_TAKE13.html"><samp>TAKE13</samp></a>,
+        <a href="apidoc_TAKE23.html"><samp>TAKE23</samp></a>,
+        <a href="apidoc_TAKE3.html"><samp>TAKE3</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_TAKE13.html"><code>TAKE13</code></a>
+  Next: <a href="apidoc_TAKE23.html"><code>TAKE23</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_TAKE2.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE23.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE23.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE23.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE23.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,71 @@
+<!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: TAKE23</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant TAKE23</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "httpd.h"
+<i>see</i> <a href="apidoc_cmd_how.html">cmd_how</a>.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+static const <a href="apidoc_command_rec.html">command_rec</a> module_cmds[] =
+{
+        .
+    {"ModuleDirective", cmd_moduledirective, NULL, <a href="apidoc_OR_LIMIT.html">OR_LIMIT</a>, TAKE23,
+     "directive description"},
+        .
+    {NULL}
+};
+     </pre>
+    </dd>
+   </dl>
+<p>
+Command will take two or three arguments.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_cmd_how.html"><samp>cmd_how</samp></a>,
+        <a href="apidoc_FLAG.html"><samp>FLAG</samp></a>,
+        <a href="apidoc_ITERATE.html"><samp>ITERATE</samp></a>,
+        <a href="apidoc_ITERATE2.html"><samp>ITERATE2</samp></a>,
+        <a href="apidoc_NO_ARGS.html"><samp>NO_ARGS</samp></a>,
+        <a href="apidoc_RAW_ARGS.html"><samp>RAW_ARGS</samp></a>,
+        <a href="apidoc_TAKE1.html"><samp>TAKE1</samp></a>,
+        <a href="apidoc_TAKE12.html"><samp>TAKE12</samp></a>,
+        <a href="apidoc_TAKE123.html"><samp>TAKE123</samp></a>,
+        <a href="apidoc_TAKE13.html"><samp>TAKE13</samp></a>,
+        <a href="apidoc_TAKE2.html"><samp>TAKE2</samp></a>,
+        <a href="apidoc_TAKE3.html"><samp>TAKE3</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_TAKE2.html"><code>TAKE2</code></a>
+  Next: <a href="apidoc_TAKE3.html"><code>TAKE3</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_TAKE23.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE3.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE3.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE3.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_TAKE3.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,71 @@
+<!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: TAKE3</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant TAKE3</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+#include "httpd.h"
+<i>see</i> <a href="apidoc_cmd_how.html">cmd_how</a>.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+static const <a href="apidoc_command_rec.html">command_rec</a> module_cmds[] =
+{
+        .
+    {"ModuleDirective", cmd_moduledirective, NULL, <a href="apidoc_OR_LIMIT.html">OR_LIMIT</a>, TAKE3,
+     "directive description"},
+        .
+    {NULL}
+};
+     </pre>
+    </dd>
+   </dl>
+<p>
+Command will take three arguments only.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_cmd_how.html"><samp>cmd_how</samp></a>,
+        <a href="apidoc_FLAG.html"><samp>FLAG</samp></a>,
+        <a href="apidoc_ITERATE.html"><samp>ITERATE</samp></a>,
+        <a href="apidoc_ITERATE2.html"><samp>ITERATE2</samp></a>,
+        <a href="apidoc_NO_ARGS.html"><samp>NO_ARGS</samp></a>,
+        <a href="apidoc_RAW_ARGS.html"><samp>RAW_ARGS</samp></a>,
+        <a href="apidoc_TAKE1.html"><samp>TAKE1</samp></a>,
+        <a href="apidoc_TAKE12.html"><samp>TAKE12</samp></a>,
+        <a href="apidoc_TAKE123.html"><samp>TAKE123</samp></a>,
+        <a href="apidoc_TAKE13.html"><samp>TAKE13</samp></a>,
+        <a href="apidoc_TAKE2.html"><samp>TAKE2</samp></a>,
+        <a href="apidoc_TAKE23.html"><samp>TAKE23</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_TAKE23.html"><code>TAKE23</code></a>
+  Next: <a href="apidoc_TARGET.html"><code>TARGET</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_TAKE3.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_TARGET.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_TARGET.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_TARGET.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_TARGET.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,71 @@
+<!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: TARGET</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Constant TARGET</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+Compile-time definition; default set by <code>#include "httpd.h"</code>
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+env CFLAGS="-Wall -DTARGET=\"apache\"" ./configure
+     </pre>
+    </dd>
+   </dl>
+<p>
+The <code>TARGET</code> macro is used to determine the name of
+the main Apache executable file, and locate the shared core library.
+By default its value is set to "<code>httpd</code>".
+</p>
+<p>
+You should <b>NOT</b> change this definition unless you have a
+a definite need, or have been advised by someone on the core Apache
+development team to do so.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_BIG_SECURITY_HOLE.html"><samp>BIG_SECURITY_HOLE</samp></a>,
+        <a href="apidoc_DEFAULT_ADMIN.html"><samp>DEFAULT_ADMIN</samp></a>,
+        <a href="apidoc_DEFAULT_CONTENT_TYPE.html"><samp>DEFAULT_CONTENT_TYPE</samp></a>,
+        <a href="apidoc_DEFAULT_INDEX.html"><samp>DEFAULT_INDEX</samp></a>,
+        <a href="apidoc_DEFAULT_KEEPALIVE.html"><samp>DEFAULT_KEEPALIVE</samp></a>,
+        <a href="apidoc_DEFAULT_KEEPALIVE_TIMEOUT.html"><samp>DEFAULT_KEEPALIVE_TIMEOUT</samp></a>,
+        <a href="apidoc_DEFAULT_PATH.html"><samp>DEFAULT_PATH</samp></a>,
+        <a href="apidoc_DEFAULT_TIMEOUT.html"><samp>DEFAULT_TIMEOUT</samp></a>,
+        <a href="apidoc_DOCUMENT_LOCATION.html"><samp>DOCUMENT_LOCATION</samp></a>,
+        <a href="apidoc_DYNAMIC_MODULE_LIMIT.html"><samp>DYNAMIC_MODULE_LIMIT</samp></a>,
+        <a href="apidoc_HARD_SERVER_LIMIT.html"><samp>HARD_SERVER_LIMIT</samp></a>,
+        <a href="apidoc_HTTPD_ROOT.html"><samp>HTTPD_ROOT</samp></a>,
+        <a href="apidoc_SECURITY_HOLE_PASS_AUTHORIZATION.html"><samp>SECURITY_HOLE_PASS_AUTHORIZATION</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_TAKE3.html"><code>TAKE3</code></a>
+  Next: (none)
+  </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_TARGET.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Encode.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Encode.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Encode.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Encode.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_MD5Encode</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_MD5Encode</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_MD5Encode(const unsigned char *password, const unsigned char *salt, char *result, size_t nbytes);
+     </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_md5digest.html"><code>ap_md5digest</code></a>
+  Next: <a href="apidoc_ap_MD5Final.html"><code>ap_MD5Final</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_MD5Encode.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Final.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Final.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Final.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Final.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_MD5Final</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_MD5Final</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_MD5Final(unsigned char digest[16], <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_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_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_MD5Encode.html"><code>ap_MD5Encode</code></a>
+  Next: <a href="apidoc_ap_MD5Init.html"><code>ap_MD5Init</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_MD5Final.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Init.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Init.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Init.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Init.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_MD5Init</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_MD5Init</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_MD5Init(<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_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_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_MD5Final.html"><code>ap_MD5Final</code></a>
+  Next: <a href="apidoc_ap_MD5Update.html"><code>ap_MD5Update</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_MD5Init.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Update.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Update.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Update.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_MD5Update.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_MD5Update</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_MD5Update</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_MD5Update(<a href="apidoc_AP_MD5_CTX.html">AP_MD5_CTX</a> *context, const unsigned char *input, unsigned int inputLen);
+     </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_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_MD5_CTX.html"><samp>AP_MD5_CTX</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_MD5Init.html"><code>ap_MD5Init</code></a>
+  Next: <a href="apidoc_ap_md5_binary.html"><code>ap_md5_binary</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_MD5Update.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Final.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Final.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Final.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Final.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_SHA1Final</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_SHA1Final</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_SHA1Final(unsigned char digest[SHA_DIGESTSIZE], AP_SHA1_CTX *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_set_sub_req_protocol.html"><code>ap_set_sub_req_protocol</code></a>
+  Next: <a href="apidoc_ap_SHA1Init.html"><code>ap_SHA1Init</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_SHA1Final.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Init.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Init.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Init.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Init.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_SHA1Init</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_SHA1Init</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_SHA1Init(AP_SHA1_CTX *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_SHA1Final.html"><code>ap_SHA1Final</code></a>
+  Next: <a href="apidoc_ap_SHA1Update.html"><code>ap_SHA1Update</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_SHA1Init.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Update.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Update.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Update.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Update.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_SHA1Update</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_SHA1Update</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_SHA1Update(AP_SHA1_CTX *context, const char *input, unsigned int inputLen);
+     </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_SHA1Init.html"><code>ap_SHA1Init</code></a>
+  Next: <a href="apidoc_ap_SHA1Update_binary.html"><code>ap_SHA1Update_binary</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_SHA1Update.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Update_binary.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Update_binary.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Update_binary.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_SHA1Update_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_SHA1Update_binary</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_SHA1Update_binary</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_SHA1Update_binary(AP_SHA1_CTX *context, const unsigned char *input, unsigned int inputLen);
+     </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_SHA1Update.html"><code>ap_SHA1Update</code></a>
+  Next: <a href="apidoc_ap_sha1_base64.html"><code>ap_sha1_base64</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_SHA1Update_binary.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_acquire_mutex.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_acquire_mutex.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_acquire_mutex.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_acquire_mutex.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,63 @@
+<!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_acquire_mutex</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_acquire_mutex</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_acquire_mutex(<a href="apidoc_mutex.html">mutex</a> *mutex_id);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+static <a href="apidoc_mutex.html">mutex</a> *alloc_mutex = NULL; 
+(void) ap_acquire_mutex(alloc_mutex);
+     </pre>
+    </dd>
+   </dl>
+<p>
+Acquires a <a href="apidoc_mutex.html">mutex</a>. Only actually does anything on
+multithreaded platforms.
+</p>
+<p>
+Returns <a href="apidoc_MULTI_OK.html">MULTI_OK</a>, <a href="apidoc_MULTI_ERR.html">MULTI_ERR</a> or <a href="apidoc_MULTI_TIMEOUT.html">MULTI_TIMEOUT</a>.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_create_mutex.html"><samp>ap_create_mutex</samp></a>,
+        <a href="apidoc_ap_destroy_mutex.html"><samp>ap_destroy_mutex</samp></a>,
+        <a href="apidoc_ap_open_mutex.html"><samp>ap_open_mutex</samp></a>,
+        <a href="apidoc_MULTI_ERR.html"><samp>MULTI_ERR</samp></a>,
+        <a href="apidoc_MULTI_OK.html"><samp>MULTI_OK</samp></a>,
+        <a href="apidoc_MULTI_TIMEOUT.html"><samp>MULTI_TIMEOUT</samp></a>,
+        <a href="apidoc_mutex.html"><samp>mutex</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: (none)
+  Next: <a href="apidoc_ap_add_cgi_vars.html"><code>ap_add_cgi_vars</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_acquire_mutex.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_add_cgi_vars.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_add_cgi_vars.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_add_cgi_vars.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_add_cgi_vars.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,61 @@
+<!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_add_cgi_vars</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_add_cgi_vars</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_add_cgi_vars(<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_add_cgi_vars(r);
+     </pre>
+    </dd>
+   </dl>
+<p>
+Sets CGI script related variables in the subprocess (child) environment
+by setting them in the <a href="apidoc_request_rec.html">request_rec</a>'s <code>subprocess_env</code>
+<a href="apidoc_table.html">table</a>.  Variables set are:
+</p>
+<ul>
+ <li><code>GATEWAY_INTERFACE</code></li>
+ <li><code>PATH_INFO</code> (added if and only if there is path-info in
+  the request URI)</li>
+ <li><code>PATH_TRANSLATED</code></li>
+ <li><code>QUERY_STRING</code></li>
+ <li><code>REQUEST_METHOD</code></li>
+ <li><code>REQUEST_URI</code></li>
+ <li><code>SCRIPT_NAME</code></li>
+ <li><code>SERVER_PROTOCOL</code></li>
+</ul>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_acquire_mutex.html"><code>ap_acquire_mutex</code></a>
+  Next: <a href="apidoc_ap_add_common_vars.html"><code>ap_add_common_vars</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_add_cgi_vars.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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