You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2008/08/16 13:44:00 UTC

svn commit: r686480 [11/30] - in /apr/site/trunk/docs/docs: apr-util/1.3/ apr-util/trunk/ apr/1.3/ apr/trunk/

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__thread__pool_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__thread__pool_8h-source.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__thread__pool_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__thread__pool_8h-source.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -134,8 +135,8 @@
 <a name="l00298"></a>00298 <span class="preprocessor">#endif </span><span class="comment">/* APR_HAS_THREADS */</span>
 <a name="l00299"></a>00299 <span class="preprocessor">#endif </span><span class="comment">/* !APR_THREAD_POOL_H */</span>
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__thread__pool_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__thread__pool_8h.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__thread__pool_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__thread__pool_8h.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -100,8 +101,8 @@
 <dl class="remark" compact><dt><b>Remarks:</b></dt><dd>This library implements a thread pool using apr_thread_t. A thread pool is a set of threads that can be created in advance or on demand until a maximum number. When a task is scheduled, the thread pool will find an idle thread to handle the task. In case all existing threads are busy and the number of tasks in the queue is higher than the adjustable threshold, the pool will try to create a new thread to serve the task if the maximum number has not been reached. Otherwise, the task will be put into a queue based on priority, which can be valued from 0 to 255, with higher values being served first. If there are tasks with the same priority, the new task might be put at the top or at the bottom - it depends on which function is used to put the task.<p>
 There may be the case where the thread pool can use up to the maximum number of threads at peak load, but having those threads idle afterwards. A maximum number of idle threads can be set so that the extra idling threads will be terminated to save system resources. </dd></dl>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__uri_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__uri_8h-source.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__uri_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__uri_8h-source.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -122,8 +123,8 @@
 <a name="l00177"></a>00177 <span class="preprocessor"></span>
 <a name="l00178"></a>00178 <span class="preprocessor">#endif </span><span class="comment">/* APR_URI_H */</span>
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__uri_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__uri_8h.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__uri_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__uri_8h.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -96,8 +97,8 @@
 APR-UTIL URI Routines. 
 <p>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__uuid_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__uuid_8h-source.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__uuid_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__uuid_8h-source.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -60,8 +61,8 @@
 <a name="l00075"></a>00075 <span class="preprocessor"></span>
 <a name="l00076"></a>00076 <span class="preprocessor">#endif </span><span class="comment">/* APR_UUID_H */</span>
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__uuid_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__uuid_8h.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__uuid_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__uuid_8h.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -43,8 +44,8 @@
 APR UUID library. 
 <p>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__xlate_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__xlate_8h-source.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__xlate_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__xlate_8h-source.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -79,8 +80,8 @@
 <a name="l00162"></a>00162 <span class="preprocessor"></span>
 <a name="l00163"></a>00163 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_XLATE_H */</span>
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__xlate_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__xlate_8h.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__xlate_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__xlate_8h.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -50,8 +51,8 @@
 APR I18N translation library. 
 <p>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__xml_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__xml_8h-source.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__xml_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__xml_8h-source.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -228,8 +229,8 @@
 <a name="l00355"></a>00355 <span class="preprocessor"></span>
 <a name="l00356"></a>00356 <span class="preprocessor">#endif </span><span class="comment">/* APR_XML_H */</span>
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__xml_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__xml_8h.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__xml_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__xml_8h.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -103,8 +104,8 @@
 APR-UTIL XML Library. 
 <p>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apu_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu_8h-source.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu_8h-source.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -59,27 +60,29 @@
 <a name="l00088"></a>00088 <span class="preprocessor">#define APU_HAVE_SDBM   1</span>
 <a name="l00089"></a>00089 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_GDBM   0</span>
 <a name="l00090"></a>00090 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_NDBM   0</span>
-<a name="l00091"></a>00091 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_DB     0</span>
+<a name="l00091"></a>00091 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_DB     1</span>
 <a name="l00092"></a>00092 <span class="preprocessor"></span>
 <a name="l00093"></a>00093 <span class="preprocessor">#if APU_HAVE_DB</span>
-<a name="l00094"></a>00094 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_DB_VERSION    0</span>
+<a name="l00094"></a>00094 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_DB_VERSION    4</span>
 <a name="l00095"></a>00095 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
 <a name="l00096"></a>00096 <span class="preprocessor"></span>
 <a name="l00097"></a>00097 <span class="preprocessor">#define APU_HAVE_PGSQL         1</span>
-<a name="l00098"></a>00098 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_MYSQL         0</span>
+<a name="l00098"></a>00098 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_MYSQL         1</span>
 <a name="l00099"></a>00099 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_SQLITE3       1</span>
 <a name="l00100"></a>00100 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_SQLITE2       1</span>
-<a name="l00101"></a>00101 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_ORACLE        0</span>
-<a name="l00102"></a>00102 <span class="preprocessor"></span>
-<a name="l00103"></a>00103 <span class="preprocessor">#define APU_HAVE_APR_ICONV     0</span>
-<a name="l00104"></a>00104 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_ICONV         1</span>
-<a name="l00105"></a>00105 <span class="preprocessor"></span><span class="preprocessor">#define APR_HAS_XLATE          (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)</span>
-<a name="l00106"></a>00106 <span class="preprocessor"></span>
-<a name="l00107"></a>00107 <span class="preprocessor">#endif </span><span class="comment">/* APU_H */</span>
-<a name="l00108"></a>00108 
+<a name="l00101"></a>00101 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_ORACLE        1</span>
+<a name="l00102"></a>00102 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_FREETDS       1</span>
+<a name="l00103"></a>00103 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_ODBC          1</span>
+<a name="l00104"></a>00104 <span class="preprocessor"></span>
+<a name="l00105"></a>00105 <span class="preprocessor">#define APU_HAVE_APR_ICONV     0</span>
+<a name="l00106"></a>00106 <span class="preprocessor"></span><span class="preprocessor">#define APU_HAVE_ICONV         1</span>
+<a name="l00107"></a>00107 <span class="preprocessor"></span><span class="preprocessor">#define APR_HAS_XLATE          (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)</span>
+<a name="l00108"></a>00108 <span class="preprocessor"></span>
+<a name="l00109"></a>00109 <span class="preprocessor">#endif </span><span class="comment">/* APU_H */</span>
+<a name="l00110"></a>00110 
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apu__config_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu__config_8h-source.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu__config_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu__config_8h-source.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -55,17 +56,17 @@
 <a name="l00038"></a>00038 <span class="preprocessor">#define HAVE_LANGINFO_H 1</span>
 <a name="l00039"></a>00039 <span class="preprocessor"></span>
 <a name="l00040"></a>00040 <span class="comment">/* Define to 1 if you have the &lt;lber.h&gt; header file. */</span>
