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 2007/09/11 01:38:31 UTC

svn commit: r574406 [30/38] - in /apr/site/trunk/docs/docs: apr-util/0.9/ apr-util/1.2/ apr-util/trunk/ apr/0.9/ apr/1.2/ apr/trunk/

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__lib_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__lib_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__lib_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__lib_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_lib.h Source File</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.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </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>
+  </ul>
+</div>
 <h1>apr_lib.h</h1><a href="apr__lib_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>
@@ -46,8 +48,8 @@
 <a name="l00025"></a>00025 <span class="comment"> * @brief APR general purpose library routines</span>
 <a name="l00026"></a>00026 <span class="comment"> */</span>
 <a name="l00027"></a>00027 
-<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
-<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
+<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
+<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
 <a name="l00030"></a>00030 
 <a name="l00031"></a>00031 <span class="preprocessor">#if APR_HAVE_CTYPE_H</span>
 <a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#include &lt;ctype.h&gt;</span>
@@ -142,122 +144,125 @@
 <a name="l00121"></a>00121 <span class="comment"> * %%pm takes an apr_status_t * and prints the appropriate error</span>
 <a name="l00122"></a>00122 <span class="comment"> *      string (from apr_strerror) corresponding to that error code.</span>
 <a name="l00123"></a>00123 <span class="comment"> * %%pp takes a void * and outputs it in hex</span>
-<a name="l00124"></a>00124 <span class="comment"> *</span>
-<a name="l00125"></a>00125 <span class="comment"> * %%pt is only available from APR 1.2.0 onwards.</span>
-<a name="l00126"></a>00126 <span class="comment"> * %%pm is only available from APR 1.3.0 onwards.</span>
-<a name="l00127"></a>00127 <span class="comment"> * </span>
-<a name="l00128"></a>00128 <span class="comment"> * The %%p hacks are to force gcc's printf warning code to skip</span>
-<a name="l00129"></a>00129 <span class="comment"> * over a pointer argument without complaining.  This does</span>
-<a name="l00130"></a>00130 <span class="comment"> * mean that the ANSI-style %%p (output a void * in hex format) won't</span>
-<a name="l00131"></a>00131 <span class="comment"> * work as expected at all, but that seems to be a fair trade-off</span>
-<a name="l00132"></a>00132 <span class="comment"> * for the increased robustness of having printf-warnings work.</span>
-<a name="l00133"></a>00133 <span class="comment"> *</span>
-<a name="l00134"></a>00134 <span class="comment"> * Additionally, apr_vformatter allows for arbitrary output methods</span>
-<a name="l00135"></a>00135 <span class="comment"> * using the apr_vformatter_buff and flush_func.</span>
+<a name="l00124"></a>00124 <span class="comment"> * %%pB takes a apr_uint32_t * as bytes and outputs it's apr_strfsize</span>
+<a name="l00125"></a>00125 <span class="comment"> * %%pF same as above, but takes a apr_off_t *</span>
+<a name="l00126"></a>00126 <span class="comment"> * %%pS same as above, but takes a apr_size_t *</span>
+<a name="l00127"></a>00127 <span class="comment"> *</span>
+<a name="l00128"></a>00128 <span class="comment"> * %%pt is only available from APR 1.2.0 onwards.</span>
+<a name="l00129"></a>00129 <span class="comment"> * %%pm, %%pB, %%pF and %%pS are only available from APR 1.3.0 onwards.</span>
+<a name="l00130"></a>00130 <span class="comment"> * </span>
+<a name="l00131"></a>00131 <span class="comment"> * The %%p hacks are to force gcc's printf warning code to skip</span>
+<a name="l00132"></a>00132 <span class="comment"> * over a pointer argument without complaining.  This does</span>
+<a name="l00133"></a>00133 <span class="comment"> * mean that the ANSI-style %%p (output a void * in hex format) won't</span>
+<a name="l00134"></a>00134 <span class="comment"> * work as expected at all, but that seems to be a fair trade-off</span>
+<a name="l00135"></a>00135 <span class="comment"> * for the increased robustness of having printf-warnings work.</span>
 <a name="l00136"></a>00136 <span class="comment"> *</span>
-<a name="l00137"></a>00137 <span class="comment"> * The apr_vformatter_buff has two elements curpos and endpos.</span>
-<a name="l00138"></a>00138 <span class="comment"> * curpos is where apr_vformatter will write the next byte of output.</span>
-<a name="l00139"></a>00139 <span class="comment"> * It proceeds writing output to curpos, and updating curpos, until</span>
-<a name="l00140"></a>00140 <span class="comment"> * either the end of output is reached, or curpos == endpos (i.e. the</span>
-<a name="l00141"></a>00141 <span class="comment"> * buffer is full).</span>
-<a name="l00142"></a>00142 <span class="comment"> *</span>
-<a name="l00143"></a>00143 <span class="comment"> * If the end of output is reached, apr_vformatter returns the</span>
-<a name="l00144"></a>00144 <span class="comment"> * number of bytes written.</span>
+<a name="l00137"></a>00137 <span class="comment"> * Additionally, apr_vformatter allows for arbitrary output methods</span>
+<a name="l00138"></a>00138 <span class="comment"> * using the apr_vformatter_buff and flush_func.</span>
+<a name="l00139"></a>00139 <span class="comment"> *</span>
+<a name="l00140"></a>00140 <span class="comment"> * The apr_vformatter_buff has two elements curpos and endpos.</span>
+<a name="l00141"></a>00141 <span class="comment"> * curpos is where apr_vformatter will write the next byte of output.</span>
+<a name="l00142"></a>00142 <span class="comment"> * It proceeds writing output to curpos, and updating curpos, until</span>
+<a name="l00143"></a>00143 <span class="comment"> * either the end of output is reached, or curpos == endpos (i.e. the</span>
+<a name="l00144"></a>00144 <span class="comment"> * buffer is full).</span>
 <a name="l00145"></a>00145 <span class="comment"> *</span>
