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 2009/02/20 07:08:31 UTC

svn commit: r746159 [4/23] - in /apr/site/trunk/docs/docs: apr-util/trunk/ apr/trunk/

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__option_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__option_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__option_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__option_8h-source.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,6 +16,12 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 <h1>include/apr_ldap_option.h</h1><a href="apr__ldap__option_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -35,101 +41,101 @@
 <a name="l00021"></a>00021 <span class="preprocessor">#ifndef APR_LDAP_OPTION_H</span>
 <a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#define APR_LDAP_OPTION_H</span>
 <a name="l00023"></a>00023 <span class="preprocessor"></span>
-<a name="l00030"></a>00030 <span class="preprocessor">#include "<a class="code" href="apr__ldap_8h.html" title="APR-UTIL LDAP.">apr_ldap.h</a>"</span>
-<a name="l00031"></a>00031 
-<a name="l00032"></a>00032 <span class="preprocessor">#if APR_HAS_LDAP</span>
-<a name="l00033"></a>00033 <span class="preprocessor"></span>
-<a name="l00034"></a>00034 <span class="preprocessor">#ifdef __cplusplus</span>
-<a name="l00035"></a>00035 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
-<a name="l00036"></a>00036 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span>
-<a name="l00037"></a>00037 
-<a name="l00038"></a>00038 <span class="comment">/*</span>
-<a name="l00039"></a>00039 <span class="comment"> * The following defines handle the different TLS certificate</span>
-<a name="l00040"></a>00040 <span class="comment"> * options available. If these options are missing, APR will try and</span>
-<a name="l00041"></a>00041 <span class="comment"> * emulate support for this using the deprecated ldap_start_tls_s()</span>
-<a name="l00042"></a>00042 <span class="comment"> * function.</span>
-<a name="l00043"></a>00043 <span class="comment"> */</span>
-<a name="l00048"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#ge3eda4797aebb6dadeb5876c0f7f4b0b">00048</a> <span class="preprocessor">#define APR_LDAP_OPT_TLS 0x6fff</span>
-<a name="l00049"></a>00049 <span class="preprocessor"></span>
-<a name="l00053"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#ga36993968e0225cb175eb17039337433">00053</a> <span class="preprocessor">#define APR_LDAP_OPT_TLS_CERT 0x6ffe</span>
-<a name="l00054"></a>00054 <span class="preprocessor"></span>
-<a name="l00058"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g30949c4b417283ea02049267a5b7b1b1">00058</a> <span class="preprocessor">#define APR_LDAP_OPT_VERIFY_CERT 0x6ffd</span>
-<a name="l00059"></a>00059 <span class="preprocessor"></span>
-<a name="l00063"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#gaa1fbd408f4d18c39ef5332f8d0f4745">00063</a> <span class="preprocessor">#define APR_LDAP_OPT_REFERRALS 0x6ffc</span>
-<a name="l00064"></a>00064 <span class="preprocessor"></span>
-<a name="l00068"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g3dcf151b8758dae4ccf86d1cf26f4bfc">00068</a> <span class="preprocessor">#define APR_LDAP_OPT_REFHOPLIMIT 0x6ffb</span>
-<a name="l00069"></a>00069 <span class="preprocessor"></span>
-<a name="l00121"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g90551ccd55675410d148e1396d708585">00121</a> <span class="preprocessor">#define APR_LDAP_CA_TYPE_UNKNOWN    0</span>
-<a name="l00122"></a>00122 <span class="preprocessor"></span>
-<a name="l00123"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#gb5336a116c3881aa68ea5fe81c6cebce">00123</a> <span class="preprocessor">#define APR_LDAP_CA_TYPE_DER        1</span>
-<a name="l00124"></a>00124 <span class="preprocessor"></span>
-<a name="l00125"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g873a9f3a55f8345e79314bcff4d2da63">00125</a> <span class="preprocessor">#define APR_LDAP_CA_TYPE_BASE64     2</span>
-<a name="l00126"></a>00126 <span class="preprocessor"></span>
-<a name="l00127"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#gb52397cf2a484bf259c8057292baf277">00127</a> <span class="preprocessor">#define APR_LDAP_CA_TYPE_CERT7_DB   3</span>
-<a name="l00128"></a>00128 <span class="preprocessor"></span>
-<a name="l00129"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#ge31e900be314a4a41d6b4a80c77fc0a5">00129</a> <span class="preprocessor">#define APR_LDAP_CA_TYPE_SECMOD     4</span>
-<a name="l00130"></a>00130 <span class="preprocessor"></span>
-<a name="l00131"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g330f63f481bdd6d1a2cd11b2f00931f9">00131</a> <span class="preprocessor">#define APR_LDAP_CERT_TYPE_UNKNOWN  5</span>
-<a name="l00132"></a>00132 <span class="preprocessor"></span>
-<a name="l00133"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g83bb061671b300a894b9da953389ce5d">00133</a> <span class="preprocessor">#define APR_LDAP_CERT_TYPE_DER      6</span>
-<a name="l00134"></a>00134 <span class="preprocessor"></span>
-<a name="l00135"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g4e1047465f7938aa4f18602289dbdb75">00135</a> <span class="preprocessor">#define APR_LDAP_CERT_TYPE_BASE64   7</span>
-<a name="l00136"></a>00136 <span class="preprocessor"></span>
-<a name="l00137"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#gabac1737dbe1c96cb71087cf3225cf33">00137</a> <span class="preprocessor">#define APR_LDAP_CERT_TYPE_KEY3_DB  8</span>
-<a name="l00138"></a>00138 <span class="preprocessor"></span>
-<a name="l00139"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g126182df3d24a1144e661fd1c076de62">00139</a> <span class="preprocessor">#define APR_LDAP_CERT_TYPE_NICKNAME 9</span>
-<a name="l00140"></a>00140 <span class="preprocessor"></span>
-<a name="l00141"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g4ec017388c41432a6a255ecb28e0ae2d">00141</a> <span class="preprocessor">#define APR_LDAP_KEY_TYPE_UNKNOWN   10</span>
-<a name="l00142"></a>00142 <span class="preprocessor"></span>
-<a name="l00143"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g028ac0e4cb1e00fc43509d7d568b5495">00143</a> <span class="preprocessor">#define APR_LDAP_KEY_TYPE_DER       11</span>
-<a name="l00144"></a>00144 <span class="preprocessor"></span>
-<a name="l00145"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g13aa9e6dbfe8aa898d139bfc7ae606d1">00145</a> <span class="preprocessor">#define APR_LDAP_KEY_TYPE_BASE64    12</span>
-<a name="l00146"></a>00146 <span class="preprocessor"></span>
-<a name="l00147"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g6dda2a079c113e3d73b3dcae58b98357">00147</a> <span class="preprocessor">#define APR_LDAP_CERT_TYPE_PFX      13</span>
-<a name="l00148"></a>00148 <span class="preprocessor"></span>
-<a name="l00149"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g643e937d04527c8d0001cd4ee92102e5">00149</a> <span class="preprocessor">#define APR_LDAP_KEY_TYPE_PFX       14</span>
-<a name="l00150"></a>00150 <span class="preprocessor"></span>
-<a name="l00153"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g70f4f4bff0ed16ad8eae0f3362f34196">00153</a> <span class="preprocessor">#define APR_LDAP_CA_TYPE_CACERTDIR_BASE64 15</span>
-<a name="l00154"></a>00154 <span class="preprocessor"></span>
-<a name="l00155"></a>00155 
-<a name="l00166"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#gf933e3d717b8cf88b72bf45ff3906e24">00166</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="group___a_p_r___util___l_d_a_p.html#gf933e3d717b8cf88b72bf45ff3906e24">apr_ldap_opt_tls_cert_t</a> <a class="code" href="group___a_p_r___util___l_d_a_p.html#gf933e3d717b8cf88b72bf45ff3906e24">apr_ldap_opt_tls_cert_t</a>;
-<a name="l00167"></a>00167 <span class="keyword">struct </span><a class="code" href="group___a_p_r___util___l_d_a_p.html#gf933e3d717b8cf88b72bf45ff3906e24">apr_ldap_opt_tls_cert_t</a> {
-<a name="l00168"></a>00168     <span class="keywordtype">int</span> type;
-<a name="l00169"></a>00169     <span class="keyword">const</span> <span class="keywordtype">char</span> *path;
-<a name="l00170"></a>00170     <span class="keyword">const</span> <span class="keywordtype">char</span> *password;
-<a name="l00171"></a>00171 };
-<a name="l00172"></a>00172 
-<a name="l00198"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g005b3c879760af5d38f9dbd2e910c695">00198</a> <span class="preprocessor">#define APR_LDAP_NONE 0</span>
-<a name="l00199"></a>00199 <span class="preprocessor"></span>
-<a name="l00200"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g5e7057df19b0271f8776db8d9a5be863">00200</a> <span class="preprocessor">#define APR_LDAP_SSL 1</span>
-<a name="l00201"></a>00201 <span class="preprocessor"></span>
-<a name="l00202"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#ge3b6991b3392ca2061bad18a13a2802f">00202</a> <span class="preprocessor">#define APR_LDAP_STARTTLS 2</span>
-<a name="l00203"></a>00203 <span class="preprocessor"></span>
-<a name="l00204"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#gf3b98ab3a6da25e4f3d1a4ed17106960">00204</a> <span class="preprocessor">#define APR_LDAP_STOPTLS 3</span>
-<a name="l00205"></a>00205 <span class="preprocessor"></span>
-<a name="l00218"></a>00218 APU_DECLARE_LDAP(<span class="keywordtype">int</span>) <a class="code" href="group___a_p_r___util___l_d_a_p.html#gaeff4c9127a45e467490f8fb7648e946">apr_ldap_get_option</a>(apr_pool_t *pool,
-<a name="l00219"></a>00219                                           LDAP *ldap,
-<a name="l00220"></a>00220                                           <span class="keywordtype">int</span> option,
-<a name="l00221"></a>00221                                           <span class="keywordtype">void</span> *outvalue,
-<a name="l00222"></a>00222                                           <a class="code" href="structapr__ldap__err__t.html">apr_ldap_err_t</a> **result_err);
-<a name="l00223"></a>00223 
-<a name="l00240"></a>00240 APU_DECLARE_LDAP(<span class="keywordtype">int</span>) <a class="code" href="group___a_p_r___util___l_d_a_p.html#gda266c693bc5ad7a336bd3965a09b7ba">apr_ldap_set_option</a>(apr_pool_t *pool,
-<a name="l00241"></a>00241                                           LDAP *ldap,
-<a name="l00242"></a>00242                                           <span class="keywordtype">int</span> option,
-<a name="l00243"></a>00243                                           const <span class="keywordtype">void</span> *invalue,
-<a name="l00244"></a>00244                                           <a class="code" href="structapr__ldap__err__t.html">apr_ldap_err_t</a> **result_err);
-<a name="l00245"></a>00245 
-<a name="l00246"></a>00246 <span class="preprocessor">#ifdef __cplusplus</span>
-<a name="l00247"></a>00247 <span class="preprocessor"></span>}
-<a name="l00248"></a>00248 <span class="preprocessor">#endif</span>
-<a name="l00249"></a>00249 <span class="preprocessor"></span>
-<a name="l00250"></a>00250 <span class="preprocessor">#endif </span><span class="comment">/* APR_HAS_LDAP */</span>
-<a name="l00251"></a>00251 
-<a name="l00254"></a>00254 <span class="preprocessor">#endif </span><span class="comment">/* APR_LDAP_OPTION_H */</span>
-<a name="l00255"></a>00255 
+<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="apr__ldap_8h.html" title="APR-UTIL LDAP.">apr_ldap.h</a>"</span>
+<a name="l00030"></a>00030 
+<a name="l00031"></a>00031 <span class="preprocessor">#if APR_HAS_LDAP</span>
+<a name="l00032"></a>00032 <span class="preprocessor"></span>
+<a name="l00033"></a>00033 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00034"></a>00034 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
+<a name="l00035"></a>00035 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span>
+<a name="l00036"></a>00036 
+<a name="l00037"></a>00037 <span class="comment">/*</span>
+<a name="l00038"></a>00038 <span class="comment"> * The following defines handle the different TLS certificate</span>
+<a name="l00039"></a>00039 <span class="comment"> * options available. If these options are missing, APR will try and</span>
+<a name="l00040"></a>00040 <span class="comment"> * emulate support for this using the deprecated ldap_start_tls_s()</span>
+<a name="l00041"></a>00041 <span class="comment"> * function.</span>
+<a name="l00042"></a>00042 <span class="comment"> */</span>
+<a name="l00047"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#ge3eda4797aebb6dadeb5876c0f7f4b0b">00047</a> <span class="preprocessor">#define APR_LDAP_OPT_TLS 0x6fff</span>
+<a name="l00048"></a>00048 <span class="preprocessor"></span>
+<a name="l00052"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#ga36993968e0225cb175eb17039337433">00052</a> <span class="preprocessor">#define APR_LDAP_OPT_TLS_CERT 0x6ffe</span>
+<a name="l00053"></a>00053 <span class="preprocessor"></span>
+<a name="l00057"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g30949c4b417283ea02049267a5b7b1b1">00057</a> <span class="preprocessor">#define APR_LDAP_OPT_VERIFY_CERT 0x6ffd</span>
+<a name="l00058"></a>00058 <span class="preprocessor"></span>
+<a name="l00062"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#gaa1fbd408f4d18c39ef5332f8d0f4745">00062</a> <span class="preprocessor">#define APR_LDAP_OPT_REFERRALS 0x6ffc</span>
+<a name="l00063"></a>00063 <span class="preprocessor"></span>
+<a name="l00067"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g3dcf151b8758dae4ccf86d1cf26f4bfc">00067</a> <span class="preprocessor">#define APR_LDAP_OPT_REFHOPLIMIT 0x6ffb</span>
+<a name="l00068"></a>00068 <span class="preprocessor"></span>
+<a name="l00120"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g90551ccd55675410d148e1396d708585">00120</a> <span class="preprocessor">#define APR_LDAP_CA_TYPE_UNKNOWN    0</span>
+<a name="l00121"></a>00121 <span class="preprocessor"></span>
+<a name="l00122"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#gb5336a116c3881aa68ea5fe81c6cebce">00122</a> <span class="preprocessor">#define APR_LDAP_CA_TYPE_DER        1</span>
+<a name="l00123"></a>00123 <span class="preprocessor"></span>
+<a name="l00124"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g873a9f3a55f8345e79314bcff4d2da63">00124</a> <span class="preprocessor">#define APR_LDAP_CA_TYPE_BASE64     2</span>
+<a name="l00125"></a>00125 <span class="preprocessor"></span>
+<a name="l00126"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#gb52397cf2a484bf259c8057292baf277">00126</a> <span class="preprocessor">#define APR_LDAP_CA_TYPE_CERT7_DB   3</span>
+<a name="l00127"></a>00127 <span class="preprocessor"></span>
+<a name="l00128"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#ge31e900be314a4a41d6b4a80c77fc0a5">00128</a> <span class="preprocessor">#define APR_LDAP_CA_TYPE_SECMOD     4</span>
+<a name="l00129"></a>00129 <span class="preprocessor"></span>
+<a name="l00130"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g330f63f481bdd6d1a2cd11b2f00931f9">00130</a> <span class="preprocessor">#define APR_LDAP_CERT_TYPE_UNKNOWN  5</span>
+<a name="l00131"></a>00131 <span class="preprocessor"></span>
+<a name="l00132"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g83bb061671b300a894b9da953389ce5d">00132</a> <span class="preprocessor">#define APR_LDAP_CERT_TYPE_DER      6</span>
+<a name="l00133"></a>00133 <span class="preprocessor"></span>
+<a name="l00134"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g4e1047465f7938aa4f18602289dbdb75">00134</a> <span class="preprocessor">#define APR_LDAP_CERT_TYPE_BASE64   7</span>
+<a name="l00135"></a>00135 <span class="preprocessor"></span>
+<a name="l00136"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#gabac1737dbe1c96cb71087cf3225cf33">00136</a> <span class="preprocessor">#define APR_LDAP_CERT_TYPE_KEY3_DB  8</span>
+<a name="l00137"></a>00137 <span class="preprocessor"></span>
+<a name="l00138"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g126182df3d24a1144e661fd1c076de62">00138</a> <span class="preprocessor">#define APR_LDAP_CERT_TYPE_NICKNAME 9</span>
+<a name="l00139"></a>00139 <span class="preprocessor"></span>
+<a name="l00140"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g4ec017388c41432a6a255ecb28e0ae2d">00140</a> <span class="preprocessor">#define APR_LDAP_KEY_TYPE_UNKNOWN   10</span>
+<a name="l00141"></a>00141 <span class="preprocessor"></span>
+<a name="l00142"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g028ac0e4cb1e00fc43509d7d568b5495">00142</a> <span class="preprocessor">#define APR_LDAP_KEY_TYPE_DER       11</span>
+<a name="l00143"></a>00143 <span class="preprocessor"></span>
+<a name="l00144"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g13aa9e6dbfe8aa898d139bfc7ae606d1">00144</a> <span class="preprocessor">#define APR_LDAP_KEY_TYPE_BASE64    12</span>
+<a name="l00145"></a>00145 <span class="preprocessor"></span>
+<a name="l00146"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g6dda2a079c113e3d73b3dcae58b98357">00146</a> <span class="preprocessor">#define APR_LDAP_CERT_TYPE_PFX      13</span>
+<a name="l00147"></a>00147 <span class="preprocessor"></span>
+<a name="l00148"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g643e937d04527c8d0001cd4ee92102e5">00148</a> <span class="preprocessor">#define APR_LDAP_KEY_TYPE_PFX       14</span>
+<a name="l00149"></a>00149 <span class="preprocessor"></span>
+<a name="l00152"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g70f4f4bff0ed16ad8eae0f3362f34196">00152</a> <span class="preprocessor">#define APR_LDAP_CA_TYPE_CACERTDIR_BASE64 15</span>
+<a name="l00153"></a>00153 <span class="preprocessor"></span>
+<a name="l00154"></a>00154 
+<a name="l00165"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#gf933e3d717b8cf88b72bf45ff3906e24">00165</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="group___a_p_r___util___l_d_a_p.html#gf933e3d717b8cf88b72bf45ff3906e24">apr_ldap_opt_tls_cert_t</a> <a class="code" href="group___a_p_r___util___l_d_a_p.html#gf933e3d717b8cf88b72bf45ff3906e24">apr_ldap_opt_tls_cert_t</a>;
+<a name="l00166"></a>00166 <span class="keyword">struct </span><a class="code" href="group___a_p_r___util___l_d_a_p.html#gf933e3d717b8cf88b72bf45ff3906e24">apr_ldap_opt_tls_cert_t</a> {
+<a name="l00167"></a>00167     <span class="keywordtype">int</span> type;
+<a name="l00168"></a>00168     <span class="keyword">const</span> <span class="keywordtype">char</span> *path;
+<a name="l00169"></a>00169     <span class="keyword">const</span> <span class="keywordtype">char</span> *password;
+<a name="l00170"></a>00170 };
+<a name="l00171"></a>00171 
+<a name="l00197"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g005b3c879760af5d38f9dbd2e910c695">00197</a> <span class="preprocessor">#define APR_LDAP_NONE 0</span>
+<a name="l00198"></a>00198 <span class="preprocessor"></span>
+<a name="l00199"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#g5e7057df19b0271f8776db8d9a5be863">00199</a> <span class="preprocessor">#define APR_LDAP_SSL 1</span>
+<a name="l00200"></a>00200 <span class="preprocessor"></span>
+<a name="l00201"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#ge3b6991b3392ca2061bad18a13a2802f">00201</a> <span class="preprocessor">#define APR_LDAP_STARTTLS 2</span>
+<a name="l00202"></a>00202 <span class="preprocessor"></span>
+<a name="l00203"></a><a class="code" href="group___a_p_r___util___l_d_a_p.html#gf3b98ab3a6da25e4f3d1a4ed17106960">00203</a> <span class="preprocessor">#define APR_LDAP_STOPTLS 3</span>
+<a name="l00204"></a>00204 <span class="preprocessor"></span>
+<a name="l00217"></a>00217 APU_DECLARE_LDAP(<span class="keywordtype">int</span>) <a class="code" href="group___a_p_r___util___l_d_a_p.html#gaeff4c9127a45e467490f8fb7648e946">apr_ldap_get_option</a>(apr_pool_t *pool,
+<a name="l00218"></a>00218                                           LDAP *ldap,
+<a name="l00219"></a>00219                                           <span class="keywordtype">int</span> option,
+<a name="l00220"></a>00220                                           <span class="keywordtype">void</span> *outvalue,
+<a name="l00221"></a>00221                                           <a class="code" href="structapr__ldap__err__t.html">apr_ldap_err_t</a> **result_err);
+<a name="l00222"></a>00222 
+<a name="l00239"></a>00239 APU_DECLARE_LDAP(<span class="keywordtype">int</span>) <a class="code" href="group___a_p_r___util___l_d_a_p.html#gda266c693bc5ad7a336bd3965a09b7ba">apr_ldap_set_option</a>(apr_pool_t *pool,
+<a name="l00240"></a>00240                                           LDAP *ldap,
+<a name="l00241"></a>00241                                           <span class="keywordtype">int</span> option,
+<a name="l00242"></a>00242                                           const <span class="keywordtype">void</span> *invalue,
+<a name="l00243"></a>00243                                           <a class="code" href="structapr__ldap__err__t.html">apr_ldap_err_t</a> **result_err);
+<a name="l00244"></a>00244 
+<a name="l00245"></a>00245 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00246"></a>00246 <span class="preprocessor"></span>}
+<a name="l00247"></a>00247 <span class="preprocessor">#endif</span>
+<a name="l00248"></a>00248 <span class="preprocessor"></span>
+<a name="l00249"></a>00249 <span class="preprocessor">#endif </span><span class="comment">/* APR_HAS_LDAP */</span>
+<a name="l00250"></a>00250 
+<a name="l00253"></a>00253 <span class="preprocessor">#endif </span><span class="comment">/* APR_LDAP_OPTION_H */</span>
+<a name="l00254"></a>00254 
 </pre></div></div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__option_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__option_8h.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__option_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__option_8h.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,9 +16,16 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 </div>
 <div class="contents">
