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:54 UTC

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

Added: apr/site/trunk/docs/docs/apr-util/apr__ldap__option_8h.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__ldap__option_8h.html?view=auto&rev=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/apr__ldap__option_8h.html (added)
+++ apr/site/trunk/docs/docs/apr-util/apr__ldap__option_8h.html Mon Feb  7 15:10:17 2005
@@ -0,0 +1,24 @@
+<!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: apr_ldap_option.h File Reference</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>include/apr_ldap_option.h File Reference</h1>APR-UTIL LDAP ldap_*_option() functions.  
+<a href="#_details">More...</a>
+<p>
+<code>#include "apr_ldap.h"</code><br>
+
+<p>
+<a href="apr__ldap__option_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
+<tr><td></td></tr>
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+APR-UTIL LDAP ldap_*_option() functions. 
+<p>
+<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/apr__ldap__url_8h-source.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__ldap__url_8h-source.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/apr__ldap__url_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/apr__ldap__url_8h-source.html Mon Feb  7 15:10:17 2005
@@ -3,86 +3,88 @@
 <title>Apache Portable Runtime Utility Library: include/apr_ldap_url.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>include/apr_ldap_url.h</h1><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2000-2004 The Apache Software Foundation</span>
-00002 <span class="comment"> *</span>
-00003 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
-00004 <span class="comment"> * you may not use this file except in compliance with the License.</span>
-00005 <span class="comment"> * You may obtain a copy of the License at</span>
-00006 <span class="comment"> *</span>
-00007 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
-00008 <span class="comment"> *</span>
-00009 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
-00010 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
-00011 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
-00012 <span class="comment"> * See the License for the specific language governing permissions and</span>
-00013 <span class="comment"> * limitations under the License.</span>
-00014 <span class="comment"> */</span>
-00015 
-00016 <span class="preprocessor">#ifndef APR_LDAP_URL_H</span>
-00017 <span class="preprocessor"></span><span class="preprocessor">#define APR_LDAP_URL_H</span>
-00018 <span class="preprocessor"></span>
-00019 <span class="preprocessor">#if APR_HAS_LDAP</span>
-00020 <span class="preprocessor"></span>
-00021 <span class="preprocessor">#include "apu.h"</span>
-00022 <span class="preprocessor">#include "apr_pools.h"</span>
-00023 
-00024 <span class="comment">/*</span>
-00025 <span class="comment"> * types for ldap URL handling</span>
-00026 <span class="comment"> */</span>
-00027 <span class="keyword">typedef</span> <span class="keyword">struct </span>apr_ldap_url_desc_t {
-00028     <span class="keyword">struct  </span>apr_ldap_url_desc_t  *lud_next;
-00029     <span class="keywordtype">char</span>    *lud_scheme;
-00030     <span class="keywordtype">char</span>    *lud_host;
-00031     <span class="keywordtype">int</span>     lud_port;
-00032     <span class="keywordtype">char</span>    *lud_dn;
-00033     <span class="keywordtype">char</span>    **lud_attrs;
-00034     <span class="keywordtype">int</span>     lud_scope;
-00035     <span class="keywordtype">char</span>    *lud_filter;
-00036     <span class="keywordtype">char</span>    **lud_exts;
-00037     <span class="keywordtype">int</span>     lud_crit_exts;
-00038 } apr_ldap_url_desc_t;
-00039 
-00040 <span class="preprocessor">#ifndef APR_LDAP_URL_SUCCESS</span>
-00041 <span class="preprocessor"></span><span class="preprocessor">#define APR_LDAP_URL_SUCCESS          0x00    </span><span class="comment">/* Success */</span>
-00042 <span class="preprocessor">#define APR_LDAP_URL_ERR_MEM          0x01    </span><span class="comment">/* can't allocate memory space */</span>
-00043 <span class="preprocessor">#define APR_LDAP_URL_ERR_PARAM        0x02    </span><span class="comment">/* parameter is bad */</span>
-00044 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADSCHEME    0x03    </span><span class="comment">/* URL doesn't begin with "ldap[si]://" */</span>
-00045 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADENCLOSURE 0x04    </span><span class="comment">/* URL is missing trailing "&gt;" */</span>
-00046 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADURL       0x05    </span><span class="comment">/* URL is bad */</span>
-00047 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADHOST      0x06    </span><span class="comment">/* host port is bad */</span>
-00048 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADATTRS     0x07    </span><span class="comment">/* bad (or missing) attributes */</span>
-00049 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADSCOPE     0x08    </span><span class="comment">/* scope string is invalid (or missing) */</span>
-00050 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADFILTER    0x09    </span><span class="comment">/* bad or missing filter */</span>
-00051 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADEXTS      0x0a    </span><span class="comment">/* bad or missing extensions */</span>
-00052 <span class="preprocessor">#endif</span>
-00053 <span class="preprocessor"></span>
-00054 <span class="comment">/*</span>
-00055 <span class="comment"> * in url.c</span>
-00056 <span class="comment"> *</span>
-00057 <span class="comment"> */</span>
-00058 APU_DECLARE(<span class="keywordtype">int</span>) apr_ldap_is_ldap_url(const <span class="keywordtype">char</span> *url);
-00059 
-00060 APU_DECLARE(<span class="keywordtype">int</span>) apr_ldap_is_ldaps_url(const <span class="keywordtype">char</span> *url);
-00061 
-00062 APU_DECLARE(<span class="keywordtype">int</span>) apr_ldap_is_ldapi_url(const <span class="keywordtype">char</span> *url);
-00063 
-00064 APU_DECLARE(<span class="keywordtype">int</span>) apr_ldap_url_parse_ext(apr_pool_t *pool,
-00065                                         const <span class="keywordtype">char</span> *url_in,
-00066                                         apr_ldap_url_desc_t **ludpp,
-00067                                         apr_ldap_err_t **result_err);
-00068 
-00069 APU_DECLARE(<span class="keywordtype">int</span>) apr_ldap_url_parse(apr_pool_t *pool,
-00070                                     const <span class="keywordtype">char</span> *url_in,
-00071                                     apr_ldap_url_desc_t **ludpp,
-00072                                     apr_ldap_err_t **result_err);
-00073 
-00074 #endif <span class="comment">/* APR_HAS_LDAP */</span>
-00075 
-00076 #endif <span class="comment">/* APR_LDAP_URL_H */</span>
-</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
+<h1>include/apr_ldap_url.h</h1><a href="apr__ldap__url_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as</span>
+00002 <span class="comment"> * applicable.</span>
+00003 <span class="comment"> *</span>
+00004 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
+00005 <span class="comment"> * you may not use this file except in compliance with the License.</span>
+00006 <span class="comment"> * You may obtain a copy of the License at</span>
+00007 <span class="comment"> *</span>
+00008 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
+00009 <span class="comment"> *</span>
+00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
+00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
+00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+00013 <span class="comment"> * See the License for the specific language governing permissions and</span>
+00014 <span class="comment"> * limitations under the License.</span>
+00015 <span class="comment"> */</span>
+00016 
+00021 <span class="preprocessor">#ifndef APR_LDAP_URL_H</span>
+00022 <span class="preprocessor"></span><span class="preprocessor">#define APR_LDAP_URL_H</span>
+00023 <span class="preprocessor"></span>
+00030 <span class="preprocessor">#if APR_HAS_LDAP</span>
+00031 <span class="preprocessor"></span>
+00032 <span class="preprocessor">#include "apu.h"</span>
+00033 <span class="preprocessor">#include "apr_pools.h"</span>
+00034 
+00035 <span class="preprocessor">#ifdef __cplusplus</span>
+00036 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
+00037 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span>
+00038 
+00040 <span class="keyword">typedef</span> <span class="keyword">struct </span>apr_ldap_url_desc_t {
+00041     <span class="keyword">struct  </span>apr_ldap_url_desc_t  *lud_next;
+00042     <span class="keywordtype">char</span>    *lud_scheme;
+00043     <span class="keywordtype">char</span>    *lud_host;
+00044     <span class="keywordtype">int</span>     lud_port;
+00045     <span class="keywordtype">char</span>    *lud_dn;
+00046     <span class="keywordtype">char</span>    **lud_attrs;
+00047     <span class="keywordtype">int</span>     lud_scope;
+00048     <span class="keywordtype">char</span>    *lud_filter;
+00049     <span class="keywordtype">char</span>    **lud_exts;
+00050     <span class="keywordtype">int</span>     lud_crit_exts;
+00051 } apr_ldap_url_desc_t;
+00052 
+00053 <span class="preprocessor">#ifndef APR_LDAP_URL_SUCCESS</span>
+00054 <span class="preprocessor"></span><span class="preprocessor">#define APR_LDAP_URL_SUCCESS          0x00    </span><span class="comment">/* Success */</span>
+00055 <span class="preprocessor">#define APR_LDAP_URL_ERR_MEM          0x01    </span><span class="comment">/* can't allocate memory space */</span>
+00056 <span class="preprocessor">#define APR_LDAP_URL_ERR_PARAM        0x02    </span><span class="comment">/* parameter is bad */</span>
+00057 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADSCHEME    0x03    </span><span class="comment">/* URL doesn't begin with "ldap[si]://" */</span>
+00058 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADENCLOSURE 0x04    </span><span class="comment">/* URL is missing trailing "&gt;" */</span>
+00059 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADURL       0x05    </span><span class="comment">/* URL is bad */</span>
+00060 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADHOST      0x06    </span><span class="comment">/* host port is bad */</span>
+00061 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADATTRS     0x07    </span><span class="comment">/* bad (or missing) attributes */</span>
+00062 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADSCOPE     0x08    </span><span class="comment">/* scope string is invalid (or missing) */</span>
+00063 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADFILTER    0x09    </span><span class="comment">/* bad or missing filter */</span>
+00064 <span class="preprocessor">#define APR_LDAP_URL_ERR_BADEXTS      0x0a    </span><span class="comment">/* bad or missing extensions */</span>
+00065 <span class="preprocessor">#endif</span>
+00066 <span class="preprocessor"></span>
+00071 APU_DECLARE(<span class="keywordtype">int</span>) apr_ldap_is_ldap_url(const <span class="keywordtype">char</span> *url);
+00072 
+00077 APU_DECLARE(<span class="keywordtype">int</span>) apr_ldap_is_ldaps_url(const <span class="keywordtype">char</span> *url);
+00078 
+00083 APU_DECLARE(<span class="keywordtype">int</span>) apr_ldap_is_ldapi_url(const <span class="keywordtype">char</span> *url);
+00084 
+00092 APU_DECLARE(<span class="keywordtype">int</span>) apr_ldap_url_parse_ext(apr_pool_t *pool,
+00093                                         const <span class="keywordtype">char</span> *url_in,
+00094                                         apr_ldap_url_desc_t **ludpp,
+00095                                         apr_ldap_err_t **result_err);
+00096 
+00104 APU_DECLARE(<span class="keywordtype">int</span>) apr_ldap_url_parse(apr_pool_t *pool,
+00105                                     const <span class="keywordtype">char</span> *url_in,
+00106                                     apr_ldap_url_desc_t **ludpp,
+00107                                     apr_ldap_err_t **result_err);
+00108 
+00109 #ifdef __cplusplus
+00110 }
+00111 #endif
+00112 
+00113 #endif <span class="comment">/* APR_HAS_LDAP */</span>
+00114 
+00117 #endif <span class="comment">/* APR_LDAP_URL_H */</span>
+</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>