-<a name="l00146"></a>00146 <span class="comment"> * When the buffer is full, the flush_func is called.  The flush_func</span>
-<a name="l00147"></a>00147 <span class="comment"> * can return -1 to indicate that no further output should be attempted,</span>
-<a name="l00148"></a>00148 <span class="comment"> * and apr_vformatter will return immediately with -1.  Otherwise</span>
-<a name="l00149"></a>00149 <span class="comment"> * the flush_func should flush the buffer in whatever manner is</span>
-<a name="l00150"></a>00150 <span class="comment"> * appropriate, re apr_pool_t nitialize curpos and endpos, and return 0.</span>
-<a name="l00151"></a>00151 <span class="comment"> *</span>
-<a name="l00152"></a>00152 <span class="comment"> * Note that flush_func is only invoked as a result of attempting to</span>
-<a name="l00153"></a>00153 <span class="comment"> * write another byte at curpos when curpos &gt;= endpos.  So for</span>
-<a name="l00154"></a>00154 <span class="comment"> * example, it's possible when the output exactly matches the buffer</span>
-<a name="l00155"></a>00155 <span class="comment"> * space available that curpos == endpos will be true when</span>
-<a name="l00156"></a>00156 <span class="comment"> * apr_vformatter returns.</span>
-<a name="l00157"></a>00157 <span class="comment"> *</span>
-<a name="l00158"></a>00158 <span class="comment"> * apr_vformatter does not call out to any other code, it is entirely</span>
-<a name="l00159"></a>00159 <span class="comment"> * self-contained.  This allows the callers to do things which are</span>
-<a name="l00160"></a>00160 <span class="comment"> * otherwise "unsafe".  For example, apr_psprintf uses the "scratch"</span>
-<a name="l00161"></a>00161 <span class="comment"> * space at the unallocated end of a block, and doesn't actually</span>
-<a name="l00162"></a>00162 <span class="comment"> * complete the allocation until apr_vformatter returns.  apr_psprintf</span>
-<a name="l00163"></a>00163 <span class="comment"> * would be completely broken if apr_vformatter were to call anything</span>
-<a name="l00164"></a>00164 <span class="comment"> * that used this same pool.  Similarly http_bprintf() uses the "scratch"</span>
-<a name="l00165"></a>00165 <span class="comment"> * space at the end of its output buffer, and doesn't actually note</span>
-<a name="l00166"></a>00166 <span class="comment"> * that the space is in use until it either has to flush the buffer</span>
-<a name="l00167"></a>00167 <span class="comment"> * or until apr_vformatter returns.</span>
-<a name="l00168"></a>00168 <span class="comment"> * &lt;/PRE&gt;</span>
-<a name="l00169"></a>00169 <span class="comment"> */</span>
-<a name="l00170"></a>00170 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<span class="keywordtype">int</span>) <a class="code" href="group__apr__lib.html#gd2cd3594aeaafd45931d1034965f48c1">apr_vformatter</a>(<span class="keywordtype">int</span> (*flush_func)(<a class="code" href="group__apr__lib.html#g5e9986deebda40f2d1cf8364fa03c3c5">apr_vformatter_buff_t</a> *b),
-<a name="l00171"></a>00171                                 <a class="code" href="group__apr__lib.html#g5e9986deebda40f2d1cf8364fa03c3c5">apr_vformatter_buff_t</a> *c, const <span class="keywordtype">char</span> *fmt,
-<a name="l00172"></a>00172                                 va_list ap);
-<a name="l00173"></a>00173 <span class="comment"></span>
-<a name="l00174"></a>00174 <span class="comment">/**</span>
-<a name="l00175"></a>00175 <span class="comment"> * Display a prompt and read in the password from stdin.</span>
-<a name="l00176"></a>00176 <span class="comment"> * @param prompt The prompt to display</span>
-<a name="l00177"></a>00177 <span class="comment"> * @param pwbuf Buffer to store the password</span>
-<a name="l00178"></a>00178 <span class="comment"> * @param bufsize The length of the password buffer.</span>
-<a name="l00179"></a>00179 <span class="comment"> * @remark If the password entered must be truncated to fit in</span>
-<a name="l00180"></a>00180 <span class="comment"> * the provided buffer, APR_ENAMETOOLONG will be returned.</span>
-<a name="l00181"></a>00181 <span class="comment"> * Note that the bufsize paramater is passed by reference for no</span>
-<a name="l00182"></a>00182 <span class="comment"> * reason; its value will never be modified by the apr_password_get()</span>
-<a name="l00183"></a>00183 <span class="comment"> * function.</span>
-<a name="l00184"></a>00184 <span class="comment"> */</span>
-<a name="l00185"></a>00185 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__lib.html#g377e0677598745769ec6f80fecf8f859">apr_password_get</a>(const <span class="keywordtype">char</span> *prompt, <span class="keywordtype">char</span> *pwbuf, 
-<a name="l00186"></a>00186                                            apr_size_t *bufsize);
-<a name="l00187"></a>00187 <span class="comment"></span>
-<a name="l00188"></a>00188 <span class="comment">/** @} */</span>
-<a name="l00189"></a>00189 <span class="comment"></span>
-<a name="l00190"></a>00190 <span class="comment">/**</span>
-<a name="l00191"></a>00191 <span class="comment"> * @defgroup apr_ctype ctype functions</span>
-<a name="l00192"></a>00192 <span class="comment"> * These macros allow correct support of 8-bit characters on systems which</span>
-<a name="l00193"></a>00193 <span class="comment"> * support 8-bit characters.  Pretty dumb how the cast is required, but</span>
-<a name="l00194"></a>00194 <span class="comment"> * that's legacy libc for ya.  These new macros do not support EOF like</span>
-<a name="l00195"></a>00195 <span class="comment"> * the standard macros do.  Tough.</span>
-<a name="l00196"></a>00196 <span class="comment"> * @{</span>
-<a name="l00197"></a>00197 <span class="comment"> */</span><span class="comment"></span>
-<a name="l00198"></a>00198 <span class="comment">/** @see isalnum */</span>
-<a name="l00199"></a><a class="code" href="group__apr__ctype.html#g4fa78e6e7272dae64731768a17a2e003">00199</a> <span class="preprocessor">#define apr_isalnum(c) (isalnum(((unsigned char)(c))))</span>
-<a name="l00200"></a>00200 <span class="preprocessor"></span><span class="comment">/** @see isalpha */</span>
-<a name="l00201"></a><a class="code" href="group__apr__ctype.html#g9ecd5b94a7816591afd68040b0624327">00201</a> <span class="preprocessor">#define apr_isalpha(c) (isalpha(((unsigned char)(c))))</span>
-<a name="l00202"></a>00202 <span class="preprocessor"></span><span class="comment">/** @see iscntrl */</span>
-<a name="l00203"></a><a class="code" href="group__apr__ctype.html#gcc8b4597be99c895ea042e8088ee94ab">00203</a> <span class="preprocessor">#define apr_iscntrl(c) (iscntrl(((unsigned char)(c))))</span>
-<a name="l00204"></a>00204 <span class="preprocessor"></span><span class="comment">/** @see isdigit */</span>
-<a name="l00205"></a><a class="code" href="group__apr__ctype.html#g8c453b1d66015b357c3d3a3ddb7d97d7">00205</a> <span class="preprocessor">#define apr_isdigit(c) (isdigit(((unsigned char)(c))))</span>
-<a name="l00206"></a>00206 <span class="preprocessor"></span><span class="comment">/** @see isgraph */</span>
-<a name="l00207"></a><a class="code" href="group__apr__ctype.html#gd4fbfcf508e7771ca85e85e4ac9567c2">00207</a> <span class="preprocessor">#define apr_isgraph(c) (isgraph(((unsigned char)(c))))</span>
-<a name="l00208"></a>00208 <span class="preprocessor"></span><span class="comment">/** @see islower*/</span>
-<a name="l00209"></a><a class="code" href="group__apr__ctype.html#gff5eeb2f6350095ce86cc2cd4b1d38ee">00209</a> <span class="preprocessor">#define apr_islower(c) (islower(((unsigned char)(c))))</span>
-<a name="l00210"></a>00210 <span class="preprocessor"></span><span class="comment">/** @see isascii */</span>
-<a name="l00211"></a>00211 <span class="preprocessor">#ifdef isascii</span>
-<a name="l00212"></a>00212 <span class="preprocessor"></span><span class="preprocessor">#define apr_isascii(c) (isascii(((unsigned char)(c))))</span>
-<a name="l00213"></a>00213 <span class="preprocessor"></span><span class="preprocessor">#else</span>
-<a name="l00214"></a><a class="code" href="group__apr__ctype.html#ge7cab1b39d2e0fc14f343ec14e12565a">00214</a> <span class="preprocessor"></span><span class="preprocessor">#define apr_isascii(c) (((c) &amp; ~0x7f)==0)</span>
-<a name="l00215"></a>00215 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
-<a name="l00216"></a>00216 <span class="preprocessor"></span><span class="comment">/** @see isprint */</span>
-<a name="l00217"></a><a class="code" href="group__apr__ctype.html#g20da56fc8bbedc9f8a40d20c1cc58bac">00217</a> <span class="preprocessor">#define apr_isprint(c) (isprint(((unsigned char)(c))))</span>
-<a name="l00218"></a>00218 <span class="preprocessor"></span><span class="comment">/** @see ispunct */</span>
-<a name="l00219"></a><a class="code" href="group__apr__ctype.html#g1db14e8d5f9891010c8bad08aa100674">00219</a> <span class="preprocessor">#define apr_ispunct(c) (ispunct(((unsigned char)(c))))</span>
-<a name="l00220"></a>00220 <span class="preprocessor"></span><span class="comment">/** @see isspace */</span>
-<a name="l00221"></a><a class="code" href="group__apr__ctype.html#g23f4c7721923a0f0f444fd7fb196047a">00221</a> <span class="preprocessor">#define apr_isspace(c) (isspace(((unsigned char)(c))))</span>
-<a name="l00222"></a>00222 <span class="preprocessor"></span><span class="comment">/** @see isupper */</span>
-<a name="l00223"></a><a class="code" href="group__apr__ctype.html#g362f53cc44aab662aaf04fa87e36035b">00223</a> <span class="preprocessor">#define apr_isupper(c) (isupper(((unsigned char)(c))))</span>
-<a name="l00224"></a>00224 <span class="preprocessor"></span><span class="comment">/** @see isxdigit */</span>
-<a name="l00225"></a><a class="code" href="group__apr__ctype.html#g9d30f3c5d538c21c6d50565cda8654d0">00225</a> <span class="preprocessor">#define apr_isxdigit(c) (isxdigit(((unsigned char)(c))))</span>
-<a name="l00226"></a>00226 <span class="preprocessor"></span><span class="comment">/** @see tolower */</span>
-<a name="l00227"></a><a class="code" href="group__apr__ctype.html#ga591f2a7eb578b1fb3ae9aeaab9eafaa">00227</a> <span class="preprocessor">#define apr_tolower(c) (tolower(((unsigned char)(c))))</span>
-<a name="l00228"></a>00228 <span class="preprocessor"></span><span class="comment">/** @see toupper */</span>
-<a name="l00229"></a><a class="code" href="group__apr__ctype.html#g83d2a3217282784d24897658ad0717b7">00229</a> <span class="preprocessor">#define apr_toupper(c) (toupper(((unsigned char)(c))))</span>
-<a name="l00230"></a>00230 <span class="preprocessor"></span><span class="comment"></span>
-<a name="l00231"></a>00231 <span class="comment">/** @} */</span>
-<a name="l00232"></a>00232 
-<a name="l00233"></a>00233 <span class="preprocessor">#ifdef __cplusplus</span>
-<a name="l00234"></a>00234 <span class="preprocessor"></span>}
-<a name="l00235"></a>00235 <span class="preprocessor">#endif</span>
-<a name="l00236"></a>00236 <span class="preprocessor"></span>
-<a name="l00237"></a>00237 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_LIB_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:55 2007 for Apache Portable Runtime by&nbsp;
+<a name="l00146"></a>00146 <span class="comment"> * If the end of output is reached, apr_vformatter returns the</span>
+<a name="l00147"></a>00147 <span class="comment"> * number of bytes written.</span>
+<a name="l00148"></a>00148 <span class="comment"> *</span>
+<a name="l00149"></a>00149 <span class="comment"> * When the buffer is full, the flush_func is called.  The flush_func</span>
+<a name="l00150"></a>00150 <span class="comment"> * can return -1 to indicate that no further output should be attempted,</span>
+<a name="l00151"></a>00151 <span class="comment"> * and apr_vformatter will return immediately with -1.  Otherwise</span>
+<a name="l00152"></a>00152 <span class="comment"> * the flush_func should flush the buffer in whatever manner is</span>
+<a name="l00153"></a>00153 <span class="comment"> * appropriate, re apr_pool_t nitialize curpos and endpos, and return 0.</span>
+<a name="l00154"></a>00154 <span class="comment"> *</span>
+<a name="l00155"></a>00155 <span class="comment"> * Note that flush_func is only invoked as a result of attempting to</span>
+<a name="l00156"></a>00156 <span class="comment"> * write another byte at curpos when curpos &gt;= endpos.  So for</span>
+<a name="l00157"></a>00157 <span class="comment"> * example, it's possible when the output exactly matches the buffer</span>
+<a name="l00158"></a>00158 <span class="comment"> * space available that curpos == endpos will be true when</span>
+<a name="l00159"></a>00159 <span class="comment"> * apr_vformatter returns.</span>
+<a name="l00160"></a>00160 <span class="comment"> *</span>
+<a name="l00161"></a>00161 <span class="comment"> * apr_vformatter does not call out to any other code, it is entirely</span>
+<a name="l00162"></a>00162 <span class="comment"> * self-contained.  This allows the callers to do things which are</span>
+<a name="l00163"></a>00163 <span class="comment"> * otherwise "unsafe".  For example, apr_psprintf uses the "scratch"</span>
+<a name="l00164"></a>00164 <span class="comment"> * space at the unallocated end of a block, and doesn't actually</span>
+<a name="l00165"></a>00165 <span class="comment"> * complete the allocation until apr_vformatter returns.  apr_psprintf</span>
+<a name="l00166"></a>00166 <span class="comment"> * would be completely broken if apr_vformatter were to call anything</span>
+<a name="l00167"></a>00167 <span class="comment"> * that used this same pool.  Similarly http_bprintf() uses the "scratch"</span>
+<a name="l00168"></a>00168 <span class="comment"> * space at the end of its output buffer, and doesn't actually note</span>
+<a name="l00169"></a>00169 <span class="comment"> * that the space is in use until it either has to flush the buffer</span>
+<a name="l00170"></a>00170 <span class="comment"> * or until apr_vformatter returns.</span>
+<a name="l00171"></a>00171 <span class="comment"> * &lt;/PRE&gt;</span>
+<a name="l00172"></a>00172 <span class="comment"> */</span>
+<a name="l00173"></a>00173 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<span class="keywordtype">int</span>) <a class="code" href="group__apr__lib.html#gd2cd3594aeaafd45931d1034965f48c1">apr_vformatter</a>(<span class="keywordtype">int</span> (*flush_func)(<a class="code" href="group__apr__lib.html#g5e9986deebda40f2d1cf8364fa03c3c5">apr_vformatter_buff_t</a> *b),
+<a name="l00174"></a>00174                                 <a class="code" href="group__apr__lib.html#g5e9986deebda40f2d1cf8364fa03c3c5">apr_vformatter_buff_t</a> *c, const <span class="keywordtype">char</span> *fmt,
+<a name="l00175"></a>00175                                 va_list ap);
+<a name="l00176"></a>00176 <span class="comment"></span>
+<a name="l00177"></a>00177 <span class="comment">/**</span>
+<a name="l00178"></a>00178 <span class="comment"> * Display a prompt and read in the password from stdin.</span>
+<a name="l00179"></a>00179 <span class="comment"> * @param prompt The prompt to display</span>
+<a name="l00180"></a>00180 <span class="comment"> * @param pwbuf Buffer to store the password</span>
+<a name="l00181"></a>00181 <span class="comment"> * @param bufsize The length of the password buffer.</span>
+<a name="l00182"></a>00182 <span class="comment"> * @remark If the password entered must be truncated to fit in</span>
+<a name="l00183"></a>00183 <span class="comment"> * the provided buffer, APR_ENAMETOOLONG will be returned.</span>
+<a name="l00184"></a>00184 <span class="comment"> * Note that the bufsize paramater is passed by reference for no</span>
+<a name="l00185"></a>00185 <span class="comment"> * reason; its value will never be modified by the apr_password_get()</span>
+<a name="l00186"></a>00186 <span class="comment"> * function.</span>
+<a name="l00187"></a>00187 <span class="comment"> */</span>
+<a name="l00188"></a>00188 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__lib.html#g377e0677598745769ec6f80fecf8f859">apr_password_get</a>(const <span class="keywordtype">char</span> *prompt, <span class="keywordtype">char</span> *pwbuf, 
+<a name="l00189"></a>00189                                            apr_size_t *bufsize);
+<a name="l00190"></a>00190 <span class="comment"></span>
+<a name="l00191"></a>00191 <span class="comment">/** @} */</span>
+<a name="l00192"></a>00192 <span class="comment"></span>
+<a name="l00193"></a>00193 <span class="comment">/**</span>
+<a name="l00194"></a>00194 <span class="comment"> * @defgroup apr_ctype ctype functions</span>
+<a name="l00195"></a>00195 <span class="comment"> * These macros allow correct support of 8-bit characters on systems which</span>
+<a name="l00196"></a>00196 <span class="comment"> * support 8-bit characters.  Pretty dumb how the cast is required, but</span>
+<a name="l00197"></a>00197 <span class="comment"> * that's legacy libc for ya.  These new macros do not support EOF like</span>
+<a name="l00198"></a>00198 <span class="comment"> * the standard macros do.  Tough.</span>
+<a name="l00199"></a>00199 <span class="comment"> * @{</span>
+<a name="l00200"></a>00200 <span class="comment"> */</span><span class="comment"></span>
+<a name="l00201"></a>00201 <span class="comment">/** @see isalnum */</span>
+<a name="l00202"></a><a class="code" href="group__apr__ctype.html#g4fa78e6e7272dae64731768a17a2e003">00202</a> <span class="preprocessor">#define apr_isalnum(c) (isalnum(((unsigned char)(c))))</span>
+<a name="l00203"></a>00203 <span class="preprocessor"></span><span class="comment">/** @see isalpha */</span>
+<a name="l00204"></a><a class="code" href="group__apr__ctype.html#g9ecd5b94a7816591afd68040b0624327">00204</a> <span class="preprocessor">#define apr_isalpha(c) (isalpha(((unsigned char)(c))))</span>
+<a name="l00205"></a>00205 <span class="preprocessor"></span><span class="comment">/** @see iscntrl */</span>
+<a name="l00206"></a><a class="code" href="group__apr__ctype.html#gcc8b4597be99c895ea042e8088ee94ab">00206</a> <span class="preprocessor">#define apr_iscntrl(c) (iscntrl(((unsigned char)(c))))</span>
+<a name="l00207"></a>00207 <span class="preprocessor"></span><span class="comment">/** @see isdigit */</span>
+<a name="l00208"></a><a class="code" href="group__apr__ctype.html#g8c453b1d66015b357c3d3a3ddb7d97d7">00208</a> <span class="preprocessor">#define apr_isdigit(c) (isdigit(((unsigned char)(c))))</span>
+<a name="l00209"></a>00209 <span class="preprocessor"></span><span class="comment">/** @see isgraph */</span>
+<a name="l00210"></a><a class="code" href="group__apr__ctype.html#gd4fbfcf508e7771ca85e85e4ac9567c2">00210</a> <span class="preprocessor">#define apr_isgraph(c) (isgraph(((unsigned char)(c))))</span>
+<a name="l00211"></a>00211 <span class="preprocessor"></span><span class="comment">/** @see islower*/</span>
+<a name="l00212"></a><a class="code" href="group__apr__ctype.html#gff5eeb2f6350095ce86cc2cd4b1d38ee">00212</a> <span class="preprocessor">#define apr_islower(c) (islower(((unsigned char)(c))))</span>
+<a name="l00213"></a>00213 <span class="preprocessor"></span><span class="comment">/** @see isascii */</span>
+<a name="l00214"></a>00214 <span class="preprocessor">#ifdef isascii</span>
+<a name="l00215"></a>00215 <span class="preprocessor"></span><span class="preprocessor">#define apr_isascii(c) (isascii(((unsigned char)(c))))</span>
+<a name="l00216"></a>00216 <span class="preprocessor"></span><span class="preprocessor">#else</span>
+<a name="l00217"></a><a class="code" href="group__apr__ctype.html#ge7cab1b39d2e0fc14f343ec14e12565a">00217</a> <span class="preprocessor"></span><span class="preprocessor">#define apr_isascii(c) (((c) &amp; ~0x7f)==0)</span>
+<a name="l00218"></a>00218 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
+<a name="l00219"></a>00219 <span class="preprocessor"></span><span class="comment">/** @see isprint */</span>
+<a name="l00220"></a><a class="code" href="group__apr__ctype.html#g20da56fc8bbedc9f8a40d20c1cc58bac">00220</a> <span class="preprocessor">#define apr_isprint(c) (isprint(((unsigned char)(c))))</span>
+<a name="l00221"></a>00221 <span class="preprocessor"></span><span class="comment">/** @see ispunct */</span>
+<a name="l00222"></a><a class="code" href="group__apr__ctype.html#g1db14e8d5f9891010c8bad08aa100674">00222</a> <span class="preprocessor">#define apr_ispunct(c) (ispunct(((unsigned char)(c))))</span>
+<a name="l00223"></a>00223 <span class="preprocessor"></span><span class="comment">/** @see isspace */</span>
+<a name="l00224"></a><a class="code" href="group__apr__ctype.html#g23f4c7721923a0f0f444fd7fb196047a">00224</a> <span class="preprocessor">#define apr_isspace(c) (isspace(((unsigned char)(c))))</span>
+<a name="l00225"></a>00225 <span class="preprocessor"></span><span class="comment">/** @see isupper */</span>
+<a name="l00226"></a><a class="code" href="group__apr__ctype.html#g362f53cc44aab662aaf04fa87e36035b">00226</a> <span class="preprocessor">#define apr_isupper(c) (isupper(((unsigned char)(c))))</span>
+<a name="l00227"></a>00227 <span class="preprocessor"></span><span class="comment">/** @see isxdigit */</span>
+<a name="l00228"></a><a class="code" href="group__apr__ctype.html#g9d30f3c5d538c21c6d50565cda8654d0">00228</a> <span class="preprocessor">#define apr_isxdigit(c) (isxdigit(((unsigned char)(c))))</span>
+<a name="l00229"></a>00229 <span class="preprocessor"></span><span class="comment">/** @see tolower */</span>
+<a name="l00230"></a><a class="code" href="group__apr__ctype.html#ga591f2a7eb578b1fb3ae9aeaab9eafaa">00230</a> <span class="preprocessor">#define apr_tolower(c) (tolower(((unsigned char)(c))))</span>
+<a name="l00231"></a>00231 <span class="preprocessor"></span><span class="comment">/** @see toupper */</span>
+<a name="l00232"></a><a class="code" href="group__apr__ctype.html#g83d2a3217282784d24897658ad0717b7">00232</a> <span class="preprocessor">#define apr_toupper(c) (toupper(((unsigned char)(c))))</span>
+<a name="l00233"></a>00233 <span class="preprocessor"></span><span class="comment"></span>
+<a name="l00234"></a>00234 <span class="comment">/** @} */</span>
+<a name="l00235"></a>00235 
+<a name="l00236"></a>00236 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00237"></a>00237 <span class="preprocessor"></span>}
+<a name="l00238"></a>00238 <span class="preprocessor">#endif</span>
+<a name="l00239"></a>00239 <span class="preprocessor"></span>
+<a name="l00240"></a>00240 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_LIB_H */</span>
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__lib_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__lib_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__lib_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__lib_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_lib.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.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </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>
+  </ul>
+</div>
 <h1>apr_lib.h File Reference</h1>APR general purpose library routines. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -79,8 +81,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR general purpose library routines. 
 <p>
