You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2005/02/08 00:11:56 UTC

svn commit: r151768 [14/47] - in apr/site/trunk/docs/docs/apr: ./ iconv/ util/

Modified: apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___d_b_m.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___d_b_m.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___d_b_m.html (original)
+++ apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___d_b_m.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: DBM routines</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>DBM routines</h1><table border=0 cellpadding=0 cellspacing=0>
 <tr><td></td></tr>
@@ -14,13 +14,13 @@
 <tr><td class="memItemLeft" nowrap align=right valign=top>struct &nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structapr__datum__t.html">apr_datum_t</a></td></tr>
 
 <tr><td colspan=2><br><h2>Defines</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m.html#ga14">APR_DBM_READONLY</a>&nbsp;&nbsp;&nbsp;1</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m.html#ga14">APR_DBM_READONLY</a>&nbsp;&nbsp;&nbsp;1       /**&lt; open for read-only access */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m.html#ga15">APR_DBM_READWRITE</a>&nbsp;&nbsp;&nbsp;2</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m.html#ga15">APR_DBM_READWRITE</a>&nbsp;&nbsp;&nbsp;2       /**&lt; open for read-write access */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m.html#ga16">APR_DBM_RWCREATE</a>&nbsp;&nbsp;&nbsp;3</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m.html#ga16">APR_DBM_RWCREATE</a>&nbsp;&nbsp;&nbsp;3       /**&lt; open for r/w, create if needed */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m.html#ga17">APR_DBM_RWTRUNC</a>&nbsp;&nbsp;&nbsp;4</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m.html#ga17">APR_DBM_RWTRUNC</a></td></tr>
 
 <tr><td colspan=2><br><h2>Typedefs</h2></td></tr>
 <tr><td class="memItemLeft" nowrap align=right valign=top>typedef <a class="el" href="structapr__dbm__t.html">apr_dbm_t</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m.html#ga0">apr_dbm_t</a></td></tr>
@@ -60,7 +60,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_DBM_READONLY&nbsp;&nbsp;&nbsp;1          </td>
+          <td class="md" nowrap valign="top"> #define APR_DBM_READONLY&nbsp;&nbsp;&nbsp;1       /**&lt; open for read-only access */          </td>
         </tr>
       </table>
     </td>
@@ -83,7 +83,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_DBM_READWRITE&nbsp;&nbsp;&nbsp;2          </td>
+          <td class="md" nowrap valign="top"> #define APR_DBM_READWRITE&nbsp;&nbsp;&nbsp;2       /**&lt; open for read-write access */          </td>
         </tr>
       </table>
     </td>
@@ -106,7 +106,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_DBM_RWCREATE&nbsp;&nbsp;&nbsp;3          </td>
+          <td class="md" nowrap valign="top"> #define APR_DBM_RWCREATE&nbsp;&nbsp;&nbsp;3       /**&lt; open for r/w, create if needed */          </td>
         </tr>
       </table>
     </td>
@@ -129,7 +129,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_DBM_RWTRUNC&nbsp;&nbsp;&nbsp;4          </td>
+          <td class="md" nowrap valign="top"> #define APR_DBM_RWTRUNC          </td>
         </tr>
       </table>
     </td>
@@ -143,7 +143,8 @@
     <td>
 
 <p>
-open for r/w, truncating an existing DB if present     </td>
+<b>Value:</b><pre class="fragment"><div>4       
+</div></pre>open for r/w, truncating an existing DB if present     </td>
   </tr>
 </table>
 <hr><h2>Typedef Documentation</h2>
@@ -855,8 +856,8 @@
     </td>
   </tr>
 </table>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___d_b_m___s_d_b_m.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___d_b_m___s_d_b_m.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___d_b_m___s_d_b_m.html (original)
+++ apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___d_b_m___s_d_b_m.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: SDBM library</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>SDBM library<br>
 <small>