-<h1>include/apr_ldap_option.h File Reference</h1>APR-UTIL LDAP ldap_*_option() functions. <a href="#_details">More...</a>
+<h1>include/apr_ldap_option.h File Reference</h1>APR-UTIL LDAP ldap_*_option() functions.  
+<a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr__ldap_8h-source.html">apr_ldap.h</a>&quot;</code><br>
 
@@ -80,7 +87,7 @@
 <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___l_d_a_p.html#gf3b98ab3a6da25e4f3d1a4ed17106960">APR_LDAP_STOPTLS</a>&nbsp;&nbsp;&nbsp;3</td></tr>
 
 <tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <br>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <br class="typebreak">
 <a class="el" href="group___a_p_r___util___l_d_a_p.html#gf933e3d717b8cf88b72bf45ff3906e24">apr_ldap_opt_tls_cert_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___l_d_a_p.html#gf933e3d717b8cf88b72bf45ff3906e24">apr_ldap_opt_tls_cert_t</a></td></tr>
 
 <tr><td colspan="2"><br><h2>Functions</h2></td></tr>
@@ -93,8 +100,8 @@
 APR-UTIL LDAP ldap_*_option() functions. 
 <p>
 </div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__rebind_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__rebind_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__rebind_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__rebind_8h-source.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,7 +16,13 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