-This is collection of oddballs that didn't fit anywhere else, and might move to more appropriate headers with the release of APR 1.0. <hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+This is collection of oddballs that didn't fit anywhere else, and might move to more appropriate headers with the release of APR 1.0. <hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__mmap_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__mmap_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__mmap_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__mmap_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_mmap.h Source File</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.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </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>
+  </ul>
+</div>
 <h1>apr_mmap.h</h1><a href="apr__mmap_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>
@@ -43,11 +45,11 @@
 <a name="l00022"></a>00022 <span class="comment"> * @brief APR MMAP routines</span>
 <a name="l00023"></a>00023 <span class="comment"> */</span>
 <a name="l00024"></a>00024 
-<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
-<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html">apr_pools.h</a>"</span>
-<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
-<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr__ring_8h.html">apr_ring.h</a>"</span>
-<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="apr__file__io_8h.html">apr_file_io.h</a>"</span>        <span class="comment">/* for apr_file_t */</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>"</span>
+<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
+<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr__ring_8h.html" title="APR Rings.">apr_ring.h</a>"</span>
+<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="apr__file__io_8h.html" title="APR File I/O Handling.">apr_file_io.h</a>"</span>        <span class="comment">/* for apr_file_t */</span>
 <a name="l00030"></a>00030 
 <a name="l00031"></a>00031 <span class="preprocessor">#ifdef BEOS</span>
 <a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#include &lt;kernel/OS.h&gt;</span>