Added: apr/site/trunk/docs/docs/apr-util/apr__ldap__url_8h.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__ldap__url_8h.html?view=auto&rev=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/apr__ldap__url_8h.html (added)
+++ apr/site/trunk/docs/docs/apr-util/apr__ldap__url_8h.html Mon Feb  7 15:10:17 2005
@@ -0,0 +1,23 @@
+<!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: apr_ldap_url.h File Reference</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>include/apr_ldap_url.h File Reference</h1>APR-UTIL LDAP ldap_init() functions.  
+<a href="#_details">More...</a>
+<p>
+
+<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>
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+APR-UTIL LDAP ldap_init() functions. 
+<p>
+<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/apr__md4_8h-source.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__md4_8h-source.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/apr__md4_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/apr__md4_8h-source.html Mon Feb  7 15:10:17 2005
@@ -3,98 +3,99 @@
 <title>Apache Portable Runtime Utility Library: include/apr_md4.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>include/apr_md4.h</h1><a href="apr__md4_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2001-2004 The Apache Software Foundation</span>
-00002 <span class="comment"> *</span>
-00003 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
-00004 <span class="comment"> * you may not use this file except in compliance with the License.</span>
-00005 <span class="comment"> * You may obtain a copy of the License at</span>
-00006 <span class="comment"> *</span>
-00007 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
-00008 <span class="comment"> *</span>
-00009 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
-00010 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
-00011 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
-00012 <span class="comment"> * See the License for the specific language governing permissions and</span>
-00013 <span class="comment"> * limitations under the License.</span>
-00014 <span class="comment"> */</span>
-00015 <span class="comment">/* This is derived from material copyright RSA Data Security, Inc.</span>
-00016 <span class="comment"> * Their notice is reproduced below in its entirety.</span>
-00017 <span class="comment"> *</span>
-00018 <span class="comment"> * Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All</span>
-00019 <span class="comment"> * rights reserved.</span>
-00020 <span class="comment"> *</span>
-00021 <span class="comment"> * License to copy and use this software is granted provided that it</span>
-00022 <span class="comment"> * is identified as the "RSA Data Security, Inc. MD4 Message-Digest</span>
-00023 <span class="comment"> * Algorithm" in all material mentioning or referencing this software</span>
-00024 <span class="comment"> * or this function.</span>
-00025 <span class="comment"> *</span>
-00026 <span class="comment"> * License is also granted to make and use derivative works provided</span>
-00027 <span class="comment"> * that such works are identified as "derived from the RSA Data</span>
-00028 <span class="comment"> * Security, Inc. MD4 Message-Digest Algorithm" in all material</span>
-00029 <span class="comment"> * mentioning or referencing the derived work.</span>
-00030 <span class="comment"> *</span>
-00031 <span class="comment"> * RSA Data Security, Inc. makes no representations concerning either</span>
-00032 <span class="comment"> * the merchantability of this software or the suitability of this</span>
-00033 <span class="comment"> * software for any particular purpose. It is provided "as is"</span>
-00034 <span class="comment"> * without express or implied warranty of any kind.</span>
-00035 <span class="comment"> *</span>
-00036 <span class="comment"> * These notices must be retained in any copies of any part of this</span>
-00037 <span class="comment"> * documentation and/or software.</span>
-00038 <span class="comment"> */</span>
-00039 
-00040 <span class="preprocessor">#ifndef APR_MD4_H</span>
-00041 <span class="preprocessor"></span><span class="preprocessor">#define APR_MD4_H</span>
-00042 <span class="preprocessor"></span>
-00043 <span class="preprocessor">#include "apu.h"</span>
-00044 <span class="preprocessor">#include "<a class="code" href="apr__xlate_8h.html">apr_xlate.h</a>"</span>
-00049 <span class="preprocessor">#ifdef __cplusplus</span>
-00050 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
-00051 <span class="preprocessor">#endif</span>
-00052 <span class="preprocessor"></span>
-<a name="l00060"></a><a class="code" href="group___a_p_r___util___m_d4.html#ga6">00060</a> <span class="preprocessor">#define APR_MD4_DIGESTSIZE 16</span>
-00061 <span class="preprocessor"></span>
-<a name="l00063"></a><a class="code" href="group___a_p_r___util___m_d4.html#ga0">00063</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structapr__md4__ctx__t.html">apr_md4_ctx_t</a> <a class="code" href="group___a_p_r___util___m_d4.html#ga0">apr_md4_ctx_t</a>;
-00064 
-<a name="l00066"></a><a class="code" href="structapr__md4__ctx__t.html">00066</a> <span class="keyword">struct </span><a class="code" href="group___a_p_r___util___m_d4.html#ga0">apr_md4_ctx_t</a> {
-<a name="l00068"></a><a class="code" href="structapr__md4__ctx__t.html#o0">00068</a>     apr_uint32_t <a class="code" href="structapr__md4__ctx__t.html#o0">state</a>[4];
-<a name="l00070"></a><a class="code" href="structapr__md4__ctx__t.html#o1">00070</a>     apr_uint32_t <a class="code" href="structapr__md4__ctx__t.html#o1">count</a>[2];
-<a name="l00072"></a><a class="code" href="structapr__md4__ctx__t.html#o2">00072</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> <a class="code" href="structapr__md4__ctx__t.html#o2">buffer</a>[64];
-00073 <span class="preprocessor">#if APR_HAS_XLATE</span>
-00074 <span class="preprocessor"></span>
-<a name="l00075"></a><a class="code" href="structapr__md4__ctx__t.html#o3">00075</a>     <a class="code" href="group___a_p_r___x_l_a_t_e.html#ga0">apr_xlate_t</a> *<a class="code" href="structapr__md4__ctx__t.html#o3">xlate</a>;
-00076 <span class="preprocessor">#endif</span>
-00077 <span class="preprocessor"></span>};
-00078 
-00083 APU_DECLARE(apr_status_t) apr_md4_init(apr_md4_ctx_t *context);
-00084 
-00085 #if APR_HAS_XLATE
-00092 APU_DECLARE(apr_status_t) apr_md4_set_xlate(apr_md4_ctx_t *context,
-00093                                             <a class="code" href="group___a_p_r___x_l_a_t_e.html#ga0">apr_xlate_t</a> *xlate);
-00094 #else
-00095 #define apr_md4_set_xlate(context, xlate) APR_ENOTIMPL
-00096 #endif
-00097 
-00105 APU_DECLARE(apr_status_t) apr_md4_update(apr_md4_ctx_t *context,
-00106                                          const <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *input,
-00107                                          apr_size_t inputLen);
-00108 
-00115 APU_DECLARE(apr_status_t) apr_md4_final(
-00116                                     <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> digest[APR_MD4_DIGESTSIZE],
-00117                                     apr_md4_ctx_t *context);
-00118 
-00125 APU_DECLARE(apr_status_t) apr_md4(<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> digest[APR_MD4_DIGESTSIZE],
-00126                                   const <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *input,
-00127                                   apr_size_t inputLen);
-00128 
-00130 #ifdef __cplusplus
-00131 }
-00132 #endif
-00133 
-00134 #endif <span class="comment">/* !APR_MD4_H */</span>
-</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
+<h1>include/apr_md4.h</h1><a href="apr__md4_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as</span>
+00002 <span class="comment"> * applicable.</span>
+00003 <span class="comment"> *</span>
+00004 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
+00005 <span class="comment"> * you may not use this file except in compliance with the License.</span>
+00006 <span class="comment"> * You may obtain a copy of the License at</span>
+00007 <span class="comment"> *</span>
+00008 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
+00009 <span class="comment"> *</span>
+00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
+00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
+00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+00013 <span class="comment"> * See the License for the specific language governing permissions and</span>
+00014 <span class="comment"> * limitations under the License.</span>
+00015 <span class="comment"> */</span>
+00016 <span class="comment">/* This is derived from material copyright RSA Data Security, Inc.</span>
+00017 <span class="comment"> * Their notice is reproduced below in its entirety.</span>
+00018 <span class="comment"> *</span>
+00019 <span class="comment"> * Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All</span>
+00020 <span class="comment"> * rights reserved.</span>
+00021 <span class="comment"> *</span>
+00022 <span class="comment"> * License to copy and use this software is granted provided that it</span>
+00023 <span class="comment"> * is identified as the "RSA Data Security, Inc. MD4 Message-Digest</span>
+00024 <span class="comment"> * Algorithm" in all material mentioning or referencing this software</span>
+00025 <span class="comment"> * or this function.</span>
+00026 <span class="comment"> *</span>
+00027 <span class="comment"> * License is also granted to make and use derivative works provided</span>
+00028 <span class="comment"> * that such works are identified as "derived from the RSA Data</span>
+00029 <span class="comment"> * Security, Inc. MD4 Message-Digest Algorithm" in all material</span>
+00030 <span class="comment"> * mentioning or referencing the derived work.</span>
+00031 <span class="comment"> *</span>
+00032 <span class="comment"> * RSA Data Security, Inc. makes no representations concerning either</span>
+00033 <span class="comment"> * the merchantability of this software or the suitability of this</span>
+00034 <span class="comment"> * software for any particular purpose. It is provided "as is"</span>
+00035 <span class="comment"> * without express or implied warranty of any kind.</span>
+00036 <span class="comment"> *</span>
+00037 <span class="comment"> * These notices must be retained in any copies of any part of this</span>
+00038 <span class="comment"> * documentation and/or software.</span>
+00039 <span class="comment"> */</span>
+00040 
+00041 <span class="preprocessor">#ifndef APR_MD4_H</span>
+00042 <span class="preprocessor"></span><span class="preprocessor">#define APR_MD4_H</span>
+00043 <span class="preprocessor"></span>
+00044 <span class="preprocessor">#include "apu.h"</span>
+00045 <span class="preprocessor">#include "<a class="code" href="apr__xlate_8h.html">apr_xlate.h</a>"</span>
+00050 <span class="preprocessor">#ifdef __cplusplus</span>
+00051 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
+00052 <span class="preprocessor">#endif</span>
+00053 <span class="preprocessor"></span>
+<a name="l00061"></a><a class="code" href="group___a_p_r___util___m_d4.html#ga6">00061</a> <span class="preprocessor">#define APR_MD4_DIGESTSIZE 16</span>
+00062 <span class="preprocessor"></span>
+<a name="l00064"></a><a class="code" href="group___a_p_r___util___m_d4.html#ga0">00064</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structapr__md4__ctx__t.html">apr_md4_ctx_t</a> <a class="code" href="group___a_p_r___util___m_d4.html#ga0">apr_md4_ctx_t</a>;
+00065 
+<a name="l00067"></a><a class="code" href="structapr__md4__ctx__t.html">00067</a> <span class="keyword">struct </span><a class="code" href="group___a_p_r___util___m_d4.html#ga0">apr_md4_ctx_t</a> {
+<a name="l00069"></a><a class="code" href="structapr__md4__ctx__t.html#o0">00069</a>     apr_uint32_t <a class="code" href="structapr__md4__ctx__t.html#o0">state</a>[4];
+<a name="l00071"></a><a class="code" href="structapr__md4__ctx__t.html#o1">00071</a>     apr_uint32_t <a class="code" href="structapr__md4__ctx__t.html#o1">count</a>[2];
+<a name="l00073"></a><a class="code" href="structapr__md4__ctx__t.html#o2">00073</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> <a class="code" href="structapr__md4__ctx__t.html#o2">buffer</a>[64];
+00074 <span class="preprocessor">#if APR_HAS_XLATE</span>
+00075 <span class="preprocessor"></span>
+<a name="l00076"></a><a class="code" href="structapr__md4__ctx__t.html#o3">00076</a>     <a class="code" href="group___a_p_r___x_l_a_t_e.html#ga0">apr_xlate_t</a> *<a class="code" href="structapr__md4__ctx__t.html#o3">xlate</a>;
+00077 <span class="preprocessor">#endif</span>
+00078 <span class="preprocessor"></span>};
+00079 
+00084 APU_DECLARE(apr_status_t) apr_md4_init(apr_md4_ctx_t *context);
+00085 
+00086 #if APR_HAS_XLATE
+00093 APU_DECLARE(apr_status_t) apr_md4_set_xlate(apr_md4_ctx_t *context,
+00094                                             apr_xlate_t *xlate);
+00095 #else
+00096 #define apr_md4_set_xlate(context, xlate) APR_ENOTIMPL
+00097 #endif
+00098 
+00106 APU_DECLARE(apr_status_t) apr_md4_update(apr_md4_ctx_t *context,
+00107                                          const <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *input,
+00108                                          apr_size_t inputLen);
+00109 
+00116 APU_DECLARE(apr_status_t) apr_md4_final(
+00117                                     <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> digest[APR_MD4_DIGESTSIZE],
+00118                                     apr_md4_ctx_t *context);
+00119 
+00126 APU_DECLARE(apr_status_t) apr_md4(<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> digest[APR_MD4_DIGESTSIZE],
+00127                                   const <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *input,
+00128                                   apr_size_t inputLen);
+00129 
+00131 #ifdef __cplusplus
+00132 }
+00133 #endif
+00134 
+00135 #endif <span class="comment">/* !APR_MD4_H */</span>
+</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/apr__md4_8h.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__md4_8h.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/apr__md4_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/apr__md4_8h.html Mon Feb  7 15:10:17 2005
@@ -1,11 +1,12 @@
 <!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: include/apr_md4.h File Reference</title>