-<a name="l00041"></a>00041 <span class="comment">/* #undef HAVE_LBER_H */</span>
-<a name="l00042"></a>00042 
+<a name="l00041"></a>00041 <span class="preprocessor">#define HAVE_LBER_H 1</span>
+<a name="l00042"></a>00042 <span class="preprocessor"></span>
 <a name="l00043"></a>00043 <span class="comment">/* Defined if ldap.h is present */</span>
-<a name="l00044"></a>00044 <span class="comment">/* #undef HAVE_LDAP_H */</span>
-<a name="l00045"></a>00045 
+<a name="l00044"></a>00044 <span class="preprocessor">#define HAVE_LDAP_H 1</span>
+<a name="l00045"></a>00045 <span class="preprocessor"></span>
 <a name="l00046"></a>00046 <span class="comment">/* Define to 1 if you have the &lt;ldap_ssl.h&gt; header file. */</span>
 <a name="l00047"></a>00047 <span class="comment">/* #undef HAVE_LDAP_SSL_H */</span>
 <a name="l00048"></a>00048 
 <a name="l00049"></a>00049 <span class="comment">/* Define to 1 if you have the `lber' library (-llber). */</span>
-<a name="l00050"></a>00050 <span class="comment">/* #undef HAVE_LIBLBER */</span>
-<a name="l00051"></a>00051 
+<a name="l00050"></a>00050 <span class="preprocessor">#define HAVE_LIBLBER 1</span>
+<a name="l00051"></a>00051 <span class="preprocessor"></span>
 <a name="l00052"></a>00052 <span class="comment">/* Define to 1 if you have the &lt;libpq-fe.h&gt; header file. */</span>
 <a name="l00053"></a>00053 <span class="preprocessor">#define HAVE_LIBPQ_FE_H 1</span>
 <a name="l00054"></a>00054 <span class="preprocessor"></span>
@@ -73,8 +74,8 @@
 <a name="l00056"></a>00056 <span class="preprocessor">#define HAVE_MEMORY_H 1</span>
 <a name="l00057"></a>00057 <span class="preprocessor"></span>
 <a name="l00058"></a>00058 <span class="comment">/* Define to 1 if you have the &lt;mysql.h&gt; header file. */</span>
-<a name="l00059"></a>00059 <span class="comment">/* #undef HAVE_MYSQL_H */</span>
-<a name="l00060"></a>00060 
+<a name="l00059"></a>00059 <span class="preprocessor">#define HAVE_MYSQL_H 1</span>
+<a name="l00060"></a>00060 <span class="preprocessor"></span>
 <a name="l00061"></a>00061 <span class="comment">/* Define to 1 if you have the &lt;mysql/mysql.h&gt; header file. */</span>
 <a name="l00062"></a>00062 <span class="comment">/* #undef HAVE_MYSQL_MYSQL_H */</span>
 <a name="l00063"></a>00063 
@@ -82,70 +83,79 @@
 <a name="l00065"></a>00065 <span class="preprocessor">#define HAVE_NL_LANGINFO 1</span>
 <a name="l00066"></a>00066 <span class="preprocessor"></span>
 <a name="l00067"></a>00067 <span class="comment">/* Define to 1 if you have the &lt;oci.h&gt; header file. */</span>
-<a name="l00068"></a>00068 <span class="comment">/* #undef HAVE_OCI_H */</span>
-<a name="l00069"></a>00069 
-<a name="l00070"></a>00070 <span class="comment">/* Define to 1 if you have the &lt;postgresql/libpq-fe.h&gt; header file. */</span>
-<a name="l00071"></a>00071 <span class="comment">/* #undef HAVE_POSTGRESQL_LIBPQ_FE_H */</span>
+<a name="l00068"></a>00068 <span class="preprocessor">#define HAVE_OCI_H 1</span>
+<a name="l00069"></a>00069 <span class="preprocessor"></span>
+<a name="l00070"></a>00070 <span class="comment">/* Define to 1 if you have the &lt;odbc/sql.h&gt; header file. */</span>
+<a name="l00071"></a>00071 <span class="comment">/* #undef HAVE_ODBC_SQL_H */</span>
 <a name="l00072"></a>00072 
-<a name="l00073"></a>00073 <span class="comment">/* Define to 1 if you have the &lt;sqlite3.h&gt; header file. */</span>
-<a name="l00074"></a>00074 <span class="preprocessor">#define HAVE_SQLITE3_H 1</span>
-<a name="l00075"></a>00075 <span class="preprocessor"></span>
-<a name="l00076"></a>00076 <span class="comment">/* Define to 1 if you have the &lt;sqlite.h&gt; header file. */</span>
-<a name="l00077"></a>00077 <span class="preprocessor">#define HAVE_SQLITE_H 1</span>
+<a name="l00073"></a>00073 <span class="comment">/* Define to 1 if you have the &lt;postgresql/libpq-fe.h&gt; header file. */</span>
+<a name="l00074"></a>00074 <span class="comment">/* #undef HAVE_POSTGRESQL_LIBPQ_FE_H */</span>
+<a name="l00075"></a>00075 
+<a name="l00076"></a>00076 <span class="comment">/* Define to 1 if you have the &lt;sqlite3.h&gt; header file. */</span>
+<a name="l00077"></a>00077 <span class="preprocessor">#define HAVE_SQLITE3_H 1</span>
 <a name="l00078"></a>00078 <span class="preprocessor"></span>