-<h1>include/apr_ldap_rebind.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+<h1>include/apr_ldap_rebind.h</h1><a href="apr__ldap__rebind_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
 <a name="l00004"></a>00004 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
@@ -35,28 +41,32 @@
 <a name="l00028"></a>00028 <span class="preprocessor">#ifndef APU_LDAP_REBIND_H</span>
 <a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor">#define APU_LDAP_REBIND_H</span>
 <a name="l00030"></a>00030 <span class="preprocessor"></span>
-<a name="l00031"></a>00031 <span class="comment">/*</span>
-<a name="l00032"></a>00032 <span class="comment"> * Handle the case when LDAP is enabled</span>
-<a name="l00033"></a>00033 <span class="comment"> */</span>
-<a name="l00034"></a>00034 <span class="preprocessor">#if APR_HAS_LDAP</span>
-<a name="l00035"></a>00035 <span class="preprocessor"></span>
-<a name="l00042"></a>00042 APU_DECLARE_LDAP(apr_status_t) apr_ldap_rebind_init(apr_pool_t *pool);
-<a name="l00043"></a>00043 
-<a name="l00044"></a>00044 
-<a name="l00066"></a>00066 APU_DECLARE_LDAP(apr_status_t) apr_ldap_rebind_add(apr_pool_t *pool,
-<a name="l00067"></a>00067                                                    LDAP *ld,
-<a name="l00068"></a>00068                                                    const <span class="keywordtype">char</span> *bindDN,
-<a name="l00069"></a>00069                                                    const <span class="keywordtype">char</span> *bindPW);
-<a name="l00070"></a>00070 
-<a name="l00082"></a>00082 APU_DECLARE_LDAP(apr_status_t) apr_ldap_rebind_remove(LDAP *ld);
-<a name="l00083"></a>00083 
-<a name="l00084"></a>00084 <span class="preprocessor">#endif </span><span class="comment">/* APR_HAS_LDAP */</span>
-<a name="l00085"></a>00085 
-<a name="l00086"></a>00086 <span class="preprocessor">#endif </span><span class="comment">/* APU_LDAP_REBIND_H */</span>
-<a name="l00087"></a>00087 
+<a name="l00036"></a>00036 <span class="preprocessor">#if defined(DOXYGEN)</span>
+<a name="l00037"></a>00037 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="apr__ldap_8h.html" title="APR-UTIL LDAP.">apr_ldap.h</a>"</span>
+<a name="l00038"></a>00038 <span class="preprocessor">#endif</span>
+<a name="l00039"></a>00039 <span class="preprocessor"></span>
+<a name="l00040"></a>00040 <span class="comment">/*</span>
+<a name="l00041"></a>00041 <span class="comment"> * Handle the case when LDAP is enabled</span>
+<a name="l00042"></a>00042 <span class="comment"> */</span>
+<a name="l00043"></a>00043 <span class="preprocessor">#if APR_HAS_LDAP</span>
+<a name="l00044"></a>00044 <span class="preprocessor"></span>
+<a name="l00051"></a>00051 APU_DECLARE_LDAP(apr_status_t) <a class="code" href="group___a_p_r___util___l_d_a_p.html#g465eeada97b097be91505534a319a001">apr_ldap_rebind_init</a>(apr_pool_t *pool);
+<a name="l00052"></a>00052 
+<a name="l00053"></a>00053 
+<a name="l00075"></a>00075 APU_DECLARE_LDAP(apr_status_t) <a class="code" href="group___a_p_r___util___l_d_a_p.html#gadf4bef6259aa733246e767cddde80ef">apr_ldap_rebind_add</a>(apr_pool_t *pool,
+<a name="l00076"></a>00076                                                    LDAP *ld,
+<a name="l00077"></a>00077                                                    const <span class="keywordtype">char</span> *bindDN,
+<a name="l00078"></a>00078                                                    const <span class="keywordtype">char</span> *bindPW);
+<a name="l00079"></a>00079 
+<a name="l00091"></a>00091 APU_DECLARE_LDAP(apr_status_t) <a class="code" href="group___a_p_r___util___l_d_a_p.html#gab75697e70fef5dbf5dfe272ea25630a">apr_ldap_rebind_remove</a>(LDAP *ld);
+<a name="l00092"></a>00092 
+<a name="l00093"></a>00093 <span class="preprocessor">#endif </span><span class="comment">/* APR_HAS_LDAP */</span>
+<a name="l00094"></a>00094 
+<a name="l00097"></a>00097 <span class="preprocessor">#endif </span><span class="comment">/* APU_LDAP_REBIND_H */</span>
+<a name="l00098"></a>00098 
 </pre></div></div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Added: apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__rebind_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__rebind_8h.html?rev=746159&view=auto
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__rebind_8h.html (added)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__rebind_8h.html Fri Feb 20 06:08:22 2009
@@ -0,0 +1,52 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>Apache Portable Runtime Utility Library: include/apr_ldap_rebind.h File Reference</title>
+<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.7.1 -->
+<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>
+      <li class="current"><a href="files.html"><span>Files</span></a></li>
+    </ul>
+  </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
+</div>
+<div class="contents">
+<h1>include/apr_ldap_rebind.h File Reference</h1><a class="el" href="namespace_apache.html">Apache</a> LDAP library.  
+<a href="#_details">More...</a>
+<p>
+<code>#include &quot;<a class="el" href="apr__ldap_8h-source.html">apr_ldap.h</a>&quot;</code><br>
+
+<p>
+<a href="apr__ldap__rebind_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">apr_status_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___l_d_a_p.html#g465eeada97b097be91505534a319a001">apr_ldap_rebind_init</a> (apr_pool_t *pool)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">apr_status_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___l_d_a_p.html#gadf4bef6259aa733246e767cddde80ef">apr_ldap_rebind_add</a> (apr_pool_t *pool, LDAP *ld, const char *bindDN, const char *bindPW)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">apr_status_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___l_d_a_p.html#gab75697e70fef5dbf5dfe272ea25630a">apr_ldap_rebind_remove</a> (LDAP *ld)</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+<a class="el" href="namespace_apache.html">Apache</a> LDAP library. 
+<p>
+The APR LDAP rebind functions provide an implementation of a rebind procedure that can be used to allow clients to chase referrals, using the same credentials used to log in originally.<p>
+Use of this implementation is optional. </div>
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.7.1 </small></address>
+</body>
+</html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__url_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__url_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__url_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__url_8h-source.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,6 +16,12 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 <h1>include/apr_ldap_url.h</h1><a href="apr__ldap__url_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -35,68 +41,72 @@
 <a name="l00021"></a>00021 <span class="preprocessor">#ifndef APR_LDAP_URL_H</span>
 <a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#define APR_LDAP_URL_H</span>
 <a name="l00023"></a>00023 <span class="preprocessor"></span>