@@ -190,8 +192,8 @@
 <a name="l00169"></a>00169 <span class="preprocessor">#endif</span>
 <a name="l00170"></a>00170 <span class="preprocessor"></span>
 <a name="l00171"></a>00171 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_MMAP_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:55 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__mmap_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__mmap_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__mmap_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__mmap_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_mmap.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.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </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>
+  </ul>
+</div>
 <h1>apr_mmap.h File Reference</h1>APR MMAP routines. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -60,8 +62,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR MMAP routines. 
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__network__io_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__network__io_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__network__io_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__network__io_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_network_io.h Source File</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.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </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>
+  </ul>
+</div>
 <h1>apr_network_io.h</h1><a href="apr__network__io_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>
@@ -42,11 +44,11 @@
 <a name="l00021"></a>00021 <span class="comment"> * @brief APR Network library</span>
 <a name="l00022"></a>00022 <span class="comment"> */</span>
 <a name="l00023"></a>00023 
-<a name="l00024"></a>00024 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
-<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html">apr_pools.h</a>"</span>
-<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__file__io_8h.html">apr_file_io.h</a>"</span>
-<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
-<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr__inherit_8h.html">apr_inherit.h</a>"</span> 
+<a name="l00024"></a>00024 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>"</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__file__io_8h.html" title="APR File I/O Handling.">apr_file_io.h</a>"</span>
+<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
+<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr__inherit_8h.html" title="APR File Handle Inheritance Helpers This internal header includes internal declaration...">apr_inherit.h</a>"</span> 
 <a name="l00029"></a>00029 
 <a name="l00030"></a>00030 <span class="preprocessor">#if APR_HAVE_NETINET_IN_H</span>
 <a name="l00031"></a>00031 <span class="preprocessor"></span><span class="preprocessor">#include &lt;netinet/in.h&gt;</span>