@@ -18,11 +18,11 @@
 
 <tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m___s_d_b_m.html#ga12">APR_SDBM_PAGFEXT</a>&nbsp;&nbsp;&nbsp;".pag"</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m___s_d_b_m.html#ga13">APR_SDBM_INSERT</a>&nbsp;&nbsp;&nbsp;0</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m___s_d_b_m.html#ga13">APR_SDBM_INSERT</a>&nbsp;&nbsp;&nbsp;0   /**&lt; Insert */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m___s_d_b_m.html#ga14">APR_SDBM_REPLACE</a>&nbsp;&nbsp;&nbsp;1</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m___s_d_b_m.html#ga14">APR_SDBM_REPLACE</a>&nbsp;&nbsp;&nbsp;1   /**&lt; Replace */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m___s_d_b_m.html#ga15">APR_SDBM_INSERTDUP</a>&nbsp;&nbsp;&nbsp;2</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m___s_d_b_m.html#ga15">APR_SDBM_INSERTDUP</a>&nbsp;&nbsp;&nbsp;2   /**&lt; Insert with duplicates */</td></tr>
 
 <tr><td colspan=2><br><h2>Typedefs</h2></td></tr>
 <tr><td class="memItemLeft" nowrap align=right valign=top>typedef <a class="el" href="group___a_p_r___util___d_b_m___s_d_b_m.html#ga0">apr_sdbm_t</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___d_b_m___s_d_b_m.html#ga0">apr_sdbm_t</a></td></tr>
@@ -79,7 +79,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_SDBM_INSERT&nbsp;&nbsp;&nbsp;0          </td>
+          <td class="md" nowrap valign="top"> #define APR_SDBM_INSERT&nbsp;&nbsp;&nbsp;0   /**&lt; Insert */          </td>
         </tr>
       </table>
     </td>
@@ -102,7 +102,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_SDBM_INSERTDUP&nbsp;&nbsp;&nbsp;2          </td>
+          <td class="md" nowrap valign="top"> #define APR_SDBM_INSERTDUP&nbsp;&nbsp;&nbsp;2   /**&lt; Insert with duplicates */          </td>
         </tr>
       </table>
     </td>
@@ -148,7 +148,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_SDBM_REPLACE&nbsp;&nbsp;&nbsp;1          </td>
+          <td class="md" nowrap valign="top"> #define APR_SDBM_REPLACE&nbsp;&nbsp;&nbsp;1   /**&lt; Replace */          </td>
         </tr>
       </table>
     </td>
@@ -649,8 +649,8 @@
     </td>
   </tr>
 </table>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___date.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___date.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___date.html (original)
+++ apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___date.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: Date routines</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>Date routines</h1><table border=0 cellpadding=0 cellspacing=0>
 <tr><td></td></tr>
@@ -180,8 +180,8 @@
     </td>
   </tr>
 </table>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___f_i_f_o.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___f_i_f_o.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___f_i_f_o.html (original)
+++ apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___f_i_f_o.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: Thread Safe FIFO bounded queue</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>Thread Safe FIFO bounded queue</h1><table border=0 cellpadding=0 cellspacing=0>
 <tr><td></td></tr>
@@ -397,8 +397,8 @@
     </td>
   </tr>
 </table>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___hook.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___hook.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___hook.html (original)
+++ apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___hook.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: Hook Functions</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>Hook Functions</h1><table border=0 cellpadding=0 cellspacing=0>
 <tr><td></td></tr>
@@ -813,8 +813,8 @@
 The global pool used to allocate any memory needed by the hooks.     </td>
   </tr>
 </table>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Added: apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___l_d_a_p.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___l_d_a_p.html?view=auto&rev=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___l_d_a_p.html (added)
+++ apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___l_d_a_p.html Mon Feb  7 15:10:17 2005
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<title>Apache Portable Runtime Utility Library: LDAP</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.3.7 -->
+<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
+<h1>LDAP</h1><table border=0 cellpadding=0 cellspacing=0>
+<tr><td></td></tr>
+</table>
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
+</body>
+</html>

Modified: apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___m_d4.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___m_d4.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___m_d4.html (original)
+++ apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___m_d4.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: MD4 Library</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>MD4 Library</h1><table border=0 cellpadding=0 cellspacing=0>
 <tr><td></td></tr>