-<a name="l00030"></a>00030 <span class="preprocessor">#if APR_HAS_LDAP</span>
-<a name="l00031"></a>00031 <span class="preprocessor"></span>
-<a name="l00032"></a>00032 <span class="preprocessor">#include "apu.h"</span>
-<a name="l00033"></a>00033 <span class="preprocessor">#include "apr_pools.h"</span>
-<a name="l00034"></a>00034 
-<a name="l00035"></a>00035 <span class="preprocessor">#ifdef __cplusplus</span>
-<a name="l00036"></a>00036 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
-<a name="l00037"></a>00037 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span>
-<a name="l00038"></a>00038 
-<a name="l00040"></a>00040 <span class="keyword">typedef</span> <span class="keyword">struct </span>apr_ldap_url_desc_t {
-<a name="l00041"></a>00041     <span class="keyword">struct  </span>apr_ldap_url_desc_t  *lud_next;
-<a name="l00042"></a>00042     <span class="keywordtype">char</span>    *lud_scheme;
-<a name="l00043"></a>00043     <span class="keywordtype">char</span>    *lud_host;
-<a name="l00044"></a>00044     <span class="keywordtype">int</span>     lud_port;
-<a name="l00045"></a>00045     <span class="keywordtype">char</span>    *lud_dn;
-<a name="l00046"></a>00046     <span class="keywordtype">char</span>    **lud_attrs;
-<a name="l00047"></a>00047     <span class="keywordtype">int</span>     lud_scope;
-<a name="l00048"></a>00048     <span class="keywordtype">char</span>    *lud_filter;
-<a name="l00049"></a>00049     <span class="keywordtype">char</span>    **lud_exts;
-<a name="l00050"></a>00050     <span class="keywordtype">int</span>     lud_crit_exts;
-<a name="l00051"></a>00051 } apr_ldap_url_desc_t;
-<a name="l00052"></a>00052 
-<a name="l00053"></a>00053 <span class="preprocessor">#ifndef APR_LDAP_URL_SUCCESS</span>
-<a name="l00054"></a>00054 <span class="preprocessor"></span><span class="preprocessor">#define APR_LDAP_URL_SUCCESS          0x00    </span><span class="comment">/* Success */</span>
-<a name="l00055"></a>00055 <span class="preprocessor">#define APR_LDAP_URL_ERR_MEM          0x01    </span><span class="comment">/* can't allocate memory space */</span>
-<a name="l00056"></a>00056 <span class="preprocessor">#define APR_LDAP_URL_ERR_PARAM        0x02    </span><span class="comment">/* parameter is bad */</span>
-<a name="l00057"></a>00057 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADSCHEME    0x03    </span><span class="comment">/* URL doesn't begin with "ldap[si]://" */</span>
-<a name="l00058"></a>00058 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADENCLOSURE 0x04    </span><span class="comment">/* URL is missing trailing "&gt;" */</span>
-<a name="l00059"></a>00059 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADURL       0x05    </span><span class="comment">/* URL is bad */</span>
-<a name="l00060"></a>00060 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADHOST      0x06    </span><span class="comment">/* host port is bad */</span>
-<a name="l00061"></a>00061 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADATTRS     0x07    </span><span class="comment">/* bad (or missing) attributes */</span>
-<a name="l00062"></a>00062 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADSCOPE     0x08    </span><span class="comment">/* scope string is invalid (or missing) */</span>
-<a name="l00063"></a>00063 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADFILTER    0x09    </span><span class="comment">/* bad or missing filter */</span>
-<a name="l00064"></a>00064 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADEXTS      0x0a    </span><span class="comment">/* bad or missing extensions */</span>
-<a name="l00065"></a>00065 <span class="preprocessor">#endif</span>
-<a name="l00066"></a>00066 <span class="preprocessor"></span>
-<a name="l00071"></a>00071 APU_DECLARE(<span class="keywordtype">int</span>) apr_ldap_is_ldap_url(const <span class="keywordtype">char</span> *url);
-<a name="l00072"></a>00072 
-<a name="l00077"></a>00077 APU_DECLARE(<span class="keywordtype">int</span>) apr_ldap_is_ldaps_url(const <span class="keywordtype">char</span> *url);
-<a name="l00078"></a>00078 
-<a name="l00083"></a>00083 APU_DECLARE(<span class="keywordtype">int</span>) apr_ldap_is_ldapi_url(const <span class="keywordtype">char</span> *url);
-<a name="l00084"></a>00084 
-<a name="l00092"></a>00092 APU_DECLARE(<span class="keywordtype">int</span>) apr_ldap_url_parse_ext(apr_pool_t *pool,
-<a name="l00093"></a>00093                                         const <span class="keywordtype">char</span> *url_in,
-<a name="l00094"></a>00094                                         apr_ldap_url_desc_t **ludpp,
-<a name="l00095"></a>00095                                         <a class="code" href="structapr__ldap__err__t.html">apr_ldap_err_t</a> **result_err);
-<a name="l00096"></a>00096 
-<a name="l00104"></a>00104 APU_DECLARE(<span class="keywordtype">int</span>) apr_ldap_url_parse(apr_pool_t *pool,
-<a name="l00105"></a>00105                                     const <span class="keywordtype">char</span> *url_in,
-<a name="l00106"></a>00106                                     apr_ldap_url_desc_t **ludpp,
-<a name="l00107"></a>00107                                     <a class="code" href="structapr__ldap__err__t.html">apr_ldap_err_t</a> **result_err);
-<a name="l00108"></a>00108 
-<a name="l00109"></a>00109 <span class="preprocessor">#ifdef __cplusplus</span>
-<a name="l00110"></a>00110 <span class="preprocessor"></span>}
-<a name="l00111"></a>00111 <span class="preprocessor">#endif</span>
-<a name="l00112"></a>00112 <span class="preprocessor"></span>
-<a name="l00113"></a>00113 <span class="preprocessor">#endif </span><span class="comment">/* APR_HAS_LDAP */</span>
-<a name="l00114"></a>00114 
-<a name="l00117"></a>00117 <span class="preprocessor">#endif </span><span class="comment">/* APR_LDAP_URL_H */</span>
+<a name="l00029"></a>00029 <span class="preprocessor">#if defined(DOXYGEN)</span>
+<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="apr__ldap_8h.html" title="APR-UTIL LDAP.">apr_ldap.h</a>"</span>
+<a name="l00031"></a>00031 <span class="preprocessor">#endif</span>
+<a name="l00032"></a>00032 <span class="preprocessor"></span>
+<a name="l00033"></a>00033 <span class="preprocessor">#if APR_HAS_LDAP</span>
+<a name="l00034"></a>00034 <span class="preprocessor"></span>
+<a name="l00035"></a>00035 <span class="preprocessor">#include "apu.h"</span>
+<a name="l00036"></a>00036 <span class="preprocessor">#include "apr_pools.h"</span>
+<a name="l00037"></a>00037 
+<a name="l00038"></a>00038 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00039"></a>00039 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
+<a name="l00040"></a>00040 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span>
+<a name="l00041"></a>00041 
+<a name="l00043"></a><a class="code" href="structapr__ldap__url__desc__t.html">00043</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structapr__ldap__url__desc__t.html">apr_ldap_url_desc_t</a> {
+<a name="l00044"></a>00044     <span class="keyword">struct  </span><a class="code" href="structapr__ldap__url__desc__t.html">apr_ldap_url_desc_t</a>  *lud_next;
+<a name="l00045"></a>00045     <span class="keywordtype">char</span>    *lud_scheme;
+<a name="l00046"></a>00046     <span class="keywordtype">char</span>    *lud_host;
+<a name="l00047"></a>00047     <span class="keywordtype">int</span>     lud_port;
+<a name="l00048"></a>00048     <span class="keywordtype">char</span>    *lud_dn;
+<a name="l00049"></a>00049     <span class="keywordtype">char</span>    **lud_attrs;
+<a name="l00050"></a>00050     <span class="keywordtype">int</span>     lud_scope;
+<a name="l00051"></a>00051     <span class="keywordtype">char</span>    *lud_filter;
+<a name="l00052"></a>00052     <span class="keywordtype">char</span>    **lud_exts;
+<a name="l00053"></a>00053     <span class="keywordtype">int</span>     lud_crit_exts;
+<a name="l00054"></a>00054 } <a class="code" href="structapr__ldap__url__desc__t.html">apr_ldap_url_desc_t</a>;
+<a name="l00055"></a>00055 
+<a name="l00056"></a>00056 <span class="preprocessor">#ifndef APR_LDAP_URL_SUCCESS</span>
+<a name="l00057"></a>00057 <span class="preprocessor"></span><span class="preprocessor">#define APR_LDAP_URL_SUCCESS          0x00    </span><span class="comment">/* Success */</span>
+<a name="l00058"></a>00058 <span class="preprocessor">#define APR_LDAP_URL_ERR_MEM          0x01    </span><span class="comment">/* can't allocate memory space */</span>
+<a name="l00059"></a>00059 <span class="preprocessor">#define APR_LDAP_URL_ERR_PARAM        0x02    </span><span class="comment">/* parameter is bad */</span>
+<a name="l00060"></a>00060 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADSCHEME    0x03    </span><span class="comment">/* URL doesn't begin with "ldap[si]://" */</span>
+<a name="l00061"></a>00061 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADENCLOSURE 0x04    </span><span class="comment">/* URL is missing trailing "&gt;" */</span>
+<a name="l00062"></a>00062 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADURL       0x05    </span><span class="comment">/* URL is bad */</span>
+<a name="l00063"></a>00063 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADHOST      0x06    </span><span class="comment">/* host port is bad */</span>
+<a name="l00064"></a>00064 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADATTRS     0x07    </span><span class="comment">/* bad (or missing) attributes */</span>
+<a name="l00065"></a>00065 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADSCOPE     0x08    </span><span class="comment">/* scope string is invalid (or missing) */</span>
+<a name="l00066"></a>00066 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADFILTER    0x09    </span><span class="comment">/* bad or missing filter */</span>
+<a name="l00067"></a>00067 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADEXTS      0x0a    </span><span class="comment">/* bad or missing extensions */</span>
+<a name="l00068"></a>00068 <span class="preprocessor">#endif</span>
+<a name="l00069"></a>00069 <span class="preprocessor"></span>
+<a name="l00074"></a>00074 APU_DECLARE(<span class="keywordtype">int</span>) <a class="code" href="group___a_p_r___util___l_d_a_p.html#g5b250f15fb43aca8af398895468acd8d">apr_ldap_is_ldap_url</a>(const <span class="keywordtype">char</span> *url);
+<a name="l00075"></a>00075 
+<a name="l00080"></a>00080 APU_DECLARE(<span class="keywordtype">int</span>) <a class="code" href="group___a_p_r___util___l_d_a_p.html#g89a664cdea8cdb01b8f1fb08fda8ad7b">apr_ldap_is_ldaps_url</a>(const <span class="keywordtype">char</span> *url);
+<a name="l00081"></a>00081 
+<a name="l00086"></a>00086 APU_DECLARE(<span class="keywordtype">int</span>) <a class="code" href="group___a_p_r___util___l_d_a_p.html#g5fa89f0ea59cdbe46396b1a7a16b8ffa">apr_ldap_is_ldapi_url</a>(const <span class="keywordtype">char</span> *url);
+<a name="l00087"></a>00087 
+<a name="l00095"></a>00095 APU_DECLARE(<span class="keywordtype">int</span>) <a class="code" href="group___a_p_r___util___l_d_a_p.html#g64e084c1ee8bc04a58f08a6aedd340fb">apr_ldap_url_parse_ext</a>(apr_pool_t *pool,
+<a name="l00096"></a>00096                                         const <span class="keywordtype">char</span> *url_in,
+<a name="l00097"></a>00097                                         <a class="code" href="structapr__ldap__url__desc__t.html">apr_ldap_url_desc_t</a> **ludpp,
+<a name="l00098"></a>00098                                         <a class="code" href="structapr__ldap__err__t.html">apr_ldap_err_t</a> **result_err);
+<a name="l00099"></a>00099 
+<a name="l00107"></a>00107 APU_DECLARE(<span class="keywordtype">int</span>) <a class="code" href="group___a_p_r___util___l_d_a_p.html#g5cd5764d74a2b9f6fdbd3706ef467f04">apr_ldap_url_parse</a>(apr_pool_t *pool,
+<a name="l00108"></a>00108                                     const <span class="keywordtype">char</span> *url_in,
+<a name="l00109"></a>00109                                     <a class="code" href="structapr__ldap__url__desc__t.html">apr_ldap_url_desc_t</a> **ludpp,
+<a name="l00110"></a>00110                                     <a class="code" href="structapr__ldap__err__t.html">apr_ldap_err_t</a> **result_err);
+<a name="l00111"></a>00111 
+<a name="l00112"></a>00112 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00113"></a>00113 <span class="preprocessor"></span>}
+<a name="l00114"></a>00114 <span class="preprocessor">#endif</span>
+<a name="l00115"></a>00115 <span class="preprocessor"></span>
+<a name="l00116"></a>00116 <span class="preprocessor">#endif </span><span class="comment">/* APR_HAS_LDAP */</span>
+<a name="l00117"></a>00117 
+<a name="l00120"></a>00120 <span class="preprocessor">#endif </span><span class="comment">/* APR_LDAP_URL_H */</span>
 </pre></div></div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__url_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__url_8h.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__url_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__ldap__url_8h.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,23 +16,79 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 </div>
 <div class="contents">