+<title>Apache Portable Runtime Utility Library: apr_md4.h File 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>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 "apu.h"</code><br>
 <code>#include "<a class="el" href="apr__xlate_8h-source.html">apr_xlate.h</a>"</code><br>
@@ -37,8 +38,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR-UTIL MD4 Library. 
 <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/apr__md5_8h-source.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__md5_8h-source.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/apr__md5_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/apr__md5_8h-source.html Mon Feb  7 15:10:17 2005
@@ -3,7 +3,7 @@
 <title>Apache Portable Runtime Utility Library: include/apr_md5.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>include/apr_md5.h</h1><a href="apr__md5_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/*</span>
 00002 <span class="comment"> * This is work is derived from material Copyright RSA Data Security, Inc.</span>
@@ -35,73 +35,74 @@
 00028 <span class="comment">   documentation and/or software.</span>
 00029 <span class="comment"> */</span>
 00030 
-00031 <span class="comment">/* Copyright 2000-2004 The Apache Software Foundation</span>
-00032 <span class="comment"> *</span>
-00033 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
-00034 <span class="comment"> * you may not use this file except in compliance with the License.</span>
-00035 <span class="comment"> * You may obtain a copy of the License at</span>
-00036 <span class="comment"> *</span>
-00037 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
-00038 <span class="comment"> *</span>
-00039 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
-00040 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
-00041 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
-00042 <span class="comment"> * See the License for the specific language governing permissions and</span>
-00043 <span class="comment"> * limitations under the License.</span>
-00044 <span class="comment"> */</span>
-00045 
-00046 <span class="preprocessor">#ifndef APR_MD5_H</span>
-00047 <span class="preprocessor"></span><span class="preprocessor">#define APR_MD5_H</span>
-00048 <span class="preprocessor"></span>
-00049 <span class="preprocessor">#include "apu.h"</span>
-00050 <span class="preprocessor">#include "<a class="code" href="apr__xlate_8h.html">apr_xlate.h</a>"</span>
-00051 
-00052 <span class="preprocessor">#ifdef __cplusplus</span>
-00053 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
-00054 <span class="preprocessor">#endif</span>
-00055 <span class="preprocessor"></span>
-<a name="l00067"></a><a class="code" href="group___a_p_r___m_d5.html#ga8">00067</a> <span class="preprocessor">#define APR_MD5_DIGESTSIZE 16</span>
-00068 <span class="preprocessor"></span>
-<a name="l00070"></a><a class="code" href="group___a_p_r___m_d5.html#ga0">00070</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structapr__md5__ctx__t.html">apr_md5_ctx_t</a> <a class="code" href="group___a_p_r___m_d5.html#ga0">apr_md5_ctx_t</a>;
-00071 
-<a name="l00073"></a><a class="code" href="structapr__md5__ctx__t.html">00073</a> <span class="keyword">struct </span><a class="code" href="group___a_p_r___m_d5.html#ga0">apr_md5_ctx_t</a> {
-<a name="l00075"></a><a class="code" href="structapr__md5__ctx__t.html#o0">00075</a>     apr_uint32_t <a class="code" href="structapr__md5__ctx__t.html#o0">state</a>[4];
-<a name="l00077"></a><a class="code" href="structapr__md5__ctx__t.html#o1">00077</a>     apr_uint32_t <a class="code" href="structapr__md5__ctx__t.html#o1">count</a>[2];
-<a name="l00079"></a><a class="code" href="structapr__md5__ctx__t.html#o2">00079</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> <a class="code" href="structapr__md5__ctx__t.html#o2">buffer</a>[64];
-<a name="l00083"></a><a class="code" href="structapr__md5__ctx__t.html#o3">00083</a>     <a class="code" href="group___a_p_r___x_l_a_t_e.html#ga0">apr_xlate_t</a> *<a class="code" href="structapr__md5__ctx__t.html#o3">xlate</a>;
-00084 };
-00085 
-00090 APU_DECLARE(apr_status_t) apr_md5_init(apr_md5_ctx_t *context);
-00091 
-00098 APU_DECLARE(apr_status_t) apr_md5_set_xlate(apr_md5_ctx_t *context,
-00099                                             <a class="code" href="group___a_p_r___x_l_a_t_e.html#ga0">apr_xlate_t</a> *xlate);
-00100 
-00108 APU_DECLARE(apr_status_t) apr_md5_update(apr_md5_ctx_t *context,
-00109                                          const <span class="keywordtype">void</span> *input,
-00110                                          apr_size_t inputLen);
-00111 
-00118 APU_DECLARE(apr_status_t) apr_md5_final(<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> digest[APR_MD5_DIGESTSIZE],
-00119                                         apr_md5_ctx_t *context);
-00120 
-00127 APU_DECLARE(apr_status_t) apr_md5(<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> digest[APR_MD5_DIGESTSIZE],
-00128                                   const <span class="keywordtype">void</span> *input,
-00129                                   apr_size_t inputLen);
-00130 
-00138 APU_DECLARE(apr_status_t) apr_md5_encode(const <span class="keywordtype">char</span> *password, const <span class="keywordtype">char</span> *salt,
-00139                                          <span class="keywordtype">char</span> *result, apr_size_t nbytes);
-00140 
+00031 <span class="comment">/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as</span>
+00032 <span class="comment"> * applicable.</span>
+00033 <span class="comment"> *</span>
+00034 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
+00035 <span class="comment"> * you may not use this file except in compliance with the License.</span>
+00036 <span class="comment"> * You may obtain a copy of the License at</span>
+00037 <span class="comment"> *</span>
+00038 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
+00039 <span class="comment"> *</span>
+00040 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
+00041 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
+00042 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+00043 <span class="comment"> * See the License for the specific language governing permissions and</span>
+00044 <span class="comment"> * limitations under the License.</span>
+00045 <span class="comment"> */</span>
+00046 
+00047 <span class="preprocessor">#ifndef APR_MD5_H</span>
+00048 <span class="preprocessor"></span><span class="preprocessor">#define APR_MD5_H</span>
+00049 <span class="preprocessor"></span>
+00050 <span class="preprocessor">#include "apu.h"</span>
+00051 <span class="preprocessor">#include "<a class="code" href="apr__xlate_8h.html">apr_xlate.h</a>"</span>
+00052 
+00053 <span class="preprocessor">#ifdef __cplusplus</span>
+00054 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
+00055 <span class="preprocessor">#endif</span>
+00056 <span class="preprocessor"></span>
+<a name="l00068"></a><a class="code" href="group___a_p_r___m_d5.html#ga8">00068</a> <span class="preprocessor">#define APR_MD5_DIGESTSIZE 16</span>
+00069 <span class="preprocessor"></span>
+<a name="l00071"></a><a class="code" href="group___a_p_r___m_d5.html#ga0">00071</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structapr__md5__ctx__t.html">apr_md5_ctx_t</a> <a class="code" href="group___a_p_r___m_d5.html#ga0">apr_md5_ctx_t</a>;
+00072 
+<a name="l00074"></a><a class="code" href="structapr__md5__ctx__t.html">00074</a> <span class="keyword">struct </span><a class="code" href="group___a_p_r___m_d5.html#ga0">apr_md5_ctx_t</a> {
+<a name="l00076"></a><a class="code" href="structapr__md5__ctx__t.html#o0">00076</a>     apr_uint32_t <a class="code" href="structapr__md5__ctx__t.html#o0">state</a>[4];
+<a name="l00078"></a><a class="code" href="structapr__md5__ctx__t.html#o1">00078</a>     apr_uint32_t <a class="code" href="structapr__md5__ctx__t.html#o1">count</a>[2];
+<a name="l00080"></a><a class="code" href="structapr__md5__ctx__t.html#o2">00080</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> <a class="code" href="structapr__md5__ctx__t.html#o2">buffer</a>[64];
+<a name="l00084"></a><a class="code" href="structapr__md5__ctx__t.html#o3">00084</a>     <a class="code" href="group___a_p_r___x_l_a_t_e.html#ga0">apr_xlate_t</a> *<a class="code" href="structapr__md5__ctx__t.html#o3">xlate</a>;
+00085 };
+00086 
+00091 APU_DECLARE(apr_status_t) apr_md5_init(apr_md5_ctx_t *context);
+00092 
+00099 APU_DECLARE(apr_status_t) apr_md5_set_xlate(apr_md5_ctx_t *context,
+00100                                             apr_xlate_t *xlate);
+00101 
+00109 APU_DECLARE(apr_status_t) apr_md5_update(apr_md5_ctx_t *context,
+00110                                          const <span class="keywordtype">void</span> *input,
+00111                                          apr_size_t inputLen);
+00112 
+00119 APU_DECLARE(apr_status_t) apr_md5_final(<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> digest[APR_MD5_DIGESTSIZE],
+00120                                         apr_md5_ctx_t *context);
+00121 
+00128 APU_DECLARE(apr_status_t) apr_md5(<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> digest[APR_MD5_DIGESTSIZE],
+00129                                   const <span class="keywordtype">void</span> *input,
+00130                                   apr_size_t inputLen);
+00131 
+00139 APU_DECLARE(apr_status_t) apr_md5_encode(const <span class="keywordtype">char</span> *password, const <span class="keywordtype">char</span> *salt,
+00140                                          <span class="keywordtype">char</span> *result, apr_size_t nbytes);
 00141 