@@ -125,8 +127,8 @@
 <a name="l00104"></a>00104 <span class="comment"></span>
 <a name="l00105"></a>00105 <span class="comment">/** Define what type of socket shutdown should occur. */</span>
 <a name="l00106"></a><a class="code" href="group__apr__network__io.html#ge2130f1fa2d0db58c5c3c9c73d9b4009">00106</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
-<a name="l00107"></a>00107     <a class="code" href="group__apr__network__io.html#gge2130f1fa2d0db58c5c3c9c73d9b400988d0661d35eea5319715d6ca69265b01">APR_SHUTDOWN_READ</a>,          <span class="comment">/**&lt; no longer allow read request */</span>
-<a name="l00108"></a>00108     <a class="code" href="group__apr__network__io.html#gge2130f1fa2d0db58c5c3c9c73d9b40095e335b392088e14df65d1bd5e0db7c46">APR_SHUTDOWN_WRITE</a>,         <span class="comment">/**&lt; no longer allow write requests */</span>
+<a name="l00107"></a><a class="code" href="group__apr__network__io.html#gge2130f1fa2d0db58c5c3c9c73d9b400988d0661d35eea5319715d6ca69265b01">00107</a>     <a class="code" href="group__apr__network__io.html#gge2130f1fa2d0db58c5c3c9c73d9b400988d0661d35eea5319715d6ca69265b01">APR_SHUTDOWN_READ</a>,          <span class="comment">/**&lt; no longer allow read request */</span>
+<a name="l00108"></a><a class="code" href="group__apr__network__io.html#gge2130f1fa2d0db58c5c3c9c73d9b40095e335b392088e14df65d1bd5e0db7c46">00108</a>     <a class="code" href="group__apr__network__io.html#gge2130f1fa2d0db58c5c3c9c73d9b40095e335b392088e14df65d1bd5e0db7c46">APR_SHUTDOWN_WRITE</a>,         <span class="comment">/**&lt; no longer allow write requests */</span>
 <a name="l00109"></a><a class="code" href="group__apr__network__io.html#gge2130f1fa2d0db58c5c3c9c73d9b4009dd172f55ff5ee7b930683a3903c99768">00109</a>     <a class="code" href="group__apr__network__io.html#gge2130f1fa2d0db58c5c3c9c73d9b4009dd172f55ff5ee7b930683a3903c99768">APR_SHUTDOWN_READWRITE</a>      <span class="comment">/**&lt; no longer allow read or write requests */</span>
 <a name="l00110"></a>00110 } <a class="code" href="group__apr__network__io.html#ge2130f1fa2d0db58c5c3c9c73d9b4009">apr_shutdown_how_e</a>;
 <a name="l00111"></a>00111 