-<h1>include/apr_ldap_url.h File Reference</h1>APR-UTIL LDAP ldap_init() functions. <a href="#_details">More...</a>
+<h1>include/apr_ldap_url.h File Reference</h1>APR-UTIL LDAP ldap_init() functions.  
+<a href="#_details">More...</a>
 <p>
+<code>#include &quot;<a class="el" href="apr__ldap_8h-source.html">apr_ldap.h</a>&quot;</code><br>
 <code>#include &quot;apu.h&quot;</code><br>
 <code>#include &quot;apr_pools.h&quot;</code><br>
 
 <p>
 <a href="apr__ldap__url_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
 <tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapr__ldap__url__desc__t.html">apr_ldap_url_desc_t</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g807a1fdbd8bab8f0fdbe24dfa7b3d75c"></a><!-- doxytag: member="apr_ldap_url.h::APR_LDAP_URL_SUCCESS" ref="g807a1fdbd8bab8f0fdbe24dfa7b3d75c" args="" -->
+#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>APR_LDAP_URL_SUCCESS</b>&nbsp;&nbsp;&nbsp;0x00</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2c5870d53f5ab3af571ea3c7726bc8f2"></a><!-- doxytag: member="apr_ldap_url.h::APR_LDAP_URL_ERR_MEM" ref="g2c5870d53f5ab3af571ea3c7726bc8f2" args="" -->
+#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>APR_LDAP_URL_ERR_MEM</b>&nbsp;&nbsp;&nbsp;0x01</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gaef0994756f33c61097d8b32e841906b"></a><!-- doxytag: member="apr_ldap_url.h::APR_LDAP_URL_ERR_PARAM" ref="gaef0994756f33c61097d8b32e841906b" args="" -->
+#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>APR_LDAP_URL_ERR_PARAM</b>&nbsp;&nbsp;&nbsp;0x02</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb2990c08629393e5f2ee286392ca51e2"></a><!-- doxytag: member="apr_ldap_url.h::APR_LDAP_URL_ERR_BADSCHEME" ref="gb2990c08629393e5f2ee286392ca51e2" args="" -->
+#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>APR_LDAP_URL_ERR_BADSCHEME</b>&nbsp;&nbsp;&nbsp;0x03</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gde64b49bb5a6e740b0bc75c864141729"></a><!-- doxytag: member="apr_ldap_url.h::APR_LDAP_URL_ERR_BADENCLOSURE" ref="gde64b49bb5a6e740b0bc75c864141729" args="" -->
+#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>APR_LDAP_URL_ERR_BADENCLOSURE</b>&nbsp;&nbsp;&nbsp;0x04</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3b441e6d1a18c1859fc908a71698d8ef"></a><!-- doxytag: member="apr_ldap_url.h::APR_LDAP_URL_ERR_BADURL" ref="g3b441e6d1a18c1859fc908a71698d8ef" args="" -->
+#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>APR_LDAP_URL_ERR_BADURL</b>&nbsp;&nbsp;&nbsp;0x05</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g972edea294fc60d676dbdaa925481ffd"></a><!-- doxytag: member="apr_ldap_url.h::APR_LDAP_URL_ERR_BADHOST" ref="g972edea294fc60d676dbdaa925481ffd" args="" -->
+#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>APR_LDAP_URL_ERR_BADHOST</b>&nbsp;&nbsp;&nbsp;0x06</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9d0682929dd4d702fe70a9da78d206cb"></a><!-- doxytag: member="apr_ldap_url.h::APR_LDAP_URL_ERR_BADATTRS" ref="g9d0682929dd4d702fe70a9da78d206cb" args="" -->
+#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>APR_LDAP_URL_ERR_BADATTRS</b>&nbsp;&nbsp;&nbsp;0x07</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb9d97b9bd17f8f225c838ba2e107ef66"></a><!-- doxytag: member="apr_ldap_url.h::APR_LDAP_URL_ERR_BADSCOPE" ref="gb9d97b9bd17f8f225c838ba2e107ef66" args="" -->
+#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>APR_LDAP_URL_ERR_BADSCOPE</b>&nbsp;&nbsp;&nbsp;0x08</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2a180e677800ebb641b053399b814361"></a><!-- doxytag: member="apr_ldap_url.h::APR_LDAP_URL_ERR_BADFILTER" ref="g2a180e677800ebb641b053399b814361" args="" -->
+#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>APR_LDAP_URL_ERR_BADFILTER</b>&nbsp;&nbsp;&nbsp;0x09</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2ce260240fdede77acd2f3cd53dbd155"></a><!-- doxytag: member="apr_ldap_url.h::APR_LDAP_URL_ERR_BADEXTS" ref="g2ce260240fdede77acd2f3cd53dbd155" args="" -->
+#define&nbsp;</td><td class="memItemRight" valign="bottom"><b>APR_LDAP_URL_ERR_BADEXTS</b>&nbsp;&nbsp;&nbsp;0x0a</td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___l_d_a_p.html#g5b250f15fb43aca8af398895468acd8d">apr_ldap_is_ldap_url</a> (const char *url)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___l_d_a_p.html#g89a664cdea8cdb01b8f1fb08fda8ad7b">apr_ldap_is_ldaps_url</a> (const char *url)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___l_d_a_p.html#g5fa89f0ea59cdbe46396b1a7a16b8ffa">apr_ldap_is_ldapi_url</a> (const char *url)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___l_d_a_p.html#g64e084c1ee8bc04a58f08a6aedd340fb">apr_ldap_url_parse_ext</a> (apr_pool_t *pool, const char *url_in, <a class="el" href="structapr__ldap__url__desc__t.html">apr_ldap_url_desc_t</a> **ludpp, <a class="el" href="structapr__ldap__err__t.html">apr_ldap_err_t</a> **result_err)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___l_d_a_p.html#g5cd5764d74a2b9f6fdbd3706ef467f04">apr_ldap_url_parse</a> (apr_pool_t *pool, const char *url_in, <a class="el" href="structapr__ldap__url__desc__t.html">apr_ldap_url_desc_t</a> **ludpp, <a class="el" href="structapr__ldap__err__t.html">apr_ldap_err_t</a> **result_err)</td></tr>
+
 </table>
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR-UTIL LDAP ldap_init() functions. 
 <p>
 </div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__md4_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__md4_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__md4_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__md4_8h-source.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,6 +16,12 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 <h1>include/apr_md4.h</h1><a href="apr__md4_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -107,8 +113,8 @@
 <a name="l00134"></a>00134 <span class="preprocessor"></span>
 <a name="l00135"></a>00135 <span class="preprocessor">#endif </span><span class="comment">/* !APR_MD4_H */</span>
 </pre></div></div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__md4_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__md4_8h.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__md4_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__md4_8h.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,9 +16,16 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 </div>
 <div class="contents">