-00152 APU_DECLARE(apr_status_t) apr_password_validate(const <span class="keywordtype">char</span> *passwd, 
-00153                                                 const <span class="keywordtype">char</span> *hash);
-00154 
+00142 
+00153 APU_DECLARE(apr_status_t) apr_password_validate(const <span class="keywordtype">char</span> *passwd, 
+00154                                                 const <span class="keywordtype">char</span> *hash);
 00155 
-00157 #ifdef __cplusplus
-00158 }
-00159 #endif
-00160 
-00161 #endif <span class="comment">/* !APR_MD5_H */</span>
-</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
+00156 
+00158 #ifdef __cplusplus
+00159 }
+00160 #endif
+00161 
+00162 #endif <span class="comment">/* !APR_MD5_H */</span>
+</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/apr__md5_8h.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__md5_8h.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/apr__md5_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/apr__md5_8h.html Mon Feb  7 15:10:17 2005
@@ -1,11 +1,12 @@
 <!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: include/apr_md5.h File Reference</title>
+<title>Apache Portable Runtime Utility Library: apr_md5.h File 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>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 "apu.h"</code><br>
 <code>#include "<a class="el" href="apr__xlate_8h-source.html">apr_xlate.h</a>"</code><br>
@@ -41,8 +42,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR MD5 Routines. 
 <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/apr__optional_8h-source.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__optional_8h-source.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/apr__optional_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/apr__optional_8h-source.html Mon Feb  7 15:10:17 2005