-<a name="l00079"></a>00079 <span class="comment">/* Define to 1 if you have the &lt;stdint.h&gt; header file. */</span>
-<a name="l00080"></a>00080 <span class="preprocessor">#define HAVE_STDINT_H 1</span>
+<a name="l00079"></a>00079 <span class="comment">/* Define to 1 if you have the &lt;sqlite.h&gt; header file. */</span>
+<a name="l00080"></a>00080 <span class="preprocessor">#define HAVE_SQLITE_H 1</span>
 <a name="l00081"></a>00081 <span class="preprocessor"></span>
-<a name="l00082"></a>00082 <span class="comment">/* Define to 1 if you have the &lt;stdlib.h&gt; header file. */</span>
-<a name="l00083"></a>00083 <span class="preprocessor">#define HAVE_STDLIB_H 1</span>
+<a name="l00082"></a>00082 <span class="comment">/* Define to 1 if you have the &lt;sql.h&gt; header file. */</span>
+<a name="l00083"></a>00083 <span class="preprocessor">#define HAVE_SQL_H 1</span>
 <a name="l00084"></a>00084 <span class="preprocessor"></span>
-<a name="l00085"></a>00085 <span class="comment">/* Define to 1 if you have the &lt;strings.h&gt; header file. */</span>
-<a name="l00086"></a>00086 <span class="preprocessor">#define HAVE_STRINGS_H 1</span>
+<a name="l00085"></a>00085 <span class="comment">/* Define to 1 if you have the &lt;stdint.h&gt; header file. */</span>
+<a name="l00086"></a>00086 <span class="preprocessor">#define HAVE_STDINT_H 1</span>
 <a name="l00087"></a>00087 <span class="preprocessor"></span>
-<a name="l00088"></a>00088 <span class="comment">/* Define to 1 if you have the &lt;string.h&gt; header file. */</span>
-<a name="l00089"></a>00089 <span class="preprocessor">#define HAVE_STRING_H 1</span>
+<a name="l00088"></a>00088 <span class="comment">/* Define to 1 if you have the &lt;stdlib.h&gt; header file. */</span>
+<a name="l00089"></a>00089 <span class="preprocessor">#define HAVE_STDLIB_H 1</span>
 <a name="l00090"></a>00090 <span class="preprocessor"></span>
-<a name="l00091"></a>00091 <span class="comment">/* Define to 1 if you have the &lt;sybdb.h&gt; header file. */</span>
-<a name="l00092"></a>00092 <span class="preprocessor">#define HAVE_SYBDB_H 1</span>
+<a name="l00091"></a>00091 <span class="comment">/* Define to 1 if you have the &lt;strings.h&gt; header file. */</span>
+<a name="l00092"></a>00092 <span class="preprocessor">#define HAVE_STRINGS_H 1</span>
 <a name="l00093"></a>00093 <span class="preprocessor"></span>
-<a name="l00094"></a>00094 <span class="comment">/* Define to 1 if you have the &lt;sys/stat.h&gt; header file. */</span>
-<a name="l00095"></a>00095 <span class="preprocessor">#define HAVE_SYS_STAT_H 1</span>
+<a name="l00094"></a>00094 <span class="comment">/* Define to 1 if you have the &lt;string.h&gt; header file. */</span>
+<a name="l00095"></a>00095 <span class="preprocessor">#define HAVE_STRING_H 1</span>
 <a name="l00096"></a>00096 <span class="preprocessor"></span>
-<a name="l00097"></a>00097 <span class="comment">/* Define to 1 if you have the &lt;sys/types.h&gt; header file. */</span>
-<a name="l00098"></a>00098 <span class="preprocessor">#define HAVE_SYS_TYPES_H 1</span>
+<a name="l00097"></a>00097 <span class="comment">/* Define to 1 if you have the &lt;sybdb.h&gt; header file. */</span>
+<a name="l00098"></a>00098 <span class="preprocessor">#define HAVE_SYBDB_H 1</span>
 <a name="l00099"></a>00099 <span class="preprocessor"></span>
-<a name="l00100"></a>00100 <span class="comment">/* Define to 1 if you have the &lt;unistd.h&gt; header file. */</span>
-<a name="l00101"></a>00101 <span class="preprocessor">#define HAVE_UNISTD_H 1</span>
+<a name="l00100"></a>00100 <span class="comment">/* Define to 1 if you have the &lt;sys/stat.h&gt; header file. */</span>
+<a name="l00101"></a>00101 <span class="preprocessor">#define HAVE_SYS_STAT_H 1</span>
 <a name="l00102"></a>00102 <span class="preprocessor"></span>
-<a name="l00103"></a>00103 <span class="comment">/* Define if xmlparse/xmlparse.h is available */</span>
-<a name="l00104"></a>00104 <span class="comment">/* #undef HAVE_XMLPARSE_XMLPARSE_H */</span>
-<a name="l00105"></a>00105 
-<a name="l00106"></a>00106 <span class="comment">/* Define if xmltok/xmlparse.h is available */</span>
-<a name="l00107"></a>00107 <span class="comment">/* #undef HAVE_XMLTOK_XMLPARSE_H */</span>
-<a name="l00108"></a>00108 
-<a name="l00109"></a>00109 <span class="comment">/* Define if xml/xmlparse.h is available */</span>
-<a name="l00110"></a>00110 <span class="comment">/* #undef HAVE_XML_XMLPARSE_H */</span>
+<a name="l00103"></a>00103 <span class="comment">/* Define to 1 if you have the &lt;sys/types.h&gt; header file. */</span>
+<a name="l00104"></a>00104 <span class="preprocessor">#define HAVE_SYS_TYPES_H 1</span>
+<a name="l00105"></a>00105 <span class="preprocessor"></span>
+<a name="l00106"></a>00106 <span class="comment">/* Define to 1 if you have the &lt;unistd.h&gt; header file. */</span>
+<a name="l00107"></a>00107 <span class="preprocessor">#define HAVE_UNISTD_H 1</span>
+<a name="l00108"></a>00108 <span class="preprocessor"></span>
+<a name="l00109"></a>00109 <span class="comment">/* Define if xmlparse/xmlparse.h is available */</span>
+<a name="l00110"></a>00110 <span class="comment">/* #undef HAVE_XMLPARSE_XMLPARSE_H */</span>
 <a name="l00111"></a>00111 