-<h1>include/apr_md4.h File Reference</h1>APR-UTIL MD4 Library. <a href="#_details">More...</a>
+<h1>include/apr_md4.h File Reference</h1>APR-UTIL MD4 Library.  
+<a href="#_details">More...</a>
 <p>
 <code>#include &quot;apu.h&quot;</code><br>
 <code>#include &quot;<a class="el" href="apr__xlate_8h-source.html">apr_xlate.h</a>&quot;</code><br>
@@ -51,8 +58,8 @@
 APR-UTIL MD4 Library. 
 <p>
 </div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__md5_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__md5_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__md5_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__md5_8h-source.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,6 +16,12 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 <h1>include/apr_md5.h</h1><a href="apr__md5_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
 <a name="l00002"></a>00002 <span class="comment"> * This is work is derived from material Copyright RSA Data Security, Inc.</span>
 <a name="l00003"></a>00003 <span class="comment"> *</span>
@@ -113,8 +119,8 @@
 <a name="l00161"></a>00161 <span class="preprocessor"></span>
 <a name="l00162"></a>00162 <span class="preprocessor">#endif </span><span class="comment">/* !APR_MD5_H */</span>
 </pre></div></div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__md5_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__md5_8h.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__md5_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__md5_8h.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,9 +16,16 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 </div>
 <div class="contents">