@@ -189,7 +191,7 @@
 <a name="l00168"></a>00168 <span class="comment"> * connection.</span>
 <a name="l00169"></a>00169 <span class="comment"> */</span>
 <a name="l00170"></a><a class="code" href="group__apr__network__io.html#g1982f44f48fdf00a8bd754bc7b773edc">00170</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
-<a name="l00171"></a>00171     <a class="code" href="group__apr__network__io.html#gg1982f44f48fdf00a8bd754bc7b773edc6c23a4bf48b8f93dff08adf827382616">APR_LOCAL</a>,   <span class="comment">/**&lt; Socket information for local end of connection */</span>
+<a name="l00171"></a><a class="code" href="group__apr__network__io.html#gg1982f44f48fdf00a8bd754bc7b773edc6c23a4bf48b8f93dff08adf827382616">00171</a>     <a class="code" href="group__apr__network__io.html#gg1982f44f48fdf00a8bd754bc7b773edc6c23a4bf48b8f93dff08adf827382616">APR_LOCAL</a>,   <span class="comment">/**&lt; Socket information for local end of connection */</span>
 <a name="l00172"></a><a class="code" href="group__apr__network__io.html#gg1982f44f48fdf00a8bd754bc7b773edceb8be70b031f06a513ac0ebcaa5bac8a">00172</a>     <a class="code" href="group__apr__network__io.html#gg1982f44f48fdf00a8bd754bc7b773edceb8be70b031f06a513ac0ebcaa5bac8a">APR_REMOTE</a>   <span class="comment">/**&lt; Socket information for remote end of connection */</span>
 <a name="l00173"></a>00173 } <a class="code" href="group__apr__network__io.html#g1982f44f48fdf00a8bd754bc7b773edc">apr_interface_e</a>;
 <a name="l00174"></a>00174 <span class="comment"></span>
@@ -860,8 +862,8 @@
 <a name="l00839"></a>00839 <span class="preprocessor"></span>
 <a name="l00840"></a>00840 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_NETWORK_IO_H */</span>
 <a name="l00841"></a>00841 
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:55 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__network__io_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__network__io_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__network__io_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__network__io_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_network_io.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.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </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>
+  </ul>
+</div>
 <h1>apr_network_io.h File Reference</h1>APR Network library. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -207,8 +209,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR Network library. 
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__poll_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__poll_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__poll_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__poll_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_poll.h Source File</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.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </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>
+  </ul>
+</div>
 <h1>apr_poll.h</h1><a href="apr__poll_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>
@@ -41,12 +43,12 @@
 <a name="l00020"></a>00020 <span class="comment"> * @file apr_poll.h</span>
 <a name="l00021"></a>00021 <span class="comment"> * @brief APR Poll interface</span>
 <a name="l00022"></a>00022 <span class="comment"> */</span>
-<a name="l00023"></a>00023 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
-<a name="l00024"></a>00024 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html">apr_pools.h</a>"</span>
-<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
-<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__inherit_8h.html">apr_inherit.h</a>"</span> 
-<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__file__io_8h.html">apr_file_io.h</a>"</span> 
-<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr__network__io_8h.html">apr_network_io.h</a>"</span> 
+<a name="l00023"></a>00023 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
+<a name="l00024"></a>00024 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>"</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__inherit_8h.html" title="APR File Handle Inheritance Helpers This internal header includes internal declaration...">apr_inherit.h</a>"</span> 
+<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__file__io_8h.html" title="APR File I/O Handling.">apr_file_io.h</a>"</span> 
+<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr__network__io_8h.html" title="APR Network library.">apr_network_io.h</a>"</span> 
 <a name="l00029"></a>00029 
 <a name="l00030"></a>00030 <span class="preprocessor">#if APR_HAVE_NETINET_IN_H</span>
 <a name="l00031"></a>00031 <span class="preprocessor"></span><span class="preprocessor">#include &lt;netinet/in.h&gt;</span>