-<a name="l00112"></a>00112 <span class="comment">/* Define to the address where bug reports for this package should be sent. */</span>
-<a name="l00113"></a>00113 <span class="preprocessor">#define PACKAGE_BUGREPORT ""</span>
-<a name="l00114"></a>00114 <span class="preprocessor"></span>
-<a name="l00115"></a>00115 <span class="comment">/* Define to the full name of this package. */</span>
-<a name="l00116"></a>00116 <span class="preprocessor">#define PACKAGE_NAME ""</span>
-<a name="l00117"></a>00117 <span class="preprocessor"></span>
-<a name="l00118"></a>00118 <span class="comment">/* Define to the full name and version of this package. */</span>
-<a name="l00119"></a>00119 <span class="preprocessor">#define PACKAGE_STRING ""</span>
+<a name="l00112"></a>00112 <span class="comment">/* Define if xmltok/xmlparse.h is available */</span>
+<a name="l00113"></a>00113 <span class="comment">/* #undef HAVE_XMLTOK_XMLPARSE_H */</span>
+<a name="l00114"></a>00114 
+<a name="l00115"></a>00115 <span class="comment">/* Define if xml/xmlparse.h is available */</span>
+<a name="l00116"></a>00116 <span class="comment">/* #undef HAVE_XML_XMLPARSE_H */</span>
+<a name="l00117"></a>00117 
+<a name="l00118"></a>00118 <span class="comment">/* Define if ldap_set_rebind_proc takes three arguments */</span>
+<a name="l00119"></a>00119 <span class="preprocessor">#define LDAP_SET_REBIND_PROC_THREE 1</span>
 <a name="l00120"></a>00120 <span class="preprocessor"></span>
-<a name="l00121"></a>00121 <span class="comment">/* Define to the one symbol short name of this package. */</span>
-<a name="l00122"></a>00122 <span class="preprocessor">#define PACKAGE_TARNAME ""</span>
+<a name="l00121"></a>00121 <span class="comment">/* Define to the address where bug reports for this package should be sent. */</span>
+<a name="l00122"></a>00122 <span class="preprocessor">#define PACKAGE_BUGREPORT ""</span>
 <a name="l00123"></a>00123 <span class="preprocessor"></span>
-<a name="l00124"></a>00124 <span class="comment">/* Define to the version of this package. */</span>
-<a name="l00125"></a>00125 <span class="preprocessor">#define PACKAGE_VERSION ""</span>
+<a name="l00124"></a>00124 <span class="comment">/* Define to the full name of this package. */</span>
+<a name="l00125"></a>00125 <span class="preprocessor">#define PACKAGE_NAME ""</span>
 <a name="l00126"></a>00126 <span class="preprocessor"></span>
-<a name="l00127"></a>00127 <span class="comment">/* Define to 1 if you have the ANSI C header files. */</span>
-<a name="l00128"></a>00128 <span class="preprocessor">#define STDC_HEADERS 1</span>
+<a name="l00127"></a>00127 <span class="comment">/* Define to the full name and version of this package. */</span>
+<a name="l00128"></a>00128 <span class="preprocessor">#define PACKAGE_STRING ""</span>
+<a name="l00129"></a>00129 <span class="preprocessor"></span>
+<a name="l00130"></a>00130 <span class="comment">/* Define to the one symbol short name of this package. */</span>
+<a name="l00131"></a>00131 <span class="preprocessor">#define PACKAGE_TARNAME ""</span>
+<a name="l00132"></a>00132 <span class="preprocessor"></span>
+<a name="l00133"></a>00133 <span class="comment">/* Define to the version of this package. */</span>
+<a name="l00134"></a>00134 <span class="preprocessor">#define PACKAGE_VERSION ""</span>
+<a name="l00135"></a>00135 <span class="preprocessor"></span>
+<a name="l00136"></a>00136 <span class="comment">/* Define to 1 if you have the ANSI C header files. */</span>
+<a name="l00137"></a>00137 <span class="preprocessor">#define STDC_HEADERS 1</span>
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apu__internal_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu__internal_8h-source.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu__internal_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu__internal_8h-source.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -62,16 +63,16 @@
 <a name="l00045"></a>00045 <span class="comment">/* For LDAP internal builds, wrap our LDAP namespace */</span>
 <a name="l00046"></a>00046 
 <a name="l00047"></a>00047 <span class="keyword">struct </span>apr__ldap_dso_fntable {
-<a name="l00048"></a>00048     int (*info)(apr_pool_t *pool, apr_ldap_err_t **result_err);
+<a name="l00048"></a>00048     int (*info)(apr_pool_t *pool, <a class="code" href="structapr__ldap__err__t.html">apr_ldap_err_t</a> **result_err);
 <a name="l00049"></a>00049     int (*init)(apr_pool_t *pool, LDAP **ldap, <span class="keyword">const</span> <span class="keywordtype">char</span> *hostname,
-<a name="l00050"></a>00050                 <span class="keywordtype">int</span> portno, <span class="keywordtype">int</span> secure, apr_ldap_err_t **result_err);
+<a name="l00050"></a>00050                 <span class="keywordtype">int</span> portno, <span class="keywordtype">int</span> secure, <a class="code" href="structapr__ldap__err__t.html">apr_ldap_err_t</a> **result_err);
 <a name="l00051"></a>00051     int (*ssl_init)(apr_pool_t *pool, <span class="keyword">const</span> <span class="keywordtype">char</span> *cert_auth_file,
-<a name="l00052"></a>00052                     <span class="keywordtype">int</span> cert_file_type, apr_ldap_err_t **result_err);
+<a name="l00052"></a>00052                     <span class="keywordtype">int</span> cert_file_type, <a class="code" href="structapr__ldap__err__t.html">apr_ldap_err_t</a> **result_err);
 <a name="l00053"></a>00053     int (*ssl_deinit)(void);
 <a name="l00054"></a>00054     int (*get_option)(apr_pool_t *pool, LDAP *ldap, <span class="keywordtype">int</span> option,
-<a name="l00055"></a>00055                       <span class="keywordtype">void</span> *outvalue, apr_ldap_err_t **result_err);
+<a name="l00055"></a>00055                       <span class="keywordtype">void</span> *outvalue, <a class="code" href="structapr__ldap__err__t.html">apr_ldap_err_t</a> **result_err);
 <a name="l00056"></a>00056     int (*set_option)(apr_pool_t *pool, LDAP *ldap, <span class="keywordtype">int</span> option,
-<a name="l00057"></a>00057                       <span class="keyword">const</span> <span class="keywordtype">void</span> *invalue, apr_ldap_err_t **result_err);
+<a name="l00057"></a>00057                       <span class="keyword">const</span> <span class="keywordtype">void</span> *invalue, <a class="code" href="structapr__ldap__err__t.html">apr_ldap_err_t</a> **result_err);
 <a name="l00058"></a>00058     apr_status_t (*rebind_init)(apr_pool_t *pool);
 <a name="l00059"></a>00059     apr_status_t (*rebind_add)(apr_pool_t *pool, LDAP *ld,
 <a name="l00060"></a>00060                                <span class="keyword">const</span> <span class="keywordtype">char</span> *bindDN, <span class="keyword">const</span> <span class="keywordtype">char</span> *bindPW);