-<h1>include/apr_md5.h File Reference</h1>APR MD5 Routines. <a href="#_details">More...</a>
+<h1>include/apr_md5.h File Reference</h1>APR MD5 Routines.  
+<a href="#_details">More...</a>
 <p>
 <code>#include &quot;apu.h&quot;</code><br>
 <code>#include &quot;<a class="el" href="apr__xlate_8h-source.html">apr_xlate.h</a>&quot;</code><br>
@@ -55,8 +62,8 @@
 APR MD5 Routines. 
 <p>
 </div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__memcache_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__memcache_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__memcache_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__memcache_8h-source.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,6 +16,12 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 <h1>include/apr_memcache.h</h1><a href="apr__memcache_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -259,8 +265,8 @@
 <a name="l00445"></a>00445 <span class="preprocessor"></span>
 <a name="l00446"></a>00446 <span class="preprocessor">#endif </span><span class="comment">/* APR_MEMCACHE_H */</span>
 </pre></div></div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__memcache_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__memcache_8h.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__memcache_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__memcache_8h.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,9 +16,16 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 </div>
 <div class="contents">
-<h1>include/apr_memcache.h File Reference</h1>Client interface for memcached. <a href="#_details">More...</a>
+<h1>include/apr_memcache.h File Reference</h1>Client interface for memcached.  
+<a href="#_details">More...</a>
 <p>
 <code>#include &quot;apr.h&quot;</code><br>
 <code>#include &quot;apr_pools.h&quot;</code><br>