@@ -3,57 +3,58 @@
 <title>Apache Portable Runtime Utility Library: include/apr_optional.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>include/apr_optional.h</h1><a href="apr__optional_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2001-2004 The Apache Software Foundation</span>
-00002 <span class="comment"> *</span>
-00003 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
-00004 <span class="comment"> * you may not use this file except in compliance with the License.</span>
-00005 <span class="comment"> * You may obtain a copy of the License at</span>
-00006 <span class="comment"> *</span>
-00007 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
-00008 <span class="comment"> *</span>
-00009 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
-00010 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
-00011 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
-00012 <span class="comment"> * See the License for the specific language governing permissions and</span>
-00013 <span class="comment"> * limitations under the License.</span>
-00014 <span class="comment"> */</span>
-00015 
-00016 <span class="preprocessor">#ifndef APR_OPTIONAL_H</span>
-00017 <span class="preprocessor"></span><span class="preprocessor">#define APR_OPTIONAL_H</span>
-00018 <span class="preprocessor"></span>
-00019 <span class="preprocessor">#include "apu.h"</span>
-00024 <span class="preprocessor">#ifdef __cplusplus</span>
-00025 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
-00026 <span class="preprocessor">#endif</span>
-00027 <span class="preprocessor"></span>
-<a name="l00041"></a><a class="code" href="group___a_p_r___util___opt.html#ga3">00041</a> <span class="preprocessor">#define APR_OPTIONAL_FN_TYPE(name) apr_OFN_##name##_t</span>
-00042 <span class="preprocessor"></span>
-<a name="l00049"></a><a class="code" href="group___a_p_r___util___opt.html#ga4">00049</a> <span class="preprocessor">#define APR_DECLARE_OPTIONAL_FN(ret,name,args) \</span>
-00050 <span class="preprocessor">typedef ret (APR_OPTIONAL_FN_TYPE(name)) args</span>
-00051 <span class="preprocessor"></span>
-<a name="l00058"></a><a class="code" href="group___a_p_r___util___opt.html#ga0">00058</a> <span class="keyword">typedef</span> void (<a class="code" href="group___a_p_r___util___opt.html#ga0">apr_opt_fn_t</a>)(<span class="keywordtype">void</span>);
-00060 APU_DECLARE_NONSTD(<span class="keywordtype">void</span>) apr_dynamic_fn_register(const <span class="keywordtype">char</span> *szName, 
-00061                                                   <a class="code" href="group___a_p_r___util___opt.html#ga0">apr_opt_fn_t</a> *pfn);
-00062 
-<a name="l00069"></a><a class="code" href="group___a_p_r___util___opt.html#ga5">00069</a> #define APR_REGISTER_OPTIONAL_FN(name) do { \
-00070   <a class="code" href="group___a_p_r___util___opt.html#ga3">APR_OPTIONAL_FN_TYPE</a>(name) *apu__opt = name; \
-00071   apr_dynamic_fn_register(#name,(<a class="code" href="group___a_p_r___util___opt.html#ga0">apr_opt_fn_t</a> *)apu__opt); \
-00072 } <span class="keywordflow">while</span> (0)
-00073 
-00077 APU_DECLARE(<a class="code" href="group___a_p_r___util___opt.html#ga0">apr_opt_fn_t</a> *) apr_dynamic_fn_retrieve(const <span class="keywordtype">char</span> *szName);
-00078 
-<a name="l00083"></a><a class="code" href="group___a_p_r___util___opt.html#ga6">00083</a> #define APR_RETRIEVE_OPTIONAL_FN(name) \
-00084         (APR_OPTIONAL_FN_TYPE(name) *)apr_dynamic_fn_retrieve(#name)
-00085 
-00087 #ifdef __cplusplus
-00088 }
-00089 #endif
-00090 
-00091 #endif <span class="comment">/* APR_OPTIONAL_H */</span>
-</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
+<h1>include/apr_optional.h</h1><a href="apr__optional_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as</span>
+00002 <span class="comment"> * applicable.</span>
+00003 <span class="comment"> *</span>
+00004 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
+00005 <span class="comment"> * you may not use this file except in compliance with the License.</span>
+00006 <span class="comment"> * You may obtain a copy of the License at</span>
+00007 <span class="comment"> *</span>
+00008 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
+00009 <span class="comment"> *</span>
+00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
+00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
+00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+00013 <span class="comment"> * See the License for the specific language governing permissions and</span>
+00014 <span class="comment"> * limitations under the License.</span>
+00015 <span class="comment"> */</span>
+00016 
+00017 <span class="preprocessor">#ifndef APR_OPTIONAL_H</span>
+00018 <span class="preprocessor"></span><span class="preprocessor">#define APR_OPTIONAL_H</span>
+00019 <span class="preprocessor"></span>
+00020 <span class="preprocessor">#include "apu.h"</span>
+00025 <span class="preprocessor">#ifdef __cplusplus</span>
+00026 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
+00027 <span class="preprocessor">#endif</span>
+00028 <span class="preprocessor"></span>
+<a name="l00042"></a><a class="code" href="group___a_p_r___util___opt.html#ga3">00042</a> <span class="preprocessor">#define APR_OPTIONAL_FN_TYPE(name) apr_OFN_##name##_t</span>
+00043 <span class="preprocessor"></span>
+<a name="l00050"></a><a class="code" href="group___a_p_r___util___opt.html#ga4">00050</a> <span class="preprocessor">#define APR_DECLARE_OPTIONAL_FN(ret,name,args) \</span>
+00051 <span class="preprocessor">typedef ret (APR_OPTIONAL_FN_TYPE(name)) args</span>
+00052 <span class="preprocessor"></span>
+<a name="l00059"></a><a class="code" href="group___a_p_r___util___opt.html#ga0">00059</a> <span class="keyword">typedef</span> void (<a class="code" href="group___a_p_r___util___opt.html#ga0">apr_opt_fn_t</a>)(<span class="keywordtype">void</span>);
+00061 APU_DECLARE_NONSTD(<span class="keywordtype">void</span>) apr_dynamic_fn_register(const <span class="keywordtype">char</span> *szName, 
+00062                                                   apr_opt_fn_t *pfn);
+00063 
+<a name="l00070"></a><a class="code" href="group___a_p_r___util___opt.html#ga5">00070</a> #define APR_REGISTER_OPTIONAL_FN(name) do { \
+00071   <a class="code" href="group___a_p_r___util___opt.html#ga3">APR_OPTIONAL_FN_TYPE</a>(name) *apu__opt = name; \
+00072   apr_dynamic_fn_register(#name,(<a class="code" href="group___a_p_r___util___opt.html#ga0">apr_opt_fn_t</a> *)apu__opt); \
+00073 } <span class="keywordflow">while</span> (0)
+00074 
+00078 APU_DECLARE(apr_opt_fn_t *) apr_dynamic_fn_retrieve(const <span class="keywordtype">char</span> *szName);
+00079 
+<a name="l00084"></a><a class="code" href="group___a_p_r___util___opt.html#ga6">00084</a> #define APR_RETRIEVE_OPTIONAL_FN(name) \
+00085         (APR_OPTIONAL_FN_TYPE(name) *)apr_dynamic_fn_retrieve(#name)
+00086 
+00088 #ifdef __cplusplus
+00089 }
+00090 #endif
+00091 
+00092 #endif <span class="comment">/* APR_OPTIONAL_H */</span>
+</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/apr__optional_8h.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__optional_8h.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/apr__optional_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/apr__optional_8h.html Mon Feb  7 15:10:17 2005
@@ -1,11 +1,12 @@
 <!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: include/apr_optional.h File Reference</title>