@@ -89,8 +90,8 @@
 <a name="l00072"></a>00072 <span class="preprocessor">#endif </span><span class="comment">/* APU_INTERNAL_H */</span>
 <a name="l00073"></a>00073 
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apu__select__dbm_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu__select__dbm_8h-source.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu__select__dbm_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu__select__dbm_8h-source.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -44,8 +45,8 @@
 <a name="l00027"></a>00027 <span class="preprocessor"></span>
 <a name="l00028"></a>00028 <span class="preprocessor">#endif  </span><span class="comment">/* !APU_SELECT_DBM_H */</span>
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h-source.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h-source.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -102,8 +103,8 @@
 <a name="l00133"></a>00133 
 <a name="l00134"></a>00134 <span class="preprocessor">#endif </span><span class="comment">/* ndef APU_VERSION_H */</span>
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu__version_8h.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -143,7 +144,7 @@
           <td class="paramtype">n&nbsp;</td>
           <td class="paramname">          </td>
           <td>&nbsp;)&nbsp;</td>
-          <td width="100%">&nbsp;&nbsp;&nbsp;APU_STRINGIFY_HELPER(n)</td>
+          <td>&nbsp;&nbsp;&nbsp;APU_STRINGIFY_HELPER(n)</td>
         </tr>
       </table>
 </div>
@@ -163,7 +164,7 @@
           <td class="paramtype">n&nbsp;</td>
           <td class="paramname">          </td>
           <td>&nbsp;)&nbsp;</td>
-          <td width="100%">&nbsp;&nbsp;&nbsp;#n</td>
+          <td>&nbsp;&nbsp;&nbsp;#n</td>
         </tr>
       </table>
 </div>
@@ -221,7 +222,7 @@
           <td class="paramtype">apr_version_t *&nbsp;</td>
           <td class="paramname"> <em>pvsn</em>          </td>
           <td>&nbsp;)&nbsp;</td>
-          <td width="100%"></td>
+          <td></td>
         </tr>
       </table>
 </div>
@@ -247,7 +248,7 @@
           <td class="paramtype">void&nbsp;</td>
           <td class="paramname">          </td>
           <td>&nbsp;)&nbsp;</td>
-          <td width="100%"></td>
+          <td></td>
         </tr>
       </table>
 </div>
@@ -258,8 +259,8 @@
 </div>
 </div><p>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h-source.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h-source.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -38,7 +39,7 @@
 <a name="l00042"></a>00042 <span class="preprocessor">#ifdef APU_WANT_DB</span>
 <a name="l00043"></a>00043 <span class="preprocessor"></span>
 <a name="l00044"></a>00044 <span class="preprocessor">#if APU_HAVE_DB</span>
-<a name="l00045"></a>00045 <span class="preprocessor"></span><span class="preprocessor">#include &lt;db.h&gt;</span>
+<a name="l00045"></a>00045 <span class="preprocessor"></span><span class="preprocessor">#include &lt;db4/db.h&gt;</span>
 <a name="l00046"></a>00046 <span class="preprocessor">#endif</span>
 <a name="l00047"></a>00047 <span class="preprocessor"></span>
 <a name="l00048"></a>00048 <span class="preprocessor">#undef APU_WANT_DB</span>
@@ -46,8 +47,8 @@
 <a name="l00050"></a>00050 <span class="preprocessor"></span>
 <a name="l00051"></a>00051 <span class="comment">/* --------------------------------------------------------------------- */</span>
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apu__want_8h.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -30,7 +31,7 @@
 <p>
 <pre>
  Features:</pre><p>
-<pre>   APU_WANT_DB:       &lt;db.h&gt;</pre><p>
+<pre>   APU_WANT_DB:       &lt;db4/db.h&gt;</pre><p>
 <pre> Typical usage:</pre><p>
 <pre>   define APU_WANT_DB
    include "apu_want.h"</pre><p>
@@ -38,8 +39,8 @@
 <pre> Note: it is safe to use this in a header (it won't interfere with other
        headers' or source files' use of <a class="el" href="apu__want_8h.html" title="APR Standard Headers Support.">apu_want.h</a>)
  </pre> </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/ascii_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/ascii_8h-source.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/ascii_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/ascii_8h-source.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -102,8 +103,8 @@
 <a name="l00085"></a>00085 <span class="preprocessor"></span><span class="preprocessor">#define ASCII_RSQB 0x5D</span>
 <a name="l00086"></a>00086 <span class="preprocessor"></span><span class="preprocessor">#define ASCII_UNDERSCORE 0x5F</span>
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/asciitab_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/asciitab_8h-source.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/asciitab_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/asciitab_8h-source.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -53,8 +54,8 @@
 <a name="l00036"></a>00036 <span class="comment">/* 0x78 */</span> BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_OTHER,
 <a name="l00037"></a>00037 <span class="comment">/* 0x7C */</span> BT_VERBAR, BT_OTHER, BT_OTHER, BT_OTHER,
 </pre></div></div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:33 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:38 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/doxygen.css
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/doxygen.css?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/doxygen.css (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/doxygen.css Sat Aug 16 04:43:44 2008
@@ -407,6 +407,7 @@
 	font-family: sans-serif;
 	margin:0.5em;
 }