@@ -45,7 +52,7 @@
 <tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
 <tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <a class="el" href="group___a_p_r___util___m_c.html#gc4fabf6e3b3efb959eca48f473b73825">apr_memcache_conn_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___m_c.html#gc4fabf6e3b3efb959eca48f473b73825">apr_memcache_conn_t</a></td></tr>
 
-<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <br>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef struct <br class="typebreak">
 <a class="el" href="group___a_p_r___util___m_c.html#ga7b43f2275de0fc700cc05e2467bbc4b">apr_memcache_server_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___util___m_c.html#ga7b43f2275de0fc700cc05e2467bbc4b">apr_memcache_server_t</a></td></tr>
 
 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g27f0376041ada9a7a8efc657b543cd24"></a><!-- doxytag: member="apr_memcache.h::apr_memcache_hash_func" ref="g27f0376041ada9a7a8efc657b543cd24" args=")(void *baton, const char *data, const apr_size_t data_len)" -->
@@ -113,8 +120,8 @@
 <p>
 <dl class="remark" compact><dt><b>Remarks:</b></dt><dd>To use this interface you must have a separate memcached server running. See the memcached website at <a href="http://www.danga.com/memcached/">http://www.danga.com/memcached/</a> for more information. </dd></dl>
 </div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__optional_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__optional_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__optional_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__optional_8h-source.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,6 +16,12 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 <h1>include/apr_optional.h</h1><a href="apr__optional_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -65,8 +71,8 @@
 <a name="l00091"></a>00091 <span class="preprocessor"></span>
 <a name="l00092"></a>00092 <span class="preprocessor">#endif </span><span class="comment">/* APR_OPTIONAL_H */</span>
 </pre></div></div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__optional_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__optional_8h.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__optional_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__optional_8h.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,9 +16,16 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 </div>
 <div class="contents">
-<h1>include/apr_optional.h File Reference</h1>APR-UTIL registration of functions exported by modules. <a href="#_details">More...</a>
+<h1>include/apr_optional.h File Reference</h1>APR-UTIL registration of functions exported by modules.  
+<a href="#_details">More...</a>
 <p>
 <code>#include &quot;apu.h&quot;</code><br>
 
@@ -49,8 +56,8 @@
 APR-UTIL registration of functions exported by modules. 
 <p>
 </div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__optional__hooks_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__optional__hooks_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__optional__hooks_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__optional__hooks_8h-source.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,6 +16,12 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 <h1>include/apr_optional_hooks.h</h1><a href="apr__optional__hooks_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -80,8 +86,8 @@
 <a name="l00116"></a>00116 <span class="preprocessor"></span>
 <a name="l00117"></a>00117 <span class="preprocessor">#endif </span><span class="comment">/* APR_OPTIONAL_HOOK_H */</span>
 </pre></div></div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__optional__hooks_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__optional__hooks_8h.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__optional__hooks_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__optional__hooks_8h.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,9 +16,16 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 </div>
 <div class="contents">
-<h1>include/apr_optional_hooks.h File Reference</h1><a class="el" href="namespace_apache.html">Apache</a> optional hook functions. <a href="#_details">More...</a>
+<h1>include/apr_optional_hooks.h File Reference</h1><a class="el" href="namespace_apache.html">Apache</a> optional hook functions.  
+<a href="#_details">More...</a>
 <p>
 <code>#include &quot;apr_tables.h&quot;</code><br>
 
@@ -41,8 +48,8 @@
 <a class="el" href="namespace_apache.html">Apache</a> optional hook functions. 
 <p>
 </div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__queue_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__queue_8h-source.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__queue_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__queue_8h-source.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,6 +16,12 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 <h1>include/apr_queue.h</h1><a href="apr__queue_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -73,8 +79,8 @@
 <a name="l00137"></a>00137 
 <a name="l00138"></a>00138 <span class="preprocessor">#endif </span><span class="comment">/* APRQUEUE_H */</span>
 </pre></div></div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr-util/trunk/apr__queue_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr-util/trunk/apr__queue_8h.html?rev=746159&r1=746158&r2=746159&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/trunk/apr__queue_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/trunk/apr__queue_8h.html Fri Feb 20 06:08:22 2009
@@ -4,7 +4,7 @@
 <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.6 -->
+<!-- Generated by Doxygen 1.5.7.1 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -16,9 +16,16 @@
       <li class="current"><a href="files.html"><span>Files</span></a></li>
     </ul>
   </div>
+  <div class="tabs">
+    <ul>
+      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+      <li><a href="globals.html"><span>Globals</span></a></li>
+    </ul>
+  </div>
 </div>
 <div class="contents">
-<h1>include/apr_queue.h File Reference</h1>Thread Safe FIFO bounded queue. <a href="#_details">More...</a>
+<h1>include/apr_queue.h File Reference</h1>Thread Safe FIFO bounded queue.  
+<a href="#_details">More...</a>
 <p>
 <code>#include &quot;apu.h&quot;</code><br>
 <code>#include &quot;apr_errno.h&quot;</code><br>
@@ -53,8 +60,8 @@
 <p>
 <dl class="note" compact><dt><b>Note:</b></dt><dd>Since most implementations of the queue are backed by a condition variable implementation, it isn't available on systems without threads. Although condition variables are some times available without threads. </dd></dl>
 </div>
-<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;
+<hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 20 17:01:02 2009 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.6 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
 </body>
 </html>