@@ -80,10 +82,10 @@
 <a name="l00059"></a>00059 <span class="comment"></span>
 <a name="l00060"></a>00060 <span class="comment">/** Used in apr_pollfd_t to determine what the apr_descriptor is */</span>
 <a name="l00061"></a><a class="code" href="group__apr__poll.html#g0a8549d84c1721788b102a4cc8b4b0f0">00061</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> { 
-<a name="l00062"></a>00062     <a class="code" href="group__apr__poll.html#gg0a8549d84c1721788b102a4cc8b4b0f0eb85f43492052bf0788d31f6dd85a222">APR_NO_DESC</a>,                <span class="comment">/**&lt; nothing here */</span>
-<a name="l00063"></a>00063     <a class="code" href="group__apr__poll.html#gg0a8549d84c1721788b102a4cc8b4b0f03629c5b3166fde91792f2f913fbd72f0">APR_POLL_SOCKET</a>,            <span class="comment">/**&lt; descriptor refers to a socket */</span>
-<a name="l00064"></a>00064     <a class="code" href="group__apr__poll.html#gg0a8549d84c1721788b102a4cc8b4b0f08351d461bf66b706232962fd02e84202">APR_POLL_FILE</a>,              <span class="comment">/**&lt; descriptor refers to a file */</span>
-<a name="l00065"></a><a class="code" href="group__apr__poll.html#gg0a8549d84c1721788b102a4cc8b4b0f0413b387c7fe1ca7b096d46dfd9942fe5">00065</a>     <a class="code" href="group__apr__poll.html#gg0a8549d84c1721788b102a4cc8b4b0f0413b387c7fe1ca7b096d46dfd9942fe5">APR_POLL_LASTDESC</a>           <span class="comment">/**&lt; descriptor is the last one in the list */</span>
+<a name="l00062"></a><a class="code" href="group__apr__poll.html#gg0a8549d84c1721788b102a4cc8b4b0f0eb85f43492052bf0788d31f6dd85a222">00062</a>     <a class="code" href="group__apr__poll.html#gg0a8549d84c1721788b102a4cc8b4b0f0eb85f43492052bf0788d31f6dd85a222">APR_NO_DESC</a>,                <span class="comment">/**&lt; nothing here */</span>
+<a name="l00063"></a><a class="code" href="group__apr__poll.html#gg0a8549d84c1721788b102a4cc8b4b0f03629c5b3166fde91792f2f913fbd72f0">00063</a>     <a class="code" href="group__apr__poll.html#gg0a8549d84c1721788b102a4cc8b4b0f03629c5b3166fde91792f2f913fbd72f0">APR_POLL_SOCKET</a>,            <span class="comment">/**&lt; descriptor refers to a socket */</span>
+<a name="l00064"></a><a class="code" href="group__apr__poll.html#gg0a8549d84c1721788b102a4cc8b4b0f08351d461bf66b706232962fd02e84202">00064</a>     <a class="code" href="group__apr__poll.html#gg0a8549d84c1721788b102a4cc8b4b0f08351d461bf66b706232962fd02e84202">APR_POLL_FILE</a>,              <span class="comment">/**&lt; descriptor refers to a file */</span>
+<a name="l00065"></a><a class="code" href="group__apr__poll.html#gg0a8549d84c1721788b102a4cc8b4b0f0413b387c7fe1ca7b096d46dfd9942fe5">00065</a>     <a class="code" href="group__apr__poll.html#gg0a8549d84c1721788b102a4cc8b4b0f0413b387c7fe1ca7b096d46dfd9942fe5">APR_POLL_LASTDESC</a>           <span class="comment">/**&lt; @deprecated descriptor is the last one in the list */</span>
 <a name="l00066"></a>00066 } <a class="code" href="group__apr__poll.html#g0a8549d84c1721788b102a4cc8b4b0f0">apr_datatype_e</a> ;
 <a name="l00067"></a>00067 <span class="comment"></span>
 <a name="l00068"></a>00068 <span class="comment">/** Union of either an APR file or socket. */</span>
@@ -274,8 +276,8 @@
 <a name="l00253"></a>00253 <span class="preprocessor"></span>
 <a name="l00254"></a>00254 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_POLL_H */</span>
 <a name="l00255"></a>00255 
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:55 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__poll_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__poll_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__poll_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__poll_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_poll.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.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </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>
+  </ul>
+</div>
 <h1>apr_poll.h File Reference</h1>APR Poll interface. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -95,8 +97,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR Poll interface. 
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__pools_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__pools_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__pools_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__pools_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_pools.h Source File</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.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </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>
+  </ul>
+</div>
 <h1>apr_pools.h</h1><a href="apr__pools_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>
@@ -55,11 +57,11 @@
 <a name="l00034"></a>00034 <span class="comment"> * and without thinking too hard about it either.</span>
 <a name="l00035"></a>00035 <span class="comment"> */</span>
 <a name="l00036"></a>00036 
-<a name="l00037"></a>00037 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
-<a name="l00038"></a>00038 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
-<a name="l00039"></a>00039 <span class="preprocessor">#include "<a class="code" href="apr__general_8h.html">apr_general.h</a>"</span> <span class="comment">/* for APR_STRINGIFY */</span>
+<a name="l00037"></a>00037 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
+<a name="l00038"></a>00038 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
+<a name="l00039"></a>00039 <span class="preprocessor">#include "<a class="code" href="apr__general_8h.html" title="APR Miscellaneous library routines.">apr_general.h</a>"</span> <span class="comment">/* for APR_STRINGIFY */</span>
 <a name="l00040"></a><a class="code" href="apr__pools_8h.html#26faf43e3f61783d8b7aa928c0a41a11">00040</a> <span class="preprocessor">#define APR_WANT_MEMFUNC </span><span class="comment">/**&lt; for no good reason? */</span>
-<a name="l00041"></a>00041 <span class="preprocessor">#include "<a class="code" href="apr__want_8h.html">apr_want.h</a>"</span>
+<a name="l00041"></a>00041 <span class="preprocessor">#include "<a class="code" href="apr__want_8h.html" title="APR Standard Headers Support.">apr_want.h</a>"</span>
 <a name="l00042"></a>00042 
 <a name="l00043"></a>00043 <span class="preprocessor">#ifdef __cplusplus</span>
 <a name="l00044"></a>00044 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
@@ -689,8 +691,8 @@
 <a name="l00668"></a>00668 <span class="preprocessor">#endif</span>
 <a name="l00669"></a>00669 <span class="preprocessor"></span>
 <a name="l00670"></a>00670 <span class="preprocessor">#endif </span><span class="comment">/* !APR_POOLS_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:55 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__pools_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__pools_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__pools_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__pools_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_pools.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.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </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>
+  </ul>
+</div>
 <h1>apr_pools.h File Reference</h1>APR memory allocation. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -133,8 +135,8 @@
 for no good reason? 
 </div>
 </div><p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__portable_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__portable_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__portable_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__portable_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_portable.h Source File</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.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </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>
+  </ul>
+</div>
 <h1>apr_portable.h</h1><a href="apr__portable_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>
@@ -46,17 +48,17 @@
 <a name="l00025"></a>00025 <span class="comment"> * @brief APR Portability Routines</span>
 <a name="l00026"></a>00026 <span class="comment"> */</span>
 <a name="l00027"></a>00027 