+/* these are for tree view when used as main index */
 .directory { 
 	font-size: 9pt; 
 	font-weight: bold; 
@@ -416,6 +417,21 @@
 	margin-top: 1em; 
 	font-size: 11pt; 
 }
+
+/* The following two styles can be used to replace the root node title */
+/* with an image of your choice.  Simply uncomment the next two styles, */
+/* specify the name of your image and be sure to set 'height' to the */
+/* proper pixel height of your image. */
+
+/* .directory h3.swap { */
+/* 	height: 61px; */
+/* 	background-repeat: no-repeat; */
+/* 	background-image: url("yourimage.gif"); */
+/* } */
+/* .directory h3.swap span { */
+/* 	display: none; */
+/* } */
+
 .directory > h3 { 
 	margin-top: 0; 
 }
@@ -430,4 +446,28 @@
 .directory img { 
 	vertical-align: -30%; 
 }
+/* these are for tree view when not used as main index */
+.directory-alt { 
+	font-size: 100%; 
+	font-weight: bold; 
+}
+.directory-alt h3 { 
+	margin: 0px; 
+	margin-top: 1em; 
+	font-size: 11pt; 
+}
+.directory-alt > h3 { 
+	margin-top: 0; 
+}
+.directory-alt p { 
+	margin: 0px; 
+	white-space: nowrap; 
+}
+.directory-alt div { 
+	display: none; 
+	margin: 0px; 
+}
+.directory-alt img { 
+	vertical-align: -30%; 
+}
 

Modified: apr/site/trunk/docs/docs/apr-util/trunk/files.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/files.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/files.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/files.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -59,6 +60,7 @@
   <tr><td class="indexkey">include/<a class="el" href="apu__version_8h.html">apu_version.h</a> <a href="apu__version_8h-source.html">[code]</a></td><td class="indexvalue">APR-util Versioning Interface </td></tr>
   <tr><td class="indexkey">include/<a class="el" href="apu__want_8h.html">apu_want.h</a> <a href="apu__want_8h-source.html">[code]</a></td><td class="indexvalue">APR Standard Headers Support </td></tr>
   <tr><td class="indexkey">include/private/<b>apr_dbd_internal.h</b> <a href="apr__dbd__internal_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
+  <tr><td class="indexkey">include/private/<b>apr_dbd_odbc_v2.h</b> <a href="apr__dbd__odbc__v2_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
   <tr><td class="indexkey">include/private/<b>apr_dbm_private.h</b> <a href="apr__dbm__private_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
   <tr><td class="indexkey">include/private/<b>apu_config.h</b> <a href="apu__config_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
   <tr><td class="indexkey">include/private/<b>apu_internal.h</b> <a href="apu__internal_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
@@ -82,8 +84,8 @@
   <tr><td class="indexkey">xml/expat/lib/<b>xmltok_impl.h</b> <a href="xmltok__impl_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
 </table>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:34 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:39 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/functions.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/functions.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/functions.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/functions.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -55,8 +56,6 @@
       <li><a href="#index_x"><span>x</span></a></li>
     </ul>
   </div>
-
-<p>
 </div>
 <div class="contents">
 Here is a list of all documented struct and union fields with links to the struct/union documentation for each field:
@@ -193,6 +192,8 @@
 <h3><a class="anchor" name="index_i">- i -</a></h3><ul>
 <li>is_initialized
 : <a class="el" href="structapr__uri__t.html#6f77dda6db6c31c2c3652f6026ea6b73">apr_uri_t</a>
+<li>is_metadata
+: <a class="el" href="structapr__bucket__type__t.html#34cef542a8eee5bb734ba8dcd8329711">apr_bucket_type_t</a>
 </ul>
 <h3><a class="anchor" name="index_l">- l -</a></h3><ul>
 <li>lang
@@ -211,6 +212,8 @@
 : <a class="el" href="structapr__memcache__t.html#85f916183d0aae6aaa88251edc7a1f81">apr_memcache_t</a>
 <li>local
 : <a class="el" href="structapr__sha1__ctx__t.html#aa8433058ac7a3b0649821cbab7de822">apr_sha1_ctx_t</a>
+<li>lock
+: <a class="el" href="structapr__anylock__t.html#7064f0fcc63ef139e62260dc311687a2">apr_anylock_t</a>
 </ul>
 <h3><a class="anchor" name="index_m">- m -</a></h3><ul>
 <li>mmap
@@ -313,7 +316,8 @@
 <li>tm_lock
 : <a class="el" href="structapr__anylock__t.html#047e5c4d930f359618a96fd5e857f851">apr_anylock_t</a>
 <li>type
-: <a class="el" href="structapr__bucket.html#c27fa5ce798e688ad243ebe1615937fc">apr_bucket</a>
+: <a class="el" href="structapr__anylock__t.html#be78b2ee0daaee1b19c952c4f8fc903a">apr_anylock_t</a>
+, <a class="el" href="structapr__bucket.html#c27fa5ce798e688ad243ebe1615937fc">apr_bucket</a>
 , <a class="el" href="structapr__dbm__t.html#27287213e7ebe16d9945207a13300faf">apr_dbm_t</a>
 </ul>
 <h3><a class="anchor" name="index_u">- u -</a></h3><ul>