+<title>Apache Portable Runtime Utility Library: apr_optional.h File 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>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 "apu.h"</code><br>
 
@@ -35,8 +36,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR-UTIL registration of functions exported by modules. 
 <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/apr__optional__hooks_8h-source.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__optional__hooks_8h-source.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/apr__optional__hooks_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/apr__optional__hooks_8h-source.html Mon Feb  7 15:10:17 2005
@@ -3,72 +3,73 @@
 <title>Apache Portable Runtime Utility Library: include/apr_optional_hooks.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>include/apr_optional_hooks.h</h1><a href="apr__optional__hooks_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2000-2004 The Apache Software Foundation</span>
-00002 <span class="comment"> *</span>
-00003 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
-00004 <span class="comment"> * you may not use this file except in compliance with the License.</span>
-00005 <span class="comment"> * You may obtain a copy of the License at</span>
-00006 <span class="comment"> *</span>
-00007 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
-00008 <span class="comment"> *</span>
-00009 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
-00010 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
-00011 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
-00012 <span class="comment"> * See the License for the specific language governing permissions and</span>
-00013 <span class="comment"> * limitations under the License.</span>
-00014 <span class="comment"> */</span>
-00021 <span class="preprocessor">#ifndef APR_OPTIONAL_HOOK_H</span>
-00022 <span class="preprocessor"></span><span class="preprocessor">#define APR_OPTIONAL_HOOK_H</span>
-00023 <span class="preprocessor"></span>
-00024 <span class="preprocessor">#include "apr_tables.h"</span>
-00025 
-00026 <span class="preprocessor">#ifdef __cplusplus</span>
-00027 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
-00028 <span class="preprocessor">#endif</span>
-00029 <span class="preprocessor"></span>
-00047 APU_DECLARE(<span class="keywordtype">void</span>) apr_optional_hook_add(const <span class="keywordtype">char</span> *szName,<span class="keywordtype">void</span> (*pfn)(<span class="keywordtype">void</span>),
-00048                                         const <span class="keywordtype">char</span> * const *aszPre,
-00049                                         const <span class="keywordtype">char</span> * const *aszSucc,
-00050                                         <span class="keywordtype">int</span> nOrder);
-00051 
-<a name="l00063"></a><a class="code" href="group___a_p_r___util___o_p_t___h_o_o_k.html#ga2">00063</a> #define APR_OPTIONAL_HOOK(ns,name,pfn,aszPre,aszSucc,nOrder) do { \
-00064   ns##_HOOK_##name##_t *apu__hook = pfn; \
-00065   <a class="code" href="group___a_p_r___util___o_p_t___h_o_o_k.html#ga0">apr_optional_hook_add</a>(#name,(<span class="keywordtype">void</span> (*)(<span class="keywordtype">void</span>))apu__hook,aszPre, aszSucc, nOrder); \
-00066 } <span class="keywordflow">while</span> (0)
-00067 
-00073 APU_DECLARE(apr_array_header_t *) apr_optional_hook_get(const <span class="keywordtype">char</span> *szName);
-00074 
-<a name="l00089"></a><a class="code" href="group___a_p_r___util___o_p_t___h_o_o_k.html#ga3">00089</a> #define APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(ns,link,ret,name,args_decl,args_use,ok,decline) \
-00090 link##_DECLARE(ret) ns##_run_##name args_decl \
-00091     { \
-00092     ns##_LINK_##name##_t *pHook; \
-00093     <span class="keywordtype">int</span> n; \
-00094     ret rv; \
-00095     apr_array_header_t *pHookArray=apr_optional_hook_get(#name); \
-00096 \
-00097     <span class="keywordflow">if</span>(!pHookArray) \
-00098         <span class="keywordflow">return</span> ok; \
-00099 \
-00100     pHook=(ns##_LINK_##name##_t *)pHookArray-&gt;elts; \
-00101     <span class="keywordflow">for</span>(n=0 ; n &lt; pHookArray-&gt;nelts ; ++n) \
-00102         { \
-00103         rv=(pHook[n].pFunc)args_use; \
-00104 \
-00105         <span class="keywordflow">if</span>(rv != ok &amp;&amp; rv != decline) \
-00106             <span class="keywordflow">return</span> rv; \
-00107         } \
-00108     <span class="keywordflow">return</span> ok; \
-00109     }
-00110 
-00112 <span class="preprocessor">#ifdef __cplusplus</span>
-00113 <span class="preprocessor"></span>}
-00114 <span class="preprocessor">#endif</span>
-00115 <span class="preprocessor"></span>
-00116 <span class="preprocessor">#endif </span><span class="comment">/* APR_OPTIONAL_HOOK_H */</span>
-</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
+<h1>include/apr_optional_hooks.h</h1><a href="apr__optional__hooks_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as</span>
+00002 <span class="comment"> * applicable.</span>
+00003 <span class="comment"> *</span>
+00004 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
+00005 <span class="comment"> * you may not use this file except in compliance with the License.</span>
+00006 <span class="comment"> * You may obtain a copy of the License at</span>
+00007 <span class="comment"> *</span>
+00008 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
+00009 <span class="comment"> *</span>
+00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
+00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
+00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+00013 <span class="comment"> * See the License for the specific language governing permissions and</span>
+00014 <span class="comment"> * limitations under the License.</span>
+00015 <span class="comment"> */</span>
+00022 <span class="preprocessor">#ifndef APR_OPTIONAL_HOOK_H</span>
+00023 <span class="preprocessor"></span><span class="preprocessor">#define APR_OPTIONAL_HOOK_H</span>
+00024 <span class="preprocessor"></span>
+00025 <span class="preprocessor">#include "apr_tables.h"</span>
+00026 
+00027 <span class="preprocessor">#ifdef __cplusplus</span>
+00028 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
+00029 <span class="preprocessor">#endif</span>
+00030 <span class="preprocessor"></span>
+00048 APU_DECLARE(<span class="keywordtype">void</span>) apr_optional_hook_add(const <span class="keywordtype">char</span> *szName,<span class="keywordtype">void</span> (*pfn)(<span class="keywordtype">void</span>),
+00049                                         const <span class="keywordtype">char</span> * const *aszPre,
+00050                                         const <span class="keywordtype">char</span> * const *aszSucc,
+00051                                         <span class="keywordtype">int</span> nOrder);
+00052 
+<a name="l00064"></a><a class="code" href="group___a_p_r___util___o_p_t___h_o_o_k.html#ga2">00064</a> #define APR_OPTIONAL_HOOK(ns,name,pfn,aszPre,aszSucc,nOrder) do { \
+00065   ns##_HOOK_##name##_t *apu__hook = pfn; \
+00066   <a class="code" href="group___a_p_r___util___o_p_t___h_o_o_k.html#ga0">apr_optional_hook_add</a>(#name,(<span class="keywordtype">void</span> (*)(<span class="keywordtype">void</span>))apu__hook,aszPre, aszSucc, nOrder); \
+00067 } <span class="keywordflow">while</span> (0)
+00068 
+00074 APU_DECLARE(apr_array_header_t *) apr_optional_hook_get(const <span class="keywordtype">char</span> *szName);
+00075 
+<a name="l00090"></a><a class="code" href="group___a_p_r___util___o_p_t___h_o_o_k.html#ga3">00090</a> #define APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(ns,link,ret,name,args_decl,args_use,ok,decline) \
+00091 link##_DECLARE(ret) ns##_run_##name args_decl \
+00092     { \
+00093     ns##_LINK_##name##_t *pHook; \
+00094     <span class="keywordtype">int</span> n; \
+00095     ret rv; \
+00096     apr_array_header_t *pHookArray=apr_optional_hook_get(#name); \
+00097 \
+00098     <span class="keywordflow">if</span>(!pHookArray) \
+00099         <span class="keywordflow">return</span> ok; \
+00100 \
+00101     pHook=(ns##_LINK_##name##_t *)pHookArray-&gt;elts; \
+00102     <span class="keywordflow">for</span>(n=0 ; n &lt; pHookArray-&gt;nelts ; ++n) \
+00103         { \
+00104         rv=(pHook[n].pFunc)args_use; \
+00105 \
+00106         <span class="keywordflow">if</span>(rv != ok &amp;&amp; rv != decline) \
+00107             <span class="keywordflow">return</span> rv; \
+00108         } \
+00109     <span class="keywordflow">return</span> ok; \
+00110     }
+00111 
+00113 <span class="preprocessor">#ifdef __cplusplus</span>
+00114 <span class="preprocessor"></span>}
+00115 <span class="preprocessor">#endif</span>
+00116 <span class="preprocessor"></span>
+00117 <span class="preprocessor">#endif </span><span class="comment">/* APR_OPTIONAL_HOOK_H */</span>
+</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/apr__optional__hooks_8h.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__optional__hooks_8h.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/apr__optional__hooks_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/apr__optional__hooks_8h.html Mon Feb  7 15:10:17 2005
@@ -1,11 +1,12 @@
 <!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: include/apr_optional_hooks.h File Reference</title>
+<title>Apache Portable Runtime Utility Library: apr_optional_hooks.h File 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>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 "apr_tables.h"</code><br>
 
@@ -27,8 +28,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 <a class="el" href="namespace_apache.html">Apache</a> optional hook functions. 
 <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/apr__queue_8h-source.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__queue_8h-source.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/apr__queue_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr-util/apr__queue_8h-source.html Mon Feb  7 15:10:17 2005
@@ -3,65 +3,66 @@
 <title>Apache Portable Runtime Utility Library: include/apr_queue.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>include/apr_queue.h</h1><a href="apr__queue_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2000-2004 The Apache Software Foundation</span>
-00002 <span class="comment"> *</span>
-00003 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
-00004 <span class="comment"> * you may not use this file except in compliance with the License.</span>
-00005 <span class="comment"> * You may obtain a copy of the License at</span>
-00006 <span class="comment"> *</span>
-00007 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
-00008 <span class="comment"> *</span>
-00009 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
-00010 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
-00011 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
-00012 <span class="comment"> * See the License for the specific language governing permissions and</span>
-00013 <span class="comment"> * limitations under the License.</span>
-00014 <span class="comment"> */</span>
-00015 
-00016 <span class="preprocessor">#ifndef APR_QUEUE_H</span>
-00017 <span class="preprocessor"></span><span class="preprocessor">#define APR_QUEUE_H</span>
-00018 <span class="preprocessor"></span>
-00019 <span class="preprocessor">#if APR_HAS_THREADS</span>
-00020 <span class="preprocessor"></span>
-00028 <span class="preprocessor">#include "apu.h"</span>
-00029 <span class="preprocessor">#include "apr_errno.h"</span>
-00030 <span class="preprocessor">#include "apr_pools.h"</span>
-00031 
-00032 <span class="preprocessor">#ifdef __cplusplus</span>
-00033 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
-00034 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span>
-00035 
-<a name="l00045"></a><a class="code" href="group___a_p_r___util___f_i_f_o.html#ga0">00045</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="group___a_p_r___util___f_i_f_o.html#ga0">apr_queue_t</a> <a class="code" href="group___a_p_r___util___f_i_f_o.html#ga0">apr_queue_t</a>;
-00046 
-00053 APU_DECLARE(apr_status_t) apr_queue_create(apr_queue_t **queue, 
-00054                                            <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> queue_capacity, 
-00055                                            apr_pool_t *a);
-00056 
-00066 APU_DECLARE(apr_status_t) apr_queue_push(apr_queue_t *queue, <span class="keywordtype">void</span> *data);
-00067 
-00077 APU_DECLARE(apr_status_t) apr_queue_pop(apr_queue_t *queue, <span class="keywordtype">void</span> **data);
-00078 
-00089 APU_DECLARE(apr_status_t) apr_queue_trypush(apr_queue_t *queue, <span class="keywordtype">void</span> *data);
-00090 
-00101 APU_DECLARE(apr_status_t) apr_queue_trypop(apr_queue_t *queue, <span class="keywordtype">void</span> **data);
-00102 
-00111 APU_DECLARE(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>) apr_queue_size(apr_queue_t *queue);
-00112 
-00118 APU_DECLARE(apr_status_t) apr_queue_interrupt_all(apr_queue_t *queue);
-00119 
-00126 APU_DECLARE(apr_status_t) apr_queue_term(apr_queue_t *queue);
-00127 
-00128 #ifdef __cplusplus
-00129 }
-00130 #endif
-00131 
-00134 #endif <span class="comment">/* APR_HAS_THREADS */</span>
-00135 
-00136 #endif <span class="comment">/* APRQUEUE_H */</span>
-</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
+<h1>include/apr_queue.h</h1><a href="apr__queue_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as</span>
+00002 <span class="comment"> * applicable.</span>
+00003 <span class="comment"> *</span>
+00004 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
+00005 <span class="comment"> * you may not use this file except in compliance with the License.</span>
+00006 <span class="comment"> * You may obtain a copy of the License at</span>
+00007 <span class="comment"> *</span>
+00008 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
+00009 <span class="comment"> *</span>
+00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
+00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
+00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+00013 <span class="comment"> * See the License for the specific language governing permissions and</span>
+00014 <span class="comment"> * limitations under the License.</span>
+00015 <span class="comment"> */</span>
+00016 
+00017 <span class="preprocessor">#ifndef APR_QUEUE_H</span>
+00018 <span class="preprocessor"></span><span class="preprocessor">#define APR_QUEUE_H</span>
+00019 <span class="preprocessor"></span>
+00020 <span class="preprocessor">#if APR_HAS_THREADS</span>
+00021 <span class="preprocessor"></span>
+00029 <span class="preprocessor">#include "apu.h"</span>
+00030 <span class="preprocessor">#include "apr_errno.h"</span>
+00031 <span class="preprocessor">#include "apr_pools.h"</span>
+00032 
+00033 <span class="preprocessor">#ifdef __cplusplus</span>
+00034 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
+00035 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span>
+00036 
+<a name="l00046"></a><a class="code" href="group___a_p_r___util___f_i_f_o.html#ga0">00046</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="group___a_p_r___util___f_i_f_o.html#ga0">apr_queue_t</a> <a class="code" href="group___a_p_r___util___f_i_f_o.html#ga0">apr_queue_t</a>;
+00047 
+00054 APU_DECLARE(apr_status_t) apr_queue_create(apr_queue_t **queue, 
+00055                                            <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> queue_capacity, 
+00056                                            apr_pool_t *a);
+00057 
+00067 APU_DECLARE(apr_status_t) apr_queue_push(apr_queue_t *queue, <span class="keywordtype">void</span> *data);
+00068 
+00078 APU_DECLARE(apr_status_t) apr_queue_pop(apr_queue_t *queue, <span class="keywordtype">void</span> **data);
+00079 
+00090 APU_DECLARE(apr_status_t) apr_queue_trypush(apr_queue_t *queue, <span class="keywordtype">void</span> *data);
+00091 
+00102 APU_DECLARE(apr_status_t) apr_queue_trypop(apr_queue_t *queue, <span class="keywordtype">void</span> **data);
+00103 
+00112 APU_DECLARE(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>) apr_queue_size(apr_queue_t *queue);
+00113 
+00119 APU_DECLARE(apr_status_t) apr_queue_interrupt_all(apr_queue_t *queue);
+00120 
+00127 APU_DECLARE(apr_status_t) apr_queue_term(apr_queue_t *queue);
+00128 
+00129 #ifdef __cplusplus
+00130 }
+00131 #endif
+00132 
+00135 #endif <span class="comment">/* APR_HAS_THREADS */</span>
+00136 
+00137 #endif <span class="comment">/* APRQUEUE_H */</span>
+</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/apr__queue_8h.html
URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__queue_8h.html?view=diff&r1=151767&r2=151768
==============================================================================
--- apr/site/trunk/docs/docs/apr-util/apr__queue_8h.html (original)
+++ apr/site/trunk/docs/docs/apr-util/apr__queue_8h.html Mon Feb  7 15:10:17 2005
@@ -1,11 +1,12 @@
 <!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: include/apr_queue.h File Reference</title>
+<title>Apache Portable Runtime Utility Library: apr_queue.h File 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>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 "apu.h"</code><br>
 <code>#include "apr_errno.h"</code><br>
@@ -39,8 +40,8 @@
 Thread Safe FIFO bounded queue. 
 <p>
 <dl 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>
-<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>