-<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
-<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html">apr_pools.h</a>"</span>
-<a name="l00030"></a>00030 <span class="preprocessor">#include "<a class="code" href="apr__thread__proc_8h.html">apr_thread_proc.h</a>"</span>
-<a name="l00031"></a>00031 <span class="preprocessor">#include "<a class="code" href="apr__file__io_8h.html">apr_file_io.h</a>"</span>
-<a name="l00032"></a>00032 <span class="preprocessor">#include "<a class="code" href="apr__network__io_8h.html">apr_network_io.h</a>"</span>
-<a name="l00033"></a>00033 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
-<a name="l00034"></a>00034 <span class="preprocessor">#include "<a class="code" href="apr__global__mutex_8h.html">apr_global_mutex.h</a>"</span>
-<a name="l00035"></a>00035 <span class="preprocessor">#include "<a class="code" href="apr__proc__mutex_8h.html">apr_proc_mutex.h</a>"</span>
-<a name="l00036"></a>00036 <span class="preprocessor">#include "<a class="code" href="apr__time_8h.html">apr_time.h</a>"</span>
-<a name="l00037"></a>00037 <span class="preprocessor">#include "<a class="code" href="apr__dso_8h.html">apr_dso.h</a>"</span>
-<a name="l00038"></a>00038 <span class="preprocessor">#include "<a class="code" href="apr__shm_8h.html">apr_shm.h</a>"</span>
+<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
+<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>"</span>
+<a name="l00030"></a>00030 <span class="preprocessor">#include "<a class="code" href="apr__thread__proc_8h.html" title="APR Thread and Process Library.">apr_thread_proc.h</a>"</span>
+<a name="l00031"></a>00031 <span class="preprocessor">#include "<a class="code" href="apr__file__io_8h.html" title="APR File I/O Handling.">apr_file_io.h</a>"</span>
+<a name="l00032"></a>00032 <span class="preprocessor">#include "<a class="code" href="apr__network__io_8h.html" title="APR Network library.">apr_network_io.h</a>"</span>
+<a name="l00033"></a>00033 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
+<a name="l00034"></a>00034 <span class="preprocessor">#include "<a class="code" href="apr__global__mutex_8h.html" title="APR Global Locking Routines.">apr_global_mutex.h</a>"</span>
+<a name="l00035"></a>00035 <span class="preprocessor">#include "<a class="code" href="apr__proc__mutex_8h.html" title="APR Process Locking Routines.">apr_proc_mutex.h</a>"</span>
+<a name="l00036"></a>00036 <span class="preprocessor">#include "<a class="code" href="apr__time_8h.html" title="APR Time Library.">apr_time.h</a>"</span>
+<a name="l00037"></a>00037 <span class="preprocessor">#include "<a class="code" href="apr__dso_8h.html" title="APR Dynamic Object Handling Routines.">apr_dso.h</a>"</span>
+<a name="l00038"></a>00038 <span class="preprocessor">#include "<a class="code" href="apr__shm_8h.html" title="APR Shared Memory Routines.">apr_shm.h</a>"</span>
 <a name="l00039"></a>00039 
 <a name="l00040"></a>00040 <span class="preprocessor">#if APR_HAVE_DIRENT_H</span>
 <a name="l00041"></a>00041 <span class="preprocessor"></span><span class="preprocessor">#include &lt;dirent.h&gt;</span>
@@ -210,7 +212,7 @@
 <a name="l00189"></a><a class="code" href="structapr__os__sock__info__t.html#176ede3ecf40abf0f82a01bfeb95f1e3">00189</a>     <span class="keywordtype">int</span> <a class="code" href="structapr__os__sock__info__t.html#176ede3ecf40abf0f82a01bfeb95f1e3">protocol</a>;           <span class="comment">/**&lt; 0 or actual protocol (APR_PROTO_SCTP, APR_PROTO_TCP, etc.) */</span>
 <a name="l00190"></a>00190 };
 <a name="l00191"></a>00191 
-<a name="l00192"></a><a class="code" href="group__apr__portabile.html#gece2b8b41cbb949590896b47daaa9fd2">00192</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structapr__os__sock__info__t.html">apr_os_sock_info_t</a> <a class="code" href="group__apr__portabile.html#gece2b8b41cbb949590896b47daaa9fd2">apr_os_sock_info_t</a>;
+<a name="l00192"></a><a class="code" href="group__apr__portabile.html#gece2b8b41cbb949590896b47daaa9fd2">00192</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structapr__os__sock__info__t.html">apr_os_sock_info_t</a> <a class="code" href="group__apr__portabile.html#gece2b8b41cbb949590896b47daaa9fd2" title="alias for local OS socket">apr_os_sock_info_t</a>;
 <a name="l00193"></a>00193 
 <a name="l00194"></a>00194 <span class="preprocessor">#if APR_PROC_MUTEX_IS_GLOBAL || defined(DOXYGEN)</span>
 <a name="l00195"></a>00195 <span class="preprocessor"></span><span class="comment">/** Opaque global mutex type */</span>
@@ -422,7 +424,7 @@
 <a name="l00401"></a>00401 <span class="comment"> *         a true socket, use apr_os_sock_put() instead.</span>
 <a name="l00402"></a>00402 <span class="comment"> */</span>
 <a name="l00403"></a>00403 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__portabile.html#g5df9f6b1b9c07bfeca3685118760eefc">apr_os_sock_make</a>(<a class="code" href="group__apr__network__io.html#g49262b223e7434746e1f1737659aa2c3">apr_socket_t</a> **apr_sock,
-<a name="l00404"></a>00404                                            <a class="code" href="group__apr__portabile.html#gece2b8b41cbb949590896b47daaa9fd2">apr_os_sock_info_t</a> *os_sock_info,
+<a name="l00404"></a>00404                                            <a class="code" href="group__apr__portabile.html#gece2b8b41cbb949590896b47daaa9fd2" title="alias for local OS socket">apr_os_sock_info_t</a> *os_sock_info,
 <a name="l00405"></a>00405                                            <a class="code" href="group__apr__pools.html#gf137f28edcf9a086cd6bc36c20d7cdfb">apr_pool_t</a> *cont);
 <a name="l00406"></a>00406 <span class="comment"></span>
 <a name="l00407"></a>00407 <span class="comment">/**</span>
@@ -525,8 +527,8 @@
 <a name="l00504"></a>00504 <span class="preprocessor">#endif</span>
 <a name="l00505"></a>00505 <span class="preprocessor"></span>
 <a name="l00506"></a>00506 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_PORTABLE_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__portable_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__portable_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__portable_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__portable_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_portable.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.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </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>
+  </ul>
+</div>
 <h1>apr_portable.h File Reference</h1>APR Portability Routines. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -137,8 +139,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR Portability Routines. 
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>