@@ -330,8 +334,8 @@
 , <a class="el" href="structapr__md5__ctx__t.html#391a62bc9e7fada71d03f786df4f49ba">apr_md5_ctx_t</a>
 </ul>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:34 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:39 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/functions_enum.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/functions_enum.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/functions_enum.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/functions_enum.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -39,8 +40,8 @@
 : <a class="el" href="structapr__anylock__t.html#047e5c4d930f359618a96fd5e857f851">apr_anylock_t</a>
 </ul>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:34 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:39 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/functions_eval.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/functions_eval.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/functions_eval.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/functions_eval.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -51,8 +52,8 @@
 : <a class="el" href="structapr__bucket__type__t.html#117f85e4a58c5e7d7e373705ad138f859bf38b4eb3ea41c4af230432ac7a5fb1">apr_bucket_type_t</a>
 </ul>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:34 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:39 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/functions_func.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/functions_func.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/functions_func.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/functions_func.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -41,8 +42,8 @@
 : <a class="el" href="structapr__bucket__brigade.html#76a313afc83dd161916f3f9b83eea734">apr_bucket_brigade</a>
 </ul>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:34 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:39 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/functions_vars.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/functions_vars.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/functions_vars.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/functions_vars.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -55,8 +56,6 @@
       <li><a href="#index_x"><span>x</span></a></li>
     </ul>
   </div>
-
-<p>
 </div>
 <div class="contents">
 &nbsp;
@@ -175,6 +174,8 @@
 <h3><a class="anchor" name="index_i">- i -</a></h3><ul>
 <li>is_initialized
 : <a class="el" href="structapr__uri__t.html#6f77dda6db6c31c2c3652f6026ea6b73">apr_uri_t</a>
+<li>is_metadata
+: <a class="el" href="structapr__bucket__type__t.html#34cef542a8eee5bb734ba8dcd8329711">apr_bucket_type_t</a>
 </ul>
 <h3><a class="anchor" name="index_l">- l -</a></h3><ul>
 <li>lang
@@ -193,6 +194,8 @@
 : <a class="el" href="structapr__memcache__t.html#85f916183d0aae6aaa88251edc7a1f81">apr_memcache_t</a>
 <li>local
 : <a class="el" href="structapr__sha1__ctx__t.html#aa8433058ac7a3b0649821cbab7de822">apr_sha1_ctx_t</a>
+<li>lock
+: <a class="el" href="structapr__anylock__t.html#7064f0fcc63ef139e62260dc311687a2">apr_anylock_t</a>
 </ul>
 <h3><a class="anchor" name="index_m">- m -</a></h3><ul>
 <li>mmap
@@ -294,6 +297,7 @@
 : <a class="el" href="unionapr__anylock__t_1_1apr__anylock__u__t.html#f08254c9ff8d2152276040037cd8ee53">apr_anylock_t::apr_anylock_u_t</a>
 <li>type
 : <a class="el" href="structapr__bucket.html#c27fa5ce798e688ad243ebe1615937fc">apr_bucket</a>
+, <a class="el" href="structapr__anylock__t.html#be78b2ee0daaee1b19c952c4f8fc903a">apr_anylock_t</a>
 , <a class="el" href="structapr__dbm__t.html#27287213e7ebe16d9945207a13300faf">apr_dbm_t</a>
 </ul>
 <h3><a class="anchor" name="index_u">- u -</a></h3><ul>
@@ -310,8 +314,8 @@
 , <a class="el" href="structapr__md5__ctx__t.html#391a62bc9e7fada71d03f786df4f49ba">apr_md5_ctx_t</a>
 </ul>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:34 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:39 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/globals.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/globals.html?rev=686480&r1=686479&r2=686480&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/globals.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/globals.html Sat Aug 16 04:43:44 2008
@@ -4,11 +4,12 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
       <li><a href="modules.html"><span>Modules</span></a></li>
       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
       <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
@@ -37,8 +38,6 @@
       <li class="current"><a href="globals.html#index_a"><span>a</span></a></li>
     </ul>
   </div>
-
-<p>
 </div>
 <div class="contents">
 Here is a list of all documented functions, variables, defines, enums, and typedefs with links to the documentation:
@@ -496,6 +495,70 @@
 : <a class="el" href="group___a_p_r___util___hook.html#g832a6d3b73a43b3f7c58c5702ddccce9">apr_hooks.h</a>
 <li>APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL
 : <a class="el" href="group___a_p_r___util___o_p_t___h_o_o_k.html#g3e6fa7b8e9ce140b26d8f6ce34e6ae82">apr_optional_hooks.h</a>