@@ -297,8 +297,8 @@
     </td>
   </tr>
 </table>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___o_p_t___h_o_o_k.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___o_p_t___h_o_o_k.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___o_p_t___h_o_o_k.html (original)
+++ apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___o_p_t___h_o_o_k.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: Optional Hook Functions</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>Optional Hook Functions<br>
 <small>
@@ -220,8 +220,8 @@
 Function to implemnt the APR_OPTIONAL_HOOK Macro     </td>
   </tr>
 </table>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___opt.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___opt.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___opt.html (original)
+++ apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___opt.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: Optional Functions</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>Optional Functions</h1><table border=0 cellpadding=0 cellspacing=0>
 <tr><td></td></tr>
@@ -130,7 +130,7 @@
 <p>
 <b>Value:</b><pre class="fragment"><div><span class="keywordflow">do</span> { \
   <a class="code" href="group___a_p_r___util___opt.html#ga3">APR_OPTIONAL_FN_TYPE</a>(name) *apu__opt = name; \
-  apr_dynamic_fn_register(#name,(<a class="code" href="group___a_p_r___util___opt.html#ga0">apr_opt_fn_t</a> *)apu__opt); \
+  apr_dynamic_fn_register(#name,(apr_opt_fn_t *)apu__opt); \
 } <span class="keywordflow">while</span> (0)
 </div></pre>Register an optional function. This can be later retrieved, type-safely, by name. Like all global functions, the name must be unique. Note that, confusingly but correctly, the function itself can be static! <dl compact><dt><b>Parameters:</b></dt><dd>
   <table border="0" cellspacing="2" cellpadding="0">
@@ -197,8 +197,8 @@
 XXX: This doesn't belong here, then! Private function! DO NOT USE!     </td>
   </tr>
 </table>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___r_l.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___r_l.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___r_l.html (original)
+++ apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___r_l.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: Resource List Routines</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>Resource List Routines</h1><table border=0 cellpadding=0 cellspacing=0>
 <tr><td></td></tr>
@@ -335,8 +335,8 @@
     </td>
   </tr>
 </table>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___r_m_m.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___r_m_m.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___r_m_m.html (original)
+++ apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___r_m_m.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: Relocatable Memory Management Routines</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>Relocatable Memory Management Routines</h1><table border=0 cellpadding=0 cellspacing=0>
 <tr><td></td></tr>
@@ -124,6 +124,7 @@
     <tr><td></td><td valign=top><em>entity</em>&nbsp;</td><td>The memory allocation to free </td></tr>
   </table>
 </dl>
+<dl compact><dt><b>Returns:</b></dt><dd>address The address, aligned with APR_ALIGN_DEFAULT. </dd></dl>
     </td>
   </tr>
 </table>
@@ -397,6 +398,13 @@
     <tr><td></td><td valign=top><em>cont</em>&nbsp;</td><td>The pool to use for local storage and management </td></tr>
   </table>
 </dl>
+<dl compact><dt><b>Remarks:</b></dt><dd>Both </dd></dl>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td></td><td valign=top><em>membuf</em>&nbsp;</td><td>and </td></tr>
+    <tr><td></td><td valign=top><em>memsize</em>&nbsp;</td><td>must be aligned (for instance using APR_ALIGN_DEFAULT). </td></tr>
+  </table>
+</dl>
     </td>
   </tr>
 </table>
@@ -569,8 +577,8 @@
     </td>
   </tr>
 </table>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___str_match.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___str_match.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___str_match.html (original)
+++ apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___str_match.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: String matching routines</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>String matching routines</h1><table border=0 cellpadding=0 cellspacing=0>
 <tr><td></td></tr>
@@ -147,8 +147,8 @@
     </td>
   </tr>
 </table>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___u_r_i.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___u_r_i.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___u_r_i.html (original)
+++ apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___u_r_i.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: URI</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>URI</h1><table border=0 cellpadding=0 cellspacing=0>
 <tr><td></td></tr>
@@ -11,41 +11,41 @@
 <tr><td class="memItemLeft" nowrap align=right valign=top>struct &nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structapr__uri__t.html">apr_uri_t</a></td></tr>
 
 <tr><td colspan=2><br><h2>Defines</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga5">APR_URI_FTP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;21</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga5">APR_URI_FTP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;21 /**&lt; default FTP port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga6">APR_URI_SSH_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;22</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga6">APR_URI_SSH_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;22 /**&lt; default SSH port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga7">APR_URI_TELNET_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;23</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga7">APR_URI_TELNET_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;23 /**&lt; default telnet port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga8">APR_URI_GOPHER_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;70</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga8">APR_URI_GOPHER_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;70 /**&lt; default Gopher port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga9">APR_URI_HTTP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;80</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga9">APR_URI_HTTP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;80 /**&lt; default HTTP port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga10">APR_URI_POP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;110</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga10">APR_URI_POP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;110 /**&lt; default POP port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga11">APR_URI_NNTP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;119</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga11">APR_URI_NNTP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;119 /**&lt; default NNTP port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga12">APR_URI_IMAP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;143</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga12">APR_URI_IMAP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;143 /**&lt; default IMAP port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga13">APR_URI_PROSPERO_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;191</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga13">APR_URI_PROSPERO_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;191 /**&lt; default Prospero port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga14">APR_URI_WAIS_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;210</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga14">APR_URI_WAIS_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;210 /**&lt; default WAIS port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga15">APR_URI_LDAP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;389</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga15">APR_URI_LDAP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;389 /**&lt; default LDAP port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga16">APR_URI_HTTPS_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;443</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga16">APR_URI_HTTPS_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;443 /**&lt; default HTTPS port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga17">APR_URI_RTSP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;554</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga17">APR_URI_RTSP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;554 /**&lt; default RTSP port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga18">APR_URI_SNEWS_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;563</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga18">APR_URI_SNEWS_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;563 /**&lt; default SNEWS port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga19">APR_URI_ACAP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;674</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga19">APR_URI_ACAP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;674 /**&lt; default ACAP port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga20">APR_URI_NFS_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;2049</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga20">APR_URI_NFS_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;2049 /**&lt; default NFS port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga21">APR_URI_TIP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;3372</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga21">APR_URI_TIP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;3372 /**&lt; default TIP port */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga22">APR_URI_SIP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;5060</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga22">APR_URI_SIP_DEFAULT_PORT</a>&nbsp;&nbsp;&nbsp;5060 /**&lt; default SIP port */</td></tr>
 
 <tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga23">APR_URI_UNP_OMITSITEPART</a>&nbsp;&nbsp;&nbsp;(1U&lt;&lt;0)</td></tr>
 
@@ -81,7 +81,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_ACAP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;674          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_ACAP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;674 /**&lt; default ACAP port */          </td>
         </tr>
       </table>
     </td>
@@ -104,7 +104,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_FTP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;21          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_FTP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;21 /**&lt; default FTP port */          </td>
         </tr>
       </table>
     </td>
@@ -127,7 +127,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_GOPHER_DEFAULT_PORT&nbsp;&nbsp;&nbsp;70          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_GOPHER_DEFAULT_PORT&nbsp;&nbsp;&nbsp;70 /**&lt; default Gopher port */          </td>
         </tr>
       </table>
     </td>
@@ -150,7 +150,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_HTTP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;80          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_HTTP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;80 /**&lt; default HTTP port */          </td>
         </tr>
       </table>
     </td>
@@ -173,7 +173,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_HTTPS_DEFAULT_PORT&nbsp;&nbsp;&nbsp;443          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_HTTPS_DEFAULT_PORT&nbsp;&nbsp;&nbsp;443 /**&lt; default HTTPS port */          </td>
         </tr>
       </table>
     </td>
@@ -196,7 +196,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_IMAP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;143          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_IMAP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;143 /**&lt; default IMAP port */          </td>
         </tr>
       </table>
     </td>
@@ -219,7 +219,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_LDAP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;389          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_LDAP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;389 /**&lt; default LDAP port */          </td>
         </tr>
       </table>
     </td>
@@ -242,7 +242,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_NFS_DEFAULT_PORT&nbsp;&nbsp;&nbsp;2049          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_NFS_DEFAULT_PORT&nbsp;&nbsp;&nbsp;2049 /**&lt; default NFS port */          </td>
         </tr>
       </table>
     </td>
@@ -265,7 +265,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_NNTP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;119          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_NNTP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;119 /**&lt; default NNTP port */          </td>
         </tr>
       </table>
     </td>
@@ -288,7 +288,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_POP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;110          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_POP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;110 /**&lt; default POP port */          </td>
         </tr>
       </table>
     </td>
@@ -311,7 +311,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_PROSPERO_DEFAULT_PORT&nbsp;&nbsp;&nbsp;191          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_PROSPERO_DEFAULT_PORT&nbsp;&nbsp;&nbsp;191 /**&lt; default Prospero port */          </td>
         </tr>
       </table>
     </td>
@@ -334,7 +334,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_RTSP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;554          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_RTSP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;554 /**&lt; default RTSP port */          </td>
         </tr>
       </table>
     </td>
@@ -357,7 +357,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_SIP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;5060          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_SIP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;5060 /**&lt; default SIP port */          </td>
         </tr>
       </table>
     </td>
@@ -380,7 +380,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_SNEWS_DEFAULT_PORT&nbsp;&nbsp;&nbsp;563          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_SNEWS_DEFAULT_PORT&nbsp;&nbsp;&nbsp;563 /**&lt; default SNEWS port */          </td>
         </tr>
       </table>
     </td>
@@ -403,7 +403,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_SSH_DEFAULT_PORT&nbsp;&nbsp;&nbsp;22          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_SSH_DEFAULT_PORT&nbsp;&nbsp;&nbsp;22 /**&lt; default SSH port */          </td>
         </tr>
       </table>
     </td>
@@ -426,7 +426,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_TELNET_DEFAULT_PORT&nbsp;&nbsp;&nbsp;23          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_TELNET_DEFAULT_PORT&nbsp;&nbsp;&nbsp;23 /**&lt; default telnet port */          </td>
         </tr>
       </table>
     </td>
@@ -449,7 +449,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_TIP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;3372          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_TIP_DEFAULT_PORT&nbsp;&nbsp;&nbsp;3372 /**&lt; default TIP port */          </td>
         </tr>
       </table>
     </td>
@@ -635,7 +635,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_URI_WAIS_DEFAULT_PORT&nbsp;&nbsp;&nbsp;210          </td>
+          <td class="md" nowrap valign="top"> #define APR_URI_WAIS_DEFAULT_PORT&nbsp;&nbsp;&nbsp;210 /**&lt; default WAIS port */          </td>
         </tr>
       </table>
     </td>
@@ -873,8 +873,8 @@
     </td>
   </tr>
 </table>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___x_m_l.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___x_m_l.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___x_m_l.html (original)
+++ apr/site/trunk/docs/docs/apr-util/group___a_p_r___util___x_m_l.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: XML</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>XML</h1><table border=0 cellpadding=0 cellspacing=0>
 <tr><td></td></tr>
@@ -22,23 +22,23 @@
 <tr><td class="memItemLeft" nowrap align=right valign=top>struct &nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structapr__xml__doc.html">apr_xml_doc</a></td></tr>
 
 <tr><td colspan=2><br><h2>Defines</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga17">APR_XML_NS_DAV_ID</a>&nbsp;&nbsp;&nbsp;0</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga17">APR_XML_NS_DAV_ID</a>&nbsp;&nbsp;&nbsp;0	/**&lt; namespace ID for "DAV:" */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga18">APR_XML_NS_NONE</a>&nbsp;&nbsp;&nbsp;-10</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga18">APR_XML_NS_NONE</a>&nbsp;&nbsp;&nbsp;-10	/**&lt; no namespace for this elem/attr */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga19">APR_XML_NS_ERROR_BASE</a>&nbsp;&nbsp;&nbsp;-100</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga19">APR_XML_NS_ERROR_BASE</a>&nbsp;&nbsp;&nbsp;-100	/**&lt; used only during processing */</td></tr>
 
 <tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga20">APR_XML_NS_IS_ERROR</a>(e)&nbsp;&nbsp;&nbsp;((e) &lt;= APR_XML_NS_ERROR_BASE)</td></tr>
 
 <tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga21">APR_XML_ELEM_IS_EMPTY</a>(e)</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga22">APR_XML_X2T_FULL</a>&nbsp;&nbsp;&nbsp;0</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga22">APR_XML_X2T_FULL</a>&nbsp;&nbsp;&nbsp;0	/**&lt; start tag, contents, end tag */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga23">APR_XML_X2T_INNER</a>&nbsp;&nbsp;&nbsp;1</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga23">APR_XML_X2T_INNER</a>&nbsp;&nbsp;&nbsp;1	/**&lt; contents only */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga24">APR_XML_X2T_LANG_INNER</a>&nbsp;&nbsp;&nbsp;2</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga24">APR_XML_X2T_LANG_INNER</a>&nbsp;&nbsp;&nbsp;2	/**&lt; xml:lang + inner contents */</td></tr>
 
-<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga25">APR_XML_X2T_FULL_NS_LANG</a>&nbsp;&nbsp;&nbsp;3</td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga25">APR_XML_X2T_FULL_NS_LANG</a>&nbsp;&nbsp;&nbsp;3	/**&lt; FULL + ns defns + xml:lang */</td></tr>
 
 <tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___x_m_l.html#ga26">APR_XML_GET_URI_ITEM</a>(ary, i)&nbsp;&nbsp;&nbsp;(((const char * const *)(ary)-&gt;elts)[i])</td></tr>
 
@@ -147,7 +147,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_XML_NS_DAV_ID&nbsp;&nbsp;&nbsp;0          </td>
+          <td class="md" nowrap valign="top"> #define APR_XML_NS_DAV_ID&nbsp;&nbsp;&nbsp;0	/**&lt; namespace ID for "DAV:" */          </td>
         </tr>
       </table>
     </td>
@@ -170,7 +170,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_XML_NS_ERROR_BASE&nbsp;&nbsp;&nbsp;-100          </td>
+          <td class="md" nowrap valign="top"> #define APR_XML_NS_ERROR_BASE&nbsp;&nbsp;&nbsp;-100	/**&lt; used only during processing */          </td>
         </tr>
       </table>
     </td>
@@ -221,7 +221,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_XML_NS_NONE&nbsp;&nbsp;&nbsp;-10          </td>
+          <td class="md" nowrap valign="top"> #define APR_XML_NS_NONE&nbsp;&nbsp;&nbsp;-10	/**&lt; no namespace for this elem/attr */          </td>
         </tr>
       </table>
     </td>
@@ -244,7 +244,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_XML_X2T_FULL&nbsp;&nbsp;&nbsp;0          </td>
+          <td class="md" nowrap valign="top"> #define APR_XML_X2T_FULL&nbsp;&nbsp;&nbsp;0	/**&lt; start tag, contents, end tag */          </td>
         </tr>
       </table>
     </td>
@@ -267,7 +267,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_XML_X2T_FULL_NS_LANG&nbsp;&nbsp;&nbsp;3          </td>
+          <td class="md" nowrap valign="top"> #define APR_XML_X2T_FULL_NS_LANG&nbsp;&nbsp;&nbsp;3	/**&lt; FULL + ns defns + xml:lang */          </td>
         </tr>
       </table>
     </td>
@@ -290,7 +290,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_XML_X2T_INNER&nbsp;&nbsp;&nbsp;1          </td>
+          <td class="md" nowrap valign="top"> #define APR_XML_X2T_INNER&nbsp;&nbsp;&nbsp;1	/**&lt; contents only */          </td>
         </tr>
       </table>
     </td>
@@ -313,7 +313,7 @@
     <td class="mdRow">
       <table cellpadding="0" cellspacing="0" border="0">
         <tr>
-          <td class="md" nowrap valign="top"> #define APR_XML_X2T_LANG_INNER&nbsp;&nbsp;&nbsp;2          </td>
+          <td class="md" nowrap valign="top"> #define APR_XML_X2T_LANG_INNER&nbsp;&nbsp;&nbsp;2	/**&lt; xml:lang + inner contents */          </td>
         </tr>
       </table>
     </td>
@@ -1038,8 +1038,8 @@
     </td>
   </tr>
 </table>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:19 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/group___a_p_r___x_l_a_t_e.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/group___a_p_r___x_l_a_t_e.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/group___a_p_r___x_l_a_t_e.html (original)
+++ apr/site/trunk/docs/docs/apr-util/group___a_p_r___x_l_a_t_e.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: I18N translation library</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>I18N translation library</h1><table border=0 cellpadding=0 cellspacing=0>
 <tr><td></td></tr>
@@ -194,8 +194,8 @@
     <tr><td></td><td valign=top><em>outbytes_left</em>&nbsp;</td><td>Input: the size of the output buffer Output: the amount of the output buffer not yet used </td></tr>
   </table>
 </dl>
-<dl compact><dt><b>Remarks:</b></dt><dd>Return APR_ENOTIMPL if charset transcoding is not available in this instance of apr-util (i.e., APR_HAS_XLATE is undefined). </dd></dl>
-    </td>
+<dl compact><dt><b>Remarks:</b></dt><dd>Returns APR_ENOTIMPL if charset transcoding is not available in this instance of apr-util (i.e., APR_HAS_XLATE is undefined). Returns APR_INCOMPLETE if the input buffer ends in an incomplete multi-byte character.</dd></dl>
+To correctly terminate the output buffer for some multi-byte character set encodings, a final call must be made to this function after the complete input string has been converted, passing the inbuf and inbytes_left parameters as NULL. (Note that this mode only works from version 1.1.0 onwards)     </td>
   </tr>
 </table>
 <a class="anchor" name="ga4" doxytag="apr_xlate.h::apr_xlate_conv_byte" ></a><p>
@@ -346,8 +346,8 @@
     </td>
   </tr>
 </table>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/iasciitab_8h-source.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/iasciitab_8h-source.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/iasciitab_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/iasciitab_8h-source.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: xml/expat/lib/iasciitab.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>xml/expat/lib/iasciitab.h</h1><pre class="fragment"><div>00001 <span class="comment">/*</span>
 00002 <span class="comment">Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd</span>
@@ -43,8 +43,8 @@
 00036 <span class="comment">/* 0x74 */</span> BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
 00037 <span class="comment">/* 0x78 */</span> BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_OTHER,
 00038 <span class="comment">/* 0x7C */</span> BT_VERBAR, BT_OTHER, BT_OTHER, BT_OTHER,
-</div></pre><hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:50 2004 for Apache Portable Runtime Utility Library by
+</div></pre><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/index.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/index.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/index.html (original)
+++ apr/site/trunk/docs/docs/apr-util/index.html Mon Feb  7 15:10:17 2005
@@ -3,12 +3,12 @@
 <title>Apache Portable Runtime Utility Library: Main Page</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindexHL" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>Apache Portable Runtime Utility Library Documentation</h1>
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:50 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/latin1tab_8h-source.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/latin1tab_8h-source.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/latin1tab_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/latin1tab_8h-source.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: xml/expat/lib/latin1tab.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>xml/expat/lib/latin1tab.h</h1><pre class="fragment"><div>00001 <span class="comment">/*</span>
 00002 <span class="comment">Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd</span>
@@ -42,8 +42,8 @@
 00035 <span class="comment">/* 0xF4 */</span> BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_OTHER,
 00036 <span class="comment">/* 0xF8 */</span> BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
 00037 <span class="comment">/* 0xFC */</span> BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
-</div></pre><hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:50 2004 for Apache Portable Runtime Utility Library by
+</div></pre><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/map__osd__ebcdic__df04__1_8h-source.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/map__osd__ebcdic__df04__1_8h-source.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/map__osd__ebcdic__df04__1_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/map__osd__ebcdic__df04__1_8h-source.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: xml/expat/lib/map_osd_ebcdic_df04_1.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>xml/expat/lib/map_osd_ebcdic_df04_1.h</h1><pre class="fragment"><div>00001 <span class="keyword">static</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> ebcdic[] = { 
 00002 <span class="comment">/* 00 */</span> 0x00 ,0x01 ,0x02 ,0x03 ,0x85 ,0x09 ,0x86 ,0x7f ,0x87 ,0x8d ,0x8e ,0x0b ,0x0c ,0x0d ,0x0e ,0x0f ,
@@ -23,8 +23,8 @@
 00016 <span class="comment">/* e0 */</span> 0xd9 ,0xf7 ,0x53 ,0x54 ,0x55 ,0x56 ,0x57 ,0x58 ,0x59 ,0x5a ,0xb2 ,0xd4 ,0xd6 ,0xd2 ,0xd3 ,0xd5 ,
 00017 <span class="comment">/* f0 */</span> 0x30 ,0x31 ,0x32 ,0x33 ,0x34 ,0x35 ,0x36 ,0x37 ,0x38 ,0x39 ,0xb3 ,0x7b ,0xdc ,0x7d ,0xda ,0x7e
 00018 };
-</div></pre><hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:50 2004 for Apache Portable Runtime Utility Library by
+</div></pre><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/modules.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/modules.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/modules.html (original)
+++ apr/site/trunk/docs/docs/apr-util/modules.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: Module Index</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindexHL" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>Apache Portable Runtime Utility Library Modules</h1>Here is a list of all modules:<ul>
 <li><a class="el" href="group___a_p_r___util___base64.html">Base64 Encoding</a>
@@ -17,6 +17,7 @@
 <ul>
 <li><a class="el" href="group___a_p_r___util___o_p_t___h_o_o_k.html">Optional Hook Functions</a>
 </ul>
+<li><a class="el" href="group___a_p_r___util___l_d_a_p.html">LDAP</a>
 <li><a class="el" href="group___a_p_r___util___m_d4.html">MD4 Library</a>
 <li><a class="el" href="group___a_p_r___m_d5.html">MD5 Routines</a>
 <li><a class="el" href="group___a_p_r___util___opt.html">Optional Functions</a>
@@ -29,8 +30,8 @@
 <li><a class="el" href="group___a_p_r___x_l_a_t_e.html">I18N translation library</a>
 <li><a class="el" href="group___a_p_r___util___x_m_l.html">XML</a>
 </ul>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:19 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/namespace_apache.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/namespace_apache.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/namespace_apache.html (original)
+++ apr/site/trunk/docs/docs/apr-util/namespace_apache.html Mon Feb  7 15:10:17 2005
@@ -3,9 +3,9 @@
 <title>Apache Portable Runtime Utility Library: Apache Namespace Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
-<h1><br>
+<h1>Apache Namespace Reference<br>
 <small>
 [<a class="el" href="group___a_p_r___util___x_m_l.html">XML</a>]</small>
 </h1>
@@ -16,8 +16,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 XML library 
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:19 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/namespaces.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/namespaces.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/namespaces.html (original)
+++ apr/site/trunk/docs/docs/apr-util/namespaces.html Mon Feb  7 15:10:17 2005
@@ -3,13 +3,13 @@
 <title>Apache Portable Runtime Utility Library: Namespace Index</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindexHL" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>Apache Portable Runtime Utility Library Namespace List</h1>Here is a list of all documented namespaces with brief descriptions:<table>
   <tr><td class="indexkey"><a class="el" href="namespace_apache.html">Apache</a></td><td class="indexvalue"></td></tr>
 </table>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:51 2004 for Apache Portable Runtime Utility Library by
+<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:19 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/nametab_8h-source.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/nametab_8h-source.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/nametab_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/nametab_8h-source.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: xml/expat/lib/nametab.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.3.8 -->
+<!-- Generated by Doxygen 1.3.7 -->
 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 <h1>xml/expat/lib/nametab.h</h1><pre class="fragment"><div>00001 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> namingBitmap[] = {
 00002 0x00000000, 0x00000000, 0x00000000, 0x00000000,
@@ -155,8 +155,8 @@
 00148 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 00149 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 00150 };
-</div></pre><hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:50 2004 for Apache Portable Runtime Utility Library by
+</div></pre><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 </body>
 </html>