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

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

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_chdir_file.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_chdir_file.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_chdir_file.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_chdir_file.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_chdir_file</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_chdir_file</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_chdir_file(const char *file);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+ap_chdir_file(r-&gt;filename);
+     </pre>
+    </dd>
+   </dl>
+<p>
+Does a chdir to the directory containing <EM>file</EM>. The function finds the
+last slash in the path <EM>file</EM> and changes to that directory.
+</p>
+<p>
+Does nothing if there are no slashes in <EM>file</EM>. Does not check that
+chdir succeeds.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_cfg_getline.html"><code>ap_cfg_getline</code></a>
+  Next: <a href="apidoc_ap_checkmask.html"><code>ap_checkmask</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_chdir_file.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

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

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_check_alarm.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_check_alarm.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_check_alarm.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_check_alarm.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_check_alarm</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_check_alarm</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_check_alarm(void);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+if (! (tv.tv_sec = ap_check_alarm())) {
+    return (send(sock, buf, len, flags));
+}
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_check_access.html"><code>ap_check_access</code></a>
+  Next: <a href="apidoc_ap_check_auth.html"><code>ap_check_auth</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_check_alarm.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

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

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_check_cmd_context.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_check_cmd_context.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_check_cmd_context.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_check_cmd_context.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_check_cmd_context</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_check_cmd_context</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+const char *ap_check_cmd_context(<a href="apidoc_cmd_parms.html">cmd_parms</a> *cmd, unsigned forbidden);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+const char *err;
+err = ap_check_cmd_context(cmd, <a href="apidoc_GLOBAL_ONLY.html">GLOBAL_ONLY</a>);
+if (err != NULL) {
+    return err;
+}
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_check_auth.html"><code>ap_check_auth</code></a>
+  Next: <a href="apidoc_ap_check_user_id.html"><code>ap_check_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_check_cmd_context.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

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

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_checkmask.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_checkmask.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_checkmask.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_checkmask.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_checkmask</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_checkmask</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_checkmask(const char *data, const char *mask);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+if (ap_checkmask(date, "## @$$ #### ##:##:## *")) {
+    /* Date is in RFC 1123 format. */
+}
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_chdir_file.html"><code>ap_chdir_file</code></a>
+  Next: <a href="apidoc_ap_check_access.html"><code>ap_check_access</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_checkmask.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_child_exit_modules.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_child_exit_modules.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_child_exit_modules.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_child_exit_modules.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: ap_child_exit_modules</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_child_exit_modules</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_child_exit_modules(<a href="apidoc_pool.html">pool</a> *p, <a href="apidoc_server_rec.html">server_rec</a> *s);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+if (pchild) {
+    ap_child_exit_modules(pchild, server_conf);
+    <a href="apidoc_ap_destroy_pool.html">ap_destroy_pool</a>(pchild);
+}
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_check_user_id.html"><code>ap_check_user_id</code></a>
+  Next: <a href="apidoc_ap_child_init_modules.html"><code>ap_child_init_modules</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_child_exit_modules.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_child_init_modules.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_child_init_modules.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_child_init_modules.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_child_init_modules.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_child_init_modules</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_child_init_modules</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_child_init_modules(<a href="apidoc_pool.html">pool</a> *p, <a href="apidoc_server_rec.html">server_rec</a> *s);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+ap_child_init_modules(pconf, server_conf);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_child_exit_modules.html"><code>ap_child_exit_modules</code></a>
+  Next: <a href="apidoc_ap_child_terminate.html"><code>ap_child_terminate</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_child_init_modules.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

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

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_cleanup_for_exec.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_cleanup_for_exec.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_cleanup_for_exec.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_cleanup_for_exec.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_cleanup_for_exec</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_cleanup_for_exec</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_cleanup_for_exec(void);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+$();
+child_pid = <a href="apidoc_ap_call_exec.html">ap_call_exec</a>(r, pinfo, argv0, env, 0);
+     </pre>
+    </dd>
+   </dl>
+<p>
+Destroys all pools using <EM>child_cleanup</EM> methods.
+</p>
+<p>
+Note: call ONLY after forking and before execing a child process!
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_child_terminate.html"><code>ap_child_terminate</code></a>
+  Next: <a href="apidoc_ap_clear_module_list.html"><code>ap_clear_module_list</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_cleanup_for_exec.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_clear_module_list.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_clear_module_list.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_clear_module_list.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_clear_module_list.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_clear_module_list</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_clear_module_list</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_clear_module_list(void);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+ap_clear_module_list();
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_cleanup_for_exec.html"><code>ap_cleanup_for_exec</code></a>
+  Next: <a href="apidoc_ap_clear_pool.html"><code>ap_clear_pool</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

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

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_clear_pool.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_clear_pool.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_clear_pool.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_clear_pool.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_clear_pool</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_clear_pool</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_clear_pool(struct <a href="apidoc_pool.html">pool</a> *a);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+ap_clear_pool(plog);
+<a href="apidoc_ap_open_logs.html">ap_open_logs</a>(server_conf, plog);
+     </pre>
+    </dd>
+   </dl>
+<p>
+Clears a pool, destroying all subpools of the pool using
+<a href="apidoc_ap_destroy_pool.html">ap_destroy_pool</a>. The <a href="apidoc_pool.html">pool</a> is then ready to be
+reused.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_bytes_in_pool.html"><samp>ap_bytes_in_pool</samp></a>,
+        <a href="apidoc_ap_destroy_pool.html"><samp>ap_destroy_pool</samp></a>,
+        <a href="apidoc_ap_find_pool.html"><samp>ap_find_pool</samp></a>,
+        <a href="apidoc_ap_make_sub_pool.html"><samp>ap_make_sub_pool</samp></a>,
+        <a href="apidoc_ap_palloc.html"><samp>ap_palloc</samp></a>,
+        <a href="apidoc_ap_pcalloc.html"><samp>ap_pcalloc</samp></a>,
+        <a href="apidoc_ap_pclosedir.html"><samp>ap_pclosedir</samp></a>,
+        <a href="apidoc_ap_pclosef.html"><samp>ap_pclosef</samp></a>,
+        <a href="apidoc_ap_pclosesocket.html"><samp>ap_pclosesocket</samp></a>,
+        <a href="apidoc_ap_pduphostent.html"><samp>ap_pduphostent</samp></a>,
+        <a href="apidoc_ap_pfclose.html"><samp>ap_pfclose</samp></a>,
+        <a href="apidoc_ap_pfdopen.html"><samp>ap_pfdopen</samp></a>,
+        <a href="apidoc_ap_pfopen.html"><samp>ap_pfopen</samp></a>,
+        <a href="apidoc_ap_pgethostbyname.html"><samp>ap_pgethostbyname</samp></a>,
+        <a href="apidoc_ap_pool.html"><samp>ap_pool</samp></a>,
+        <a href="apidoc_ap_pool_is_ancestor.html"><samp>ap_pool_is_ancestor</samp></a>,
+        <a href="apidoc_ap_pool_join.html"><samp>ap_pool_join</samp></a>,
+        <a href="apidoc_ap_popendir.html"><samp>ap_popendir</samp></a>,
+        <a href="apidoc_ap_popenf.html"><samp>ap_popenf</samp></a>,
+        <a href="apidoc_ap_pregcomp.html"><samp>ap_pregcomp</samp></a>,
+        <a href="apidoc_ap_pregfree.html"><samp>ap_pregfree</samp></a>,
+        <a href="apidoc_ap_psocket.html"><samp>ap_psocket</samp></a>,
+        <a href="apidoc_ap_pstrcat.html"><samp>ap_pstrcat</samp></a>,
+        <a href="apidoc_ap_pstrdup.html"><samp>ap_pstrdup</samp></a>,
+        <a href="apidoc_ap_pstrndup.html"><samp>ap_pstrndup</samp></a>,
+        <a href="apidoc_pool.html"><samp>pool</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_clear_module_list.html"><code>ap_clear_module_list</code></a>
+  Next: <a href="apidoc_ap_clear_table.html"><code>ap_clear_table</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

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

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_clear_table.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_clear_table.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_clear_table.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_clear_table.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,68 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_clear_table</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_clear_table</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_clear_table(<a href="apidoc_table.html">table</a> *t);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_table.html">table</a> tmp;
+tmp = r-&gt;headers_out;
+r-&gt;headers_out = r-&gt;err_headers_out;
+r-&gt;err_headers_out = tmp;
+ap_clear_table(r-&gt;err_headers_out);
+     </pre>
+    </dd>
+   </dl>
+<p>
+Clears the contents of <EM>t</EM>, readying it for reuse.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><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_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_clear_pool.html"><code>ap_clear_pool</code></a>
+  Next: <a href="apidoc_ap_close_piped_log.html"><code>ap_close_piped_log</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_clear_table.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_close_piped_log.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_close_piped_log.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_close_piped_log.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_close_piped_log.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_close_piped_log</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_close_piped_log</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_close_piped_log(<a href="apidoc_piped_log.html">piped_log</a> *plp);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<i>No examples available; not used in Apache 1.3.</i>
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_open_piped_log.html"><samp>ap_open_piped_log</samp></a>,
+        <a href="apidoc_piped_log.html"><samp>piped_log</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_clear_table.html"><code>ap_clear_table</code></a>
+  Next: <a href="apidoc_ap_construct_server.html"><code>ap_construct_server</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_close_piped_log.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_construct_server.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_construct_server.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_construct_server.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_construct_server.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_construct_server</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_construct_server</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_construct_server(<a href="apidoc_pool.html">pool</a> *p, const char *hostname, unsigned port, const <a href="apidoc_request_rec.html">request_rec</a> *r);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<i>No examples available; not used in Apache 1.3.</i>
+     </pre>
+    </dd>
+   </dl>
+<p>
+Builds the server part of a URL, by appending :<EM>port</EM> to <EM>hostname</EM>
+if <EM>port</EM> isn't 80 (the HTTP port).
+</p>
+<p>
+Returns the server string.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_close_piped_log.html"><code>ap_close_piped_log</code></a>
+  Next: <a href="apidoc_ap_construct_url.html"><code>ap_construct_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_construct_server.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_construct_url.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_construct_url.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_construct_url.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_construct_url.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_construct_url</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_construct_url</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_construct_url(<a href="apidoc_pool.html">pool</a> *p, const char *uri, const <a href="apidoc_request_rec.html">request_rec</a> *r);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+return ap_construct_url(r-&gt;<a href="apidoc_pool.html">pool</a>, r-&gt;uri, r);
+     </pre>
+    </dd>
+   </dl>
+<p>
+Builds a URL by prefixing http:// to the server name contained in <EM>r</EM>,
+and postfixing the path found in <EM>uri</EM>.
+</p>
+<p>
+Returns the constructed URL.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_construct_server.html"><code>ap_construct_server</code></a>
+  Next: <a href="apidoc_ap_content_type_tolower.html"><code>ap_content_type_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_construct_url.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_content_type_tolower.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_content_type_tolower.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_content_type_tolower.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_content_type_tolower.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_content_type_tolower</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_content_type_tolower</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_content_type_tolower(char *str)
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+tmp = <a href="apidoc_ap_pstrdup.html">ap_pstrdup</a>(r-&gt;<a href="apidoc_pool.html">pool</a>, l);
+ap_content_type_tolower(tmp);
+r-&gt;content_type = tmp;
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_construct_url.html"><code>ap_construct_url</code></a>
+  Next: <a href="apidoc_ap_copy_array.html"><code>ap_copy_array</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

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

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_copy_array.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_copy_array.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_copy_array.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_copy_array.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,60 @@
+<!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_copy_array</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_copy_array</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+array_header *ap_copy_array(<a href="apidoc_pool.html">pool</a> *p, const <a href="apidoc_array_header.html">array_header</a> *src);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<i>No examples available; not used in Apache 1.3.</i>
+     </pre>
+    </dd>
+   </dl>
+<p>
+Makes a new copy of <EM>arr</EM> in the <a href="apidoc_pool.html">pool</a> <EM>p</EM>.
+</p>
+<p>
+Reutns a pointer to the new array.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_append_arrays.html"><samp>ap_append_arrays</samp></a>,
+        <a href="apidoc_ap_array_cat.html"><samp>ap_array_cat</samp></a>,
+        <a href="apidoc_ap_copy_array_hdr.html"><samp>ap_copy_array_hdr</samp></a>,
+        <a href="apidoc_ap_make_array.html"><samp>ap_make_array</samp></a>,
+        <a href="apidoc_ap_push_array.html"><samp>ap_push_array</samp></a>,
+        <a href="apidoc_array_header.html"><samp>array_header</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_content_type_tolower.html"><code>ap_content_type_tolower</code></a>
+  Next: <a href="apidoc_ap_copy_array_hdr.html"><code>ap_copy_array_hdr</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_copy_array.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_copy_array_hdr.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_copy_array_hdr.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_copy_array_hdr.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_copy_array_hdr.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_copy_array_hdr</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_copy_array_hdr</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+array_header *ap_copy_array_hdr(<a href="apidoc_pool.html">pool</a> *p, const <a href="apidoc_array_header.html">array_header</a> *src);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<i>No examples available; not used in Apache 1.3.</i>
+     </pre>
+    </dd>
+   </dl>
+<p>
+Copies <EM>arr</EM> into the <a href="apidoc_pool.html">pool</a> <EM>p</EM> without copying the array's
+contents. If <a href="apidoc_ap_push_array.html">ap_push_array</a> is used to extend
+the new array, the original array is copied to it before the extend takes
+place.
+</p>
+<p>
+Returns a pointer to the new array.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_append_arrays.html"><samp>ap_append_arrays</samp></a>,
+        <a href="apidoc_ap_array_cat.html"><samp>ap_array_cat</samp></a>,
+        <a href="apidoc_ap_copy_array.html"><samp>ap_copy_array</samp></a>,
+        <a href="apidoc_ap_make_array.html"><samp>ap_make_array</samp></a>,
+        <a href="apidoc_ap_push_array.html"><samp>ap_push_array</samp></a>,
+        <a href="apidoc_array_header.html"><samp>array_header</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_copy_array.html"><code>ap_copy_array</code></a>
+  Next: <a href="apidoc_ap_copy_table.html"><code>ap_copy_table</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

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

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_copy_table.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_copy_table.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_copy_table.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_copy_table.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_copy_table</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_copy_table</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_table.html">table</a> *ap_copy_table(<a href="apidoc_pool.html">pool</a> *p, const <a href="apidoc_table.html">table</a> *t);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+rnew-&gt;subprocess_env = ap_copy_table(rnew-&gt;<a href="apidoc_pool.html">pool</a>, r-&gt;subprocess_env);
+     </pre>
+    </dd>
+   </dl>
+<p>
+Returns a pointer to a copy of <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_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_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_copy_array_hdr.html"><code>ap_copy_array_hdr</code></a>
+  Next: <a href="apidoc_ap_core_reorder_directories.html"><code>ap_core_reorder_directories</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_copy_table.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_core_reorder_directories.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_core_reorder_directories.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_core_reorder_directories.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_core_reorder_directories.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_core_reorder_directories</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_core_reorder_directories</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_core_reorder_directories(<a href="apidoc_pool.html">pool</a> *, <a href="apidoc_server_rec.html">server_rec</a> *);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+/* XXX: this is really something that should be dealt with by a
+ * post-config api phase */
+ap_core_reorder_directories(p, virt);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_copy_table.html"><code>ap_copy_table</code></a>
+  Next: <a href="apidoc_ap_count_dirs.html"><code>ap_count_dirs</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_core_reorder_directories.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_count_dirs.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_count_dirs.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_count_dirs.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_count_dirs.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_count_dirs</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_count_dirs</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_count_dirs(const char *path);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_ap_no2slash.html">ap_no2slash</a>(test_filename);
+num_dirs = ap_count_dirs(test_filename);
+     </pre>
+    </dd>
+   </dl>
+<p>
+Returns the number of slashes in <EM>path</EM>.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_core_reorder_directories.html"><code>ap_core_reorder_directories</code></a>
+  Next: <a href="apidoc_ap_cpystrn.html"><code>ap_cpystrn</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_count_dirs.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_cpystrn.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_cpystrn.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_cpystrn.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_cpystrn.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_cpystrn</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_cpystrn</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_cpystrn(char *buf, const char *str, size_t numbytes);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char *ap_coredump_dir;
+char *ap_server_root;
+ap_cpystrn(ap_coredump_dir, <a href="apidoc_ap_server_root.html">ap_server_root</a>, sizeof(ap_coredump_dir));
+     </pre>
+    </dd>
+   </dl>
+  <p>
+  Copies at most <SAMP>numbytes</SAMP> of <SAMP>str</SAMP> to <SAMP>buf</SAMP>.
+  Differs from <SAMP>strncpy()</SAMP> in that <SAMP>buf</SAMP> is
+  <EM>always</EM> null terminated, but is <EM>not</EM> null filled.
+  Therefore, <SAMP>buf</SAMP> should always be at least
+  <SAMP>numbytes&nbsp;+&nbsp;1</SAMP> bytes long.
+  Returns a pointer to the terminating <SAMP>'\0</SAMP>'.
+  </p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_count_dirs.html"><code>ap_count_dirs</code></a>
+  Next: <a href="apidoc_ap_create_environment.html"><code>ap_create_environment</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_cpystrn.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_create_environment.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_create_environment.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_create_environment.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_create_environment.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_create_environment</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_create_environment</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+char **ap_create_environment(<a href="apidoc_pool.html">pool</a> *p, <a href="apidoc_table.html">table</a> *t);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_ap_add_cgi_vars.html">ap_add_cgi_vars</a>(r);
+env = ap_create_environment(r-&gt;<a href="apidoc_pool.html">pool</a>, r-&gt;subprocess_env);
+child_pid = <a href="apidoc_ap_call_exec.html">ap_call_exec</a>(r, pinfo, s, env), 1);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_cpystrn.html"><code>ap_cpystrn</code></a>
+  Next: <a href="apidoc_ap_create_mutex.html"><code>ap_create_mutex</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_create_environment.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_create_mutex.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_create_mutex.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_create_mutex.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_create_mutex.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,60 @@
+<!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_create_mutex</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_create_mutex</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_mutex.html">mutex</a> *ap_create_mutex(char *name);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+static <a href="apidoc_mutex.html">mutex</a> *alloc_mutex = NULL; 
+alloc_mutex = ap_create_mutex(NULL);
+     </pre>
+    </dd>
+   </dl>
+<p>
+Creates a <a href="apidoc_mutex.html">mutex</a>. Only actually does anything on
+multithreaded platforms.
+</p>
+<p>
+Returns a <a href="apidoc_mutex.html">mutex</a> * in <EM>name</EM>.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_acquire_mutex.html"><samp>ap_acquire_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_mutex.html"><samp>mutex</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_create_environment.html"><code>ap_create_environment</code></a>
+  Next: <a href="apidoc_ap_create_per_dir_config.html"><code>ap_create_per_dir_config</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

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

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

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

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

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

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_create_request_config.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_create_request_config.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_create_request_config.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_create_request_config.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,46 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_create_request_config</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_create_request_config</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void *ap_create_request_config(<a href="apidoc_pool.html">pool</a> *p);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+r-&gt;request_config = ap_create_request_config(r-&gt;<a href="apidoc_pool.html">pool</a>);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_create_per_dir_config.html"><code>ap_create_per_dir_config</code></a>
+  Next: <a href="apidoc_ap_custom_response.html"><code>ap_custom_response</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_create_request_config.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_custom_response.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_custom_response.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_custom_response.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_custom_response.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,55 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_custom_response</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_custom_response</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+void ap_custom_response(<a href="apidoc_request_rec.html">request_rec</a> *r, int status, char *string);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+r->content_type = "text/plain"; 
+ap_custom_response(r, <a href="apidoc_HTTP_FORBIDDEN.html">HTTP_FORBIDDEN</a>, "Access denied.
+"); 
+     </pre>
+    </dd>
+   </dl>
+<p>
+This routine permits modules to provide a custom response body for
+error pages instead of the standard ones provided by the core
+server.  This function has an effect quite similar to that of the
+<code>ErrorDocument</code> directive, except that the API routine
+only supplies a response body for the specified request rather than
+a general one for all responses with the indicated status code, and the
+body is a string, rather than a script or something to be invoked.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_create_request_config.html"><code>ap_create_request_config</code></a>
+  Next: <a href="apidoc_ap_default_port_for_request.html"><code>ap_default_port_for_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_custom_response.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_limit.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_limit.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_limit.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_limit.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_daemons_limit</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Global Data Cell ap_daemons_limit</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_daemons_limit;
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+ap_daemons_limit = <a href="apidoc_HARD_SERVER_LIMIT.html">HARD_SERVER_LIMIT</a>;
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: (none)
+  Next: <a href="apidoc_ap_daemons_max_free.html"><code>ap_daemons_max_free</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_daemons_limit.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_max_free.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_max_free.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_max_free.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_max_free.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_daemons_max_free</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Global Data Cell ap_daemons_max_free</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_daemons_max_free;
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+ap_daemons_max_free = DEFAULT_MAX_FREE_DAEMON
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_daemons_limit.html"><code>ap_daemons_limit</code></a>
+  Next: <a href="apidoc_ap_daemons_min_free.html"><code>ap_daemons_min_free</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_daemons_max_free.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_min_free.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_min_free.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_min_free.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_min_free.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_daemons_min_free</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Global Data Cell ap_daemons_min_free</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_daemons_min_free;
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+ap_daemons_min_free = DEFAULT_MIN_FREE_DAEMON
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_daemons_max_free.html"><code>ap_daemons_max_free</code></a>
+  Next: <a href="apidoc_ap_daemons_to_start.html"><code>ap_daemons_to_start</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_daemons_min_free.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_to_start.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_to_start.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_to_start.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_daemons_to_start.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_daemons_to_start</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Global Data Cell ap_daemons_to_start</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+int ap_daemons_to_start;
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+ap_daemons_to_start = DEFAULT_START_DAEMON
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_daemons_min_free.html"><code>ap_daemons_min_free</code></a>
+  Next: <a href="apidoc_ap_day_snames.html"><code>ap_day_snames</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

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

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_day_snames.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_day_snames.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_day_snames.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_day_snames.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,48 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_day_snames</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Global Data Cell ap_day_snames</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+const char ap_day_snames[7][4];
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+if (strcmp(week, ap_day_snames[wk]) == 0)
+break; 
+     </pre>
+    </dd>
+   </dl>
+<p>
+An array of short names of the days, globally accessible.
+</p>
+
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_daemons_to_start.html"><code>ap_daemons_to_start</code></a>
+  Next: <a href="apidoc_ap_excess_requests_per_child.html"><code>ap_excess_requests_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_day_snames.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_default_port_for_request.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_default_port_for_request.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_default_port_for_request.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_default_port_for_request.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,47 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: ap_default_port_for_request</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_default_port_for_request</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+unsigned short ap_default_port_for_request(const <a href="apidoc_request_rec.html">request_rec</a> *r);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+port = (r-&gt;parsed_uri.port != 0)
+           ? r-&gt;parsed_uri.port : $(r);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_custom_response.html"><code>ap_custom_response</code></a>
+  Next: <a href="apidoc_ap_default_port_for_scheme.html"><code>ap_default_port_for_scheme</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_default_port_for_request.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_ap_default_port_for_scheme.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_ap_default_port_for_scheme.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_ap_default_port_for_scheme.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_ap_default_port_for_scheme.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_default_port_for_scheme</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Routine ap_default_port_for_scheme</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+unsigned short ap_default_port_for_scheme(const char *scheme_str);
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+uptr-&gt;port = uptr-&gt;scheme ? $(uptr-&gt;scheme) : <a href="apidoc_DEFAULT_HTTP_PORT.html">DEFAULT_HTTP_PORT</a>;
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_ap_default_port_for_request.html"><code>ap_default_port_for_request</code></a>
+  Next: <a href="apidoc_ap_default_type.html"><code>ap_default_type</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_default_port_for_scheme.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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