+<li>APR_LDAP_CA_TYPE_BASE64
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g873a9f3a55f8345e79314bcff4d2da63">apr_ldap_option.h</a>
+<li>APR_LDAP_CA_TYPE_CACERTDIR_BASE64
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g70f4f4bff0ed16ad8eae0f3362f34196">apr_ldap_option.h</a>
+<li>APR_LDAP_CA_TYPE_CERT7_DB
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#gb52397cf2a484bf259c8057292baf277">apr_ldap_option.h</a>
+<li>APR_LDAP_CA_TYPE_DER
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#gb5336a116c3881aa68ea5fe81c6cebce">apr_ldap_option.h</a>
+<li>APR_LDAP_CA_TYPE_SECMOD
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#ge31e900be314a4a41d6b4a80c77fc0a5">apr_ldap_option.h</a>
+<li>APR_LDAP_CA_TYPE_UNKNOWN
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g90551ccd55675410d148e1396d708585">apr_ldap_option.h</a>
+<li>APR_LDAP_CERT_TYPE_BASE64
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g4e1047465f7938aa4f18602289dbdb75">apr_ldap_option.h</a>
+<li>APR_LDAP_CERT_TYPE_DER
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g83bb061671b300a894b9da953389ce5d">apr_ldap_option.h</a>
+<li>APR_LDAP_CERT_TYPE_KEY3_DB
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#gabac1737dbe1c96cb71087cf3225cf33">apr_ldap_option.h</a>
+<li>APR_LDAP_CERT_TYPE_NICKNAME
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g126182df3d24a1144e661fd1c076de62">apr_ldap_option.h</a>
+<li>APR_LDAP_CERT_TYPE_PFX
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g6dda2a079c113e3d73b3dcae58b98357">apr_ldap_option.h</a>
+<li>APR_LDAP_CERT_TYPE_UNKNOWN
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g330f63f481bdd6d1a2cd11b2f00931f9">apr_ldap_option.h</a>
+<li>apr_ldap_get_option()
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#gaeff4c9127a45e467490f8fb7648e946">apr_ldap_option.h</a>
+<li>apr_ldap_info()
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g59cae74d6182dea8d93080b602845866">apr_ldap_init.h</a>
+<li>apr_ldap_init()
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g9b7929b5fafe485a79cb83273ef8de43">apr_ldap_init.h</a>
+<li>APR_LDAP_KEY_TYPE_BASE64
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g13aa9e6dbfe8aa898d139bfc7ae606d1">apr_ldap_option.h</a>
+<li>APR_LDAP_KEY_TYPE_DER
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g028ac0e4cb1e00fc43509d7d568b5495">apr_ldap_option.h</a>
+<li>APR_LDAP_KEY_TYPE_PFX
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g643e937d04527c8d0001cd4ee92102e5">apr_ldap_option.h</a>
+<li>APR_LDAP_KEY_TYPE_UNKNOWN
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g4ec017388c41432a6a255ecb28e0ae2d">apr_ldap_option.h</a>
+<li>APR_LDAP_NONE
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g005b3c879760af5d38f9dbd2e910c695">apr_ldap_option.h</a>
+<li>APR_LDAP_OPT_REFERRALS
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#gaa1fbd408f4d18c39ef5332f8d0f4745">apr_ldap_option.h</a>
+<li>APR_LDAP_OPT_REFHOPLIMIT
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g3dcf151b8758dae4ccf86d1cf26f4bfc">apr_ldap_option.h</a>
+<li>APR_LDAP_OPT_TLS
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#ge3eda4797aebb6dadeb5876c0f7f4b0b">apr_ldap_option.h</a>
+<li>APR_LDAP_OPT_TLS_CERT
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#ga36993968e0225cb175eb17039337433">apr_ldap_option.h</a>
+<li>apr_ldap_opt_tls_cert_t
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#gf933e3d717b8cf88b72bf45ff3906e24">apr_ldap_option.h</a>
+<li>APR_LDAP_OPT_VERIFY_CERT
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g30949c4b417283ea02049267a5b7b1b1">apr_ldap_option.h</a>
+<li>apr_ldap_set_option()
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#gda266c693bc5ad7a336bd3965a09b7ba">apr_ldap_option.h</a>
+<li>APR_LDAP_SSL
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g5e7057df19b0271f8776db8d9a5be863">apr_ldap_option.h</a>
+<li>apr_ldap_ssl_deinit()
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g4425baf721f1857e0d8e066076aa595c">apr_ldap_init.h</a>
+<li>apr_ldap_ssl_init()
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g8530e90ca597f822a571b6813021e1f1">apr_ldap_init.h</a>
+<li>APR_LDAP_STARTTLS
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#ge3b6991b3392ca2061bad18a13a2802f">apr_ldap_option.h</a>
+<li>APR_LDAP_STOPTLS
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#gf3b98ab3a6da25e4f3d1a4ed17106960">apr_ldap_option.h</a>
 <li>APR_LOCALE_CHARSET
 : <a class="el" href="group___a_p_r___x_l_a_t_e.html#g0e46c333fb1c900f0dd4a78664f5a0de">apr_xlate.h</a>
 <li>APR_MC_SERVER_DEAD
@@ -620,12 +683,20 @@
 : <a class="el" href="group___a_p_r___util___r_l.html#gdfbb592b31ff9215f45d3280636e41d7">apr_reslist.h</a>
 <li>apr_reslist_acquired_count()
 : <a class="el" href="group___a_p_r___util___r_l.html#gc37fbbcbc8a98ba9ed017638a2c6c1b7">apr_reslist.h</a>
+<li>APR_RESLIST_CLEANUP_DEFAULT
+: <a class="el" href="group___a_p_r___util___r_l.html#ge442d99e6a2eef4a4957f0360822fcac">apr_reslist.h</a>
+<li>APR_RESLIST_CLEANUP_FIRST
+: <a class="el" href="group___a_p_r___util___r_l.html#gd93b2c229d154c8f6a5c9dfcd7488756">apr_reslist.h</a>
+<li>apr_reslist_cleanup_order_set()
+: <a class="el" href="group___a_p_r___util___r_l.html#g7e8adfc4b12ffb63c6795d8d79ee5e95">apr_reslist.h</a>
 <li>apr_reslist_create()
 : <a class="el" href="group___a_p_r___util___r_l.html#g608ebcddce542603a7f1d3cf51ae8d3c">apr_reslist.h</a>
 <li>apr_reslist_destroy()
 : <a class="el" href="group___a_p_r___util___r_l.html#g103e0cbac6c5da7cb93d4e52799233cb">apr_reslist.h</a>
 <li>apr_reslist_invalidate()
 : <a class="el" href="group___a_p_r___util___r_l.html#g346c0604115a9659cf23ed0cc781f7a9">apr_reslist.h</a>
+<li>apr_reslist_maintain()
+: <a class="el" href="group___a_p_r___util___r_l.html#ga13a7724a30b5a37ac13548bd8dc56f6">apr_reslist.h</a>
 <li>apr_reslist_release()
 : <a class="el" href="group___a_p_r___util___r_l.html#gf65ca1701994a0323df639cdb4a8d8b2">apr_reslist.h</a>
 <li>apr_reslist_t
@@ -904,6 +975,8 @@
 : <a class="el" href="apu__version_8h.html#b47617bb2faf080300b78620a4a53a6c">apu_version.h</a>
 <li>APU_IS_DEV_VERSION
 : <a class="el" href="apu__version_8h.html#a58404a319f3c63bd1e4cf3540284df9">apu_version.h</a>
+<li>APU_LDAP_INSUFFICIENT_ACCESS
+: <a class="el" href="group___a_p_r___util___l_d_a_p.html#g381609c46f026364996ee2bc88ccbc68">apr_ldap_init.h</a>
 <li>APU_MAJOR_VERSION
 : <a class="el" href="apu__version_8h.html#c6ad13b6f97cfe3b3d9008ff34f0bb35">apu_version.h</a>
 <li>APU_MINOR_VERSION
@@ -924,8 +997,8 @@
 : <a class="el" href="apu__version_8h.html#0442a908106268fe88603f2c56388302">apu_version.h</a>
 </ul>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 4 16:43:34 2008 for Apache Portable Runtime Utility Library by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 16 21:30:39 2008 for Apache Portable Runtime Utility Library by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>