You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2014/09/20 14:33:12 UTC

svn commit: r1626428 [2/21] - /apr/site/trunk/docs/docs/apr/1.5/

Modified: apr/site/trunk/docs/docs/apr/1.5/apr__errno_8h_source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/apr__errno_8h_source.html?rev=1626428&r1=1626427&r2=1626428&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/1.5/apr__errno_8h_source.html (original)
+++ apr/site/trunk/docs/docs/apr/1.5/apr__errno_8h_source.html Sat Sep 20 12:33:08 2014
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
-<meta name="generator" content="Doxygen 1.8.4"/>
+<meta name="generator" content="Doxygen 1.8.6"/>
 <title>Apache Portable Runtime: apr_errno.h Source File</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="jquery.js"></script>
@@ -30,7 +30,7 @@
 </table>
 </div>
 <!-- end header part -->
-<!-- Generated by Doxygen 1.8.4 -->
+<!-- Generated by Doxygen 1.8.6 -->
 <script type="text/javascript">
 var searchBox = new SearchBox("searchBox", "search",false,'Search');
 </script>
@@ -113,7 +113,7 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> * @brief APR Error Codes</span></div>
 <div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> */</span></div>
 <div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div>
-<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr_8h.html" title="APR Platform Definitions. ">apr.h</a>&quot;</span></div>
+<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr_8h.html">apr.h</a>&quot;</span></div>
 <div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div>
 <div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#if APR_HAVE_ERRNO_H</span></div>
 <div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#include &lt;errno.h&gt;</span></div>
@@ -132,7 +132,7 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="comment">/**</span></div>
 <div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="comment"> * Type for specifying an error or status code.</span></div>
 <div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00044"></a><span class="lineno"><a class="code" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">   44</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>;</div>
+<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">   44</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>;</div>
 <div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="comment"></span></div>
 <div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="comment">/**</span></div>
 <div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="comment"> * Return a human readable string describing the specified error.</span></div>
@@ -205,13 +205,13 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;<span class="comment">/**</span></div>
 <div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;<span class="comment"> * APR_OS_START_ERROR is where the APR specific error values start.</span></div>
 <div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00117"></a><span class="lineno"><a class="code" href="group__apr__errno.html#ga191894048b7bd0cca3cf0bdff1eb695b">  117</a></span>&#160;<span class="preprocessor">#define APR_OS_START_ERROR     20000</span></div>
+<div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="group__apr__errno.html#ga191894048b7bd0cca3cf0bdff1eb695b">  117</a></span>&#160;<span class="preprocessor">#define APR_OS_START_ERROR     20000</span></div>
 <div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;<span class="comment"> * APR_OS_ERRSPACE_SIZE is the maximum number of errors you can fit</span></div>
 <div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;<span class="comment"> *    into one of the error/status ranges below -- except for</span></div>
 <div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;<span class="comment"> *    APR_OS_START_USERERR, which see.</span></div>
 <div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00123"></a><span class="lineno"><a class="code" href="group__apr__errno.html#gadb8d97e6836ccdc57b43b6119a5acccf">  123</a></span>&#160;<span class="preprocessor">#define APR_OS_ERRSPACE_SIZE 50000</span></div>
+<div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="group__apr__errno.html#gadb8d97e6836ccdc57b43b6119a5acccf">  123</a></span>&#160;<span class="preprocessor">#define APR_OS_ERRSPACE_SIZE 50000</span></div>
 <div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;<span class="comment"> * APR_UTIL_ERRSPACE_SIZE is the size of the space that is reserved for</span></div>
 <div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;<span class="comment"> * use within apr-util. This space is reserved above that used by APR</span></div>
@@ -220,16 +220,16 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;<span class="comment"> *       large enough amount that APR has sufficient room for its</span></div>
 <div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;<span class="comment"> *       codes.</span></div>
 <div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00132"></a><span class="lineno"><a class="code" href="group__apr__errno.html#gaef5e79630739f24d1512d0d044c2bae7">  132</a></span>&#160;<span class="preprocessor">#define APR_UTIL_ERRSPACE_SIZE 20000</span></div>
+<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="group__apr__errno.html#gaef5e79630739f24d1512d0d044c2bae7">  132</a></span>&#160;<span class="preprocessor">#define APR_UTIL_ERRSPACE_SIZE 20000</span></div>
 <div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;<span class="comment"> * APR_OS_START_STATUS is where the APR specific status codes start.</span></div>
 <div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00136"></a><span class="lineno"><a class="code" href="group__apr__errno.html#ga450e1a5734732e092ddaa5b67414f69b">  136</a></span>&#160;<span class="preprocessor">#define APR_OS_START_STATUS    (APR_OS_START_ERROR + APR_OS_ERRSPACE_SIZE)</span></div>
+<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="group__apr__errno.html#ga450e1a5734732e092ddaa5b67414f69b">  136</a></span>&#160;<span class="preprocessor">#define APR_OS_START_STATUS    (APR_OS_START_ERROR + APR_OS_ERRSPACE_SIZE)</span></div>
 <div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;<span class="comment"> * APR_UTIL_START_STATUS is where APR-Util starts defining its</span></div>
 <div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;<span class="comment"> * status codes.</span></div>
 <div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00141"></a><span class="lineno"><a class="code" href="group__apr__errno.html#gadf26297a72afa0ea224e7097fe59a1cd">  141</a></span>&#160;<span class="preprocessor">#define APR_UTIL_START_STATUS   (APR_OS_START_STATUS + \</span></div>
+<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="group__apr__errno.html#gadf26297a72afa0ea224e7097fe59a1cd">  141</a></span>&#160;<span class="preprocessor">#define APR_UTIL_START_STATUS   (APR_OS_START_STATUS + \</span></div>
 <div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;<span class="preprocessor">                           (APR_OS_ERRSPACE_SIZE - APR_UTIL_ERRSPACE_SIZE))</span></div>
 <div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;<span class="comment"> * APR_OS_START_USERERR are reserved for applications that use APR that</span></div>
@@ -252,28 +252,28 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;<span class="comment"> *</span></div>
 <div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;<span class="comment"> * Apache HTTPD - +2000 to 2999</span></div>
 <div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00164"></a><span class="lineno"><a class="code" href="group__apr__errno.html#gacd35b2de1e38a1fa4717e38d5e153571">  164</a></span>&#160;<span class="preprocessor">#define APR_OS_START_USERERR    (APR_OS_START_STATUS + APR_OS_ERRSPACE_SIZE)</span></div>
+<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="group__apr__errno.html#gacd35b2de1e38a1fa4717e38d5e153571">  164</a></span>&#160;<span class="preprocessor">#define APR_OS_START_USERERR    (APR_OS_START_STATUS + APR_OS_ERRSPACE_SIZE)</span></div>
 <div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;<span class="comment"> * APR_OS_START_USEERR is obsolete, defined for compatibility only.</span></div>
 <div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;<span class="comment"> * Use APR_OS_START_USERERR instead.</span></div>
 <div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00169"></a><span class="lineno"><a class="code" href="group__apr__errno.html#ga803b8badf8695bdfa4fbcf4d330371f0">  169</a></span>&#160;<span class="preprocessor">#define APR_OS_START_USEERR     APR_OS_START_USERERR</span></div>
+<div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="group__apr__errno.html#ga803b8badf8695bdfa4fbcf4d330371f0">  169</a></span>&#160;<span class="preprocessor">#define APR_OS_START_USEERR     APR_OS_START_USERERR</span></div>
 <div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;<span class="comment"> * APR_OS_START_CANONERR is where APR versions of errno values are defined</span></div>
 <div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;<span class="comment"> *     on systems which don&#39;t have the corresponding errno.</span></div>
 <div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00174"></a><span class="lineno"><a class="code" href="group__apr__errno.html#ga7bca957c11b80b31cb54b0d2cbe9e025">  174</a></span>&#160;<span class="preprocessor">#define APR_OS_START_CANONERR  (APR_OS_START_USERERR \</span></div>
+<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="group__apr__errno.html#ga7bca957c11b80b31cb54b0d2cbe9e025">  174</a></span>&#160;<span class="preprocessor">#define APR_OS_START_CANONERR  (APR_OS_START_USERERR \</span></div>
 <div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;<span class="preprocessor">                                 + (APR_OS_ERRSPACE_SIZE * 10))</span></div>
 <div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;<span class="comment"> * APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into</span></div>
 <div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;<span class="comment"> *     apr_status_t values.</span></div>
 <div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00180"></a><span class="lineno"><a class="code" href="group__apr__errno.html#ga2d04991cb57c67a896e22125a1f22b49">  180</a></span>&#160;<span class="preprocessor">#define APR_OS_START_EAIERR    (APR_OS_START_CANONERR + APR_OS_ERRSPACE_SIZE)</span></div>
+<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="group__apr__errno.html#ga2d04991cb57c67a896e22125a1f22b49">  180</a></span>&#160;<span class="preprocessor">#define APR_OS_START_EAIERR    (APR_OS_START_CANONERR + APR_OS_ERRSPACE_SIZE)</span></div>
 <div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;<span class="comment"> * APR_OS_START_SYSERR folds platform-specific system error values into</span></div>
 <div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;<span class="comment"> *     apr_status_t values.</span></div>
 <div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00185"></a><span class="lineno"><a class="code" href="group__apr__errno.html#gad70a5cad6862a9abcc254d35e827ac8b">  185</a></span>&#160;<span class="preprocessor">#define APR_OS_START_SYSERR    (APR_OS_START_EAIERR + APR_OS_ERRSPACE_SIZE)</span></div>
+<div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="group__apr__errno.html#gad70a5cad6862a9abcc254d35e827ac8b">  185</a></span>&#160;<span class="preprocessor">#define APR_OS_START_SYSERR    (APR_OS_START_EAIERR + APR_OS_ERRSPACE_SIZE)</span></div>
 <div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;<span class="preprocessor"></span><span class="comment"></span></div>
 <div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;<span class="comment">/**</span></div>
 <div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;<span class="comment"> * @defgroup APR_ERROR_map APR Error Space</span></div>
@@ -313,7 +313,7 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;<span class="comment"> */</span></div>
 <div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;<span class="comment"></span></div>
 <div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;<span class="comment">/** no error. */</span></div>
-<div class="line"><a name="l00225"></a><span class="lineno"><a class="code" href="group__apr__errno.html#ga9ee311b7bf1c691dc521d721339ee2a6">  225</a></span>&#160;<span class="preprocessor">#define APR_SUCCESS 0</span></div>
+<div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="group__apr__errno.html#ga9ee311b7bf1c691dc521d721339ee2a6">  225</a></span>&#160;<span class="preprocessor">#define APR_SUCCESS 0</span></div>
 <div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;<span class="preprocessor"></span><span class="comment"></span></div>
 <div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;<span class="comment">/**</span></div>
 <div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;<span class="comment"> * @defgroup APR_Error APR Error Values</span></div>
@@ -376,59 +376,59 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00285"></a><span class="lineno">  285</span>&#160;<span class="comment"> * @{</span></div>
 <div class="line"><a name="l00286"></a><span class="lineno">  286</span>&#160;<span class="comment"> */</span><span class="comment"></span></div>
 <div class="line"><a name="l00287"></a><span class="lineno">  287</span>&#160;<span class="comment">/** @see APR_STATUS_IS_ENOSTAT */</span></div>
-<div class="line"><a name="l00288"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga7995805cf68be1fb16f684c544e45fbe">  288</a></span>&#160;<span class="preprocessor">#define APR_ENOSTAT        (APR_OS_START_ERROR + 1)</span></div>
+<div class="line"><a name="l00288"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga7995805cf68be1fb16f684c544e45fbe">  288</a></span>&#160;<span class="preprocessor">#define APR_ENOSTAT        (APR_OS_START_ERROR + 1)</span></div>
 <div class="line"><a name="l00289"></a><span class="lineno">  289</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_ENOPOOL */</span></div>
-<div class="line"><a name="l00290"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#gaa8461873202e5e0b4c0ea261e05b07a9">  290</a></span>&#160;<span class="preprocessor">#define APR_ENOPOOL        (APR_OS_START_ERROR + 2)</span></div>
+<div class="line"><a name="l00290"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#gaa8461873202e5e0b4c0ea261e05b07a9">  290</a></span>&#160;<span class="preprocessor">#define APR_ENOPOOL        (APR_OS_START_ERROR + 2)</span></div>
 <div class="line"><a name="l00291"></a><span class="lineno">  291</span>&#160;<span class="preprocessor"></span><span class="comment">/* empty slot: +3 */</span><span class="comment"></span></div>
 <div class="line"><a name="l00292"></a><span class="lineno">  292</span>&#160;<span class="comment">/** @see APR_STATUS_IS_EBADDATE */</span></div>
-<div class="line"><a name="l00293"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga7911720c540a929cc08a2c25e606b56e">  293</a></span>&#160;<span class="preprocessor">#define APR_EBADDATE       (APR_OS_START_ERROR + 4)</span></div>
+<div class="line"><a name="l00293"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga7911720c540a929cc08a2c25e606b56e">  293</a></span>&#160;<span class="preprocessor">#define APR_EBADDATE       (APR_OS_START_ERROR + 4)</span></div>
 <div class="line"><a name="l00294"></a><span class="lineno">  294</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_EINVALSOCK */</span></div>
-<div class="line"><a name="l00295"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga548032b79ce0671d9986db0654858812">  295</a></span>&#160;<span class="preprocessor">#define APR_EINVALSOCK     (APR_OS_START_ERROR + 5)</span></div>
+<div class="line"><a name="l00295"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga548032b79ce0671d9986db0654858812">  295</a></span>&#160;<span class="preprocessor">#define APR_EINVALSOCK     (APR_OS_START_ERROR + 5)</span></div>
 <div class="line"><a name="l00296"></a><span class="lineno">  296</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_ENOPROC */</span></div>
-<div class="line"><a name="l00297"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga18aa6d4ebaefda39478649c20bbeb9df">  297</a></span>&#160;<span class="preprocessor">#define APR_ENOPROC        (APR_OS_START_ERROR + 6)</span></div>
+<div class="line"><a name="l00297"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga18aa6d4ebaefda39478649c20bbeb9df">  297</a></span>&#160;<span class="preprocessor">#define APR_ENOPROC        (APR_OS_START_ERROR + 6)</span></div>
 <div class="line"><a name="l00298"></a><span class="lineno">  298</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_ENOTIME */</span></div>
-<div class="line"><a name="l00299"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga7acfb436774a21ae93ff5c1b89e7c4f5">  299</a></span>&#160;<span class="preprocessor">#define APR_ENOTIME        (APR_OS_START_ERROR + 7)</span></div>
+<div class="line"><a name="l00299"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga7acfb436774a21ae93ff5c1b89e7c4f5">  299</a></span>&#160;<span class="preprocessor">#define APR_ENOTIME        (APR_OS_START_ERROR + 7)</span></div>
 <div class="line"><a name="l00300"></a><span class="lineno">  300</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_ENODIR */</span></div>
-<div class="line"><a name="l00301"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga9a8077e85b6241c1e91b69548395fc09">  301</a></span>&#160;<span class="preprocessor">#define APR_ENODIR         (APR_OS_START_ERROR + 8)</span></div>
+<div class="line"><a name="l00301"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga9a8077e85b6241c1e91b69548395fc09">  301</a></span>&#160;<span class="preprocessor">#define APR_ENODIR         (APR_OS_START_ERROR + 8)</span></div>
 <div class="line"><a name="l00302"></a><span class="lineno">  302</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_ENOLOCK */</span></div>
-<div class="line"><a name="l00303"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga9c411624c42f7562a5c6c3461bdcb0ec">  303</a></span>&#160;<span class="preprocessor">#define APR_ENOLOCK        (APR_OS_START_ERROR + 9)</span></div>
+<div class="line"><a name="l00303"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga9c411624c42f7562a5c6c3461bdcb0ec">  303</a></span>&#160;<span class="preprocessor">#define APR_ENOLOCK        (APR_OS_START_ERROR + 9)</span></div>
 <div class="line"><a name="l00304"></a><span class="lineno">  304</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_ENOPOLL */</span></div>
-<div class="line"><a name="l00305"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#gaeff8d4ed7bf9b99cbe62a3e7068e85b7">  305</a></span>&#160;<span class="preprocessor">#define APR_ENOPOLL        (APR_OS_START_ERROR + 10)</span></div>
+<div class="line"><a name="l00305"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#gaeff8d4ed7bf9b99cbe62a3e7068e85b7">  305</a></span>&#160;<span class="preprocessor">#define APR_ENOPOLL        (APR_OS_START_ERROR + 10)</span></div>
 <div class="line"><a name="l00306"></a><span class="lineno">  306</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_ENOSOCKET */</span></div>
-<div class="line"><a name="l00307"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga99e125e203a1d44f12bd88b41696716d">  307</a></span>&#160;<span class="preprocessor">#define APR_ENOSOCKET      (APR_OS_START_ERROR + 11)</span></div>
+<div class="line"><a name="l00307"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga99e125e203a1d44f12bd88b41696716d">  307</a></span>&#160;<span class="preprocessor">#define APR_ENOSOCKET      (APR_OS_START_ERROR + 11)</span></div>
 <div class="line"><a name="l00308"></a><span class="lineno">  308</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_ENOTHREAD */</span></div>
-<div class="line"><a name="l00309"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga7b43e1e075ff031e142aa809295ee441">  309</a></span>&#160;<span class="preprocessor">#define APR_ENOTHREAD      (APR_OS_START_ERROR + 12)</span></div>
+<div class="line"><a name="l00309"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga7b43e1e075ff031e142aa809295ee441">  309</a></span>&#160;<span class="preprocessor">#define APR_ENOTHREAD      (APR_OS_START_ERROR + 12)</span></div>
 <div class="line"><a name="l00310"></a><span class="lineno">  310</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_ENOTHDKEY */</span></div>
-<div class="line"><a name="l00311"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga29faf801fac647a14360e7493f7fd74e">  311</a></span>&#160;<span class="preprocessor">#define APR_ENOTHDKEY      (APR_OS_START_ERROR + 13)</span></div>
+<div class="line"><a name="l00311"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga29faf801fac647a14360e7493f7fd74e">  311</a></span>&#160;<span class="preprocessor">#define APR_ENOTHDKEY      (APR_OS_START_ERROR + 13)</span></div>
 <div class="line"><a name="l00312"></a><span class="lineno">  312</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_EGENERAL */</span></div>
-<div class="line"><a name="l00313"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga18f5678bea0c2c704a2b6a186c9e158b">  313</a></span>&#160;<span class="preprocessor">#define APR_EGENERAL       (APR_OS_START_ERROR + 14)</span></div>
+<div class="line"><a name="l00313"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga18f5678bea0c2c704a2b6a186c9e158b">  313</a></span>&#160;<span class="preprocessor">#define APR_EGENERAL       (APR_OS_START_ERROR + 14)</span></div>
 <div class="line"><a name="l00314"></a><span class="lineno">  314</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_ENOSHMAVAIL */</span></div>
-<div class="line"><a name="l00315"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga67516f4e87197490333480a8bbc78725">  315</a></span>&#160;<span class="preprocessor">#define APR_ENOSHMAVAIL    (APR_OS_START_ERROR + 15)</span></div>
+<div class="line"><a name="l00315"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga67516f4e87197490333480a8bbc78725">  315</a></span>&#160;<span class="preprocessor">#define APR_ENOSHMAVAIL    (APR_OS_START_ERROR + 15)</span></div>
 <div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_EBADIP */</span></div>
-<div class="line"><a name="l00317"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga96180fb8075ae0150bfed50c2e7f7a59">  317</a></span>&#160;<span class="preprocessor">#define APR_EBADIP         (APR_OS_START_ERROR + 16)</span></div>
+<div class="line"><a name="l00317"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga96180fb8075ae0150bfed50c2e7f7a59">  317</a></span>&#160;<span class="preprocessor">#define APR_EBADIP         (APR_OS_START_ERROR + 16)</span></div>
 <div class="line"><a name="l00318"></a><span class="lineno">  318</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_EBADMASK */</span></div>
-<div class="line"><a name="l00319"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga5249b5edc27466f6b60b3dfa1541ba31">  319</a></span>&#160;<span class="preprocessor">#define APR_EBADMASK       (APR_OS_START_ERROR + 17)</span></div>
+<div class="line"><a name="l00319"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga5249b5edc27466f6b60b3dfa1541ba31">  319</a></span>&#160;<span class="preprocessor">#define APR_EBADMASK       (APR_OS_START_ERROR + 17)</span></div>
 <div class="line"><a name="l00320"></a><span class="lineno">  320</span>&#160;<span class="preprocessor"></span><span class="comment">/* empty slot: +18 */</span><span class="comment"></span></div>
 <div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;<span class="comment">/** @see APR_STATUS_IS_EDSOPEN */</span></div>
-<div class="line"><a name="l00322"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#gac96fbde76282364e8c482d6f23bc61bb">  322</a></span>&#160;<span class="preprocessor">#define APR_EDSOOPEN       (APR_OS_START_ERROR + 19)</span></div>
+<div class="line"><a name="l00322"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#gac96fbde76282364e8c482d6f23bc61bb">  322</a></span>&#160;<span class="preprocessor">#define APR_EDSOOPEN       (APR_OS_START_ERROR + 19)</span></div>
 <div class="line"><a name="l00323"></a><span class="lineno">  323</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_EABSOLUTE */</span></div>
-<div class="line"><a name="l00324"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#gafd1ffc5bf2bf215ad048780408913d0e">  324</a></span>&#160;<span class="preprocessor">#define APR_EABSOLUTE      (APR_OS_START_ERROR + 20)</span></div>
+<div class="line"><a name="l00324"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#gafd1ffc5bf2bf215ad048780408913d0e">  324</a></span>&#160;<span class="preprocessor">#define APR_EABSOLUTE      (APR_OS_START_ERROR + 20)</span></div>
 <div class="line"><a name="l00325"></a><span class="lineno">  325</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_ERELATIVE */</span></div>
-<div class="line"><a name="l00326"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#gae4688dfa866265b9ec3623689c23923b">  326</a></span>&#160;<span class="preprocessor">#define APR_ERELATIVE      (APR_OS_START_ERROR + 21)</span></div>
+<div class="line"><a name="l00326"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#gae4688dfa866265b9ec3623689c23923b">  326</a></span>&#160;<span class="preprocessor">#define APR_ERELATIVE      (APR_OS_START_ERROR + 21)</span></div>
 <div class="line"><a name="l00327"></a><span class="lineno">  327</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_EINCOMPLETE */</span></div>
-<div class="line"><a name="l00328"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#gab4357bcbdc2922183e0594865b59ce58">  328</a></span>&#160;<span class="preprocessor">#define APR_EINCOMPLETE    (APR_OS_START_ERROR + 22)</span></div>
+<div class="line"><a name="l00328"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#gab4357bcbdc2922183e0594865b59ce58">  328</a></span>&#160;<span class="preprocessor">#define APR_EINCOMPLETE    (APR_OS_START_ERROR + 22)</span></div>
 <div class="line"><a name="l00329"></a><span class="lineno">  329</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_EABOVEROOT */</span></div>
-<div class="line"><a name="l00330"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga4828cc04f97dc7bed691456adf7c073e">  330</a></span>&#160;<span class="preprocessor">#define APR_EABOVEROOT     (APR_OS_START_ERROR + 23)</span></div>
+<div class="line"><a name="l00330"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga4828cc04f97dc7bed691456adf7c073e">  330</a></span>&#160;<span class="preprocessor">#define APR_EABOVEROOT     (APR_OS_START_ERROR + 23)</span></div>
 <div class="line"><a name="l00331"></a><span class="lineno">  331</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_EBADPATH */</span></div>
-<div class="line"><a name="l00332"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga1731292eb3e3cdc801d3bf0b09cd8da7">  332</a></span>&#160;<span class="preprocessor">#define APR_EBADPATH       (APR_OS_START_ERROR + 24)</span></div>
+<div class="line"><a name="l00332"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga1731292eb3e3cdc801d3bf0b09cd8da7">  332</a></span>&#160;<span class="preprocessor">#define APR_EBADPATH       (APR_OS_START_ERROR + 24)</span></div>
 <div class="line"><a name="l00333"></a><span class="lineno">  333</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_EPATHWILD */</span></div>
-<div class="line"><a name="l00334"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga01d0fb965051103b5c8f15a43ad2c767">  334</a></span>&#160;<span class="preprocessor">#define APR_EPATHWILD      (APR_OS_START_ERROR + 25)</span></div>
+<div class="line"><a name="l00334"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga01d0fb965051103b5c8f15a43ad2c767">  334</a></span>&#160;<span class="preprocessor">#define APR_EPATHWILD      (APR_OS_START_ERROR + 25)</span></div>
 <div class="line"><a name="l00335"></a><span class="lineno">  335</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_ESYMNOTFOUND */</span></div>
-<div class="line"><a name="l00336"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga8d96410fc32408160e1e85e2e96402fa">  336</a></span>&#160;<span class="preprocessor">#define APR_ESYMNOTFOUND   (APR_OS_START_ERROR + 26)</span></div>
+<div class="line"><a name="l00336"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga8d96410fc32408160e1e85e2e96402fa">  336</a></span>&#160;<span class="preprocessor">#define APR_ESYMNOTFOUND   (APR_OS_START_ERROR + 26)</span></div>
 <div class="line"><a name="l00337"></a><span class="lineno">  337</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_EPROC_UNKNOWN */</span></div>
-<div class="line"><a name="l00338"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga01b21dc62b410707f44641d3cea3e6ed">  338</a></span>&#160;<span class="preprocessor">#define APR_EPROC_UNKNOWN  (APR_OS_START_ERROR + 27)</span></div>
+<div class="line"><a name="l00338"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga01b21dc62b410707f44641d3cea3e6ed">  338</a></span>&#160;<span class="preprocessor">#define APR_EPROC_UNKNOWN  (APR_OS_START_ERROR + 27)</span></div>
 <div class="line"><a name="l00339"></a><span class="lineno">  339</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_ENOTENOUGHENTROPY */</span></div>
-<div class="line"><a name="l00340"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#gaaee9e4e763844197e3750bb66ff75cd0">  340</a></span>&#160;<span class="preprocessor">#define APR_ENOTENOUGHENTROPY (APR_OS_START_ERROR + 28)</span></div>
+<div class="line"><a name="l00340"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#gaaee9e4e763844197e3750bb66ff75cd0">  340</a></span>&#160;<span class="preprocessor">#define APR_ENOTENOUGHENTROPY (APR_OS_START_ERROR + 28)</span></div>
 <div class="line"><a name="l00341"></a><span class="lineno">  341</span>&#160;<span class="preprocessor"></span><span class="comment">/** @} */</span></div>
 <div class="line"><a name="l00342"></a><span class="lineno">  342</span>&#160;<span class="comment"></span></div>
 <div class="line"><a name="l00343"></a><span class="lineno">  343</span>&#160;<span class="comment">/**</span></div>
@@ -447,41 +447,41 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00356"></a><span class="lineno">  356</span>&#160;<span class="comment"> * @warning always use this test, as platform-specific variances may meet this</span></div>
 <div class="line"><a name="l00357"></a><span class="lineno">  357</span>&#160;<span class="comment"> * more than one error code</span></div>
 <div class="line"><a name="l00358"></a><span class="lineno">  358</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00359"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga1f0d21900aa879ca4866b1bf846cfd0d">  359</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOSTAT(s)        ((s) == APR_ENOSTAT)</span></div>
+<div class="line"><a name="l00359"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga1f0d21900aa879ca4866b1bf846cfd0d">  359</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOSTAT(s)        ((s) == APR_ENOSTAT)</span></div>
 <div class="line"><a name="l00360"></a><span class="lineno">  360</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00361"></a><span class="lineno">  361</span>&#160;<span class="comment"> * APR was not provided a pool with which to allocate memory</span></div>
 <div class="line"><a name="l00362"></a><span class="lineno">  362</span>&#160;<span class="comment"> * @warning always use this test, as platform-specific variances may meet this</span></div>
 <div class="line"><a name="l00363"></a><span class="lineno">  363</span>&#160;<span class="comment"> * more than one error code</span></div>
 <div class="line"><a name="l00364"></a><span class="lineno">  364</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00365"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga71f149437af305f0a0cabde2cc3f3b19">  365</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOPOOL(s)        ((s) == APR_ENOPOOL)</span></div>
+<div class="line"><a name="l00365"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga71f149437af305f0a0cabde2cc3f3b19">  365</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOPOOL(s)        ((s) == APR_ENOPOOL)</span></div>
 <div class="line"><a name="l00366"></a><span class="lineno">  366</span>&#160;<span class="preprocessor"></span><span class="comment">/** APR was given an invalid date  */</span></div>
-<div class="line"><a name="l00367"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gaf1313bed3538d6d57995bca164ebac20">  367</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EBADDATE(s)       ((s) == APR_EBADDATE)</span></div>
+<div class="line"><a name="l00367"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gaf1313bed3538d6d57995bca164ebac20">  367</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EBADDATE(s)       ((s) == APR_EBADDATE)</span></div>
 <div class="line"><a name="l00368"></a><span class="lineno">  368</span>&#160;<span class="preprocessor"></span><span class="comment">/** APR was given an invalid socket */</span></div>
-<div class="line"><a name="l00369"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga7fcc752663660de85fa046b2de014b97">  369</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EINVALSOCK(s)     ((s) == APR_EINVALSOCK)</span></div>
+<div class="line"><a name="l00369"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga7fcc752663660de85fa046b2de014b97">  369</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EINVALSOCK(s)     ((s) == APR_EINVALSOCK)</span></div>
 <div class="line"><a name="l00370"></a><span class="lineno">  370</span>&#160;<span class="preprocessor"></span><span class="comment">/** APR was not given a process structure */</span></div>
-<div class="line"><a name="l00371"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga566f4c9b9db8a0c31199a938bdc4e38a">  371</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOPROC(s)        ((s) == APR_ENOPROC)</span></div>
+<div class="line"><a name="l00371"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga566f4c9b9db8a0c31199a938bdc4e38a">  371</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOPROC(s)        ((s) == APR_ENOPROC)</span></div>
 <div class="line"><a name="l00372"></a><span class="lineno">  372</span>&#160;<span class="preprocessor"></span><span class="comment">/** APR was not given a time structure */</span></div>
-<div class="line"><a name="l00373"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga65cb54d0b5902784037626841e26e709">  373</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOTIME(s)        ((s) == APR_ENOTIME)</span></div>
+<div class="line"><a name="l00373"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga65cb54d0b5902784037626841e26e709">  373</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOTIME(s)        ((s) == APR_ENOTIME)</span></div>
 <div class="line"><a name="l00374"></a><span class="lineno">  374</span>&#160;<span class="preprocessor"></span><span class="comment">/** APR was not given a directory structure */</span></div>
-<div class="line"><a name="l00375"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga666c0bcfb97d26df7e7e360041d93fc6">  375</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENODIR(s)         ((s) == APR_ENODIR)</span></div>
+<div class="line"><a name="l00375"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga666c0bcfb97d26df7e7e360041d93fc6">  375</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENODIR(s)         ((s) == APR_ENODIR)</span></div>
 <div class="line"><a name="l00376"></a><span class="lineno">  376</span>&#160;<span class="preprocessor"></span><span class="comment">/** APR was not given a lock structure */</span></div>
-<div class="line"><a name="l00377"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gaced66cdb08529210dbf2f6bcbba99258">  377</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOLOCK(s)        ((s) == APR_ENOLOCK)</span></div>
+<div class="line"><a name="l00377"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gaced66cdb08529210dbf2f6bcbba99258">  377</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOLOCK(s)        ((s) == APR_ENOLOCK)</span></div>
 <div class="line"><a name="l00378"></a><span class="lineno">  378</span>&#160;<span class="preprocessor"></span><span class="comment">/** APR was not given a poll structure */</span></div>
-<div class="line"><a name="l00379"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga590bc2090fe120d142853dec27eaf9e8">  379</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOPOLL(s)        ((s) == APR_ENOPOLL)</span></div>
+<div class="line"><a name="l00379"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga590bc2090fe120d142853dec27eaf9e8">  379</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOPOLL(s)        ((s) == APR_ENOPOLL)</span></div>
 <div class="line"><a name="l00380"></a><span class="lineno">  380</span>&#160;<span class="preprocessor"></span><span class="comment">/** APR was not given a socket */</span></div>
-<div class="line"><a name="l00381"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gae415d3119f7b13edc8af627a5e3f440b">  381</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOSOCKET(s)      ((s) == APR_ENOSOCKET)</span></div>
+<div class="line"><a name="l00381"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gae415d3119f7b13edc8af627a5e3f440b">  381</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOSOCKET(s)      ((s) == APR_ENOSOCKET)</span></div>
 <div class="line"><a name="l00382"></a><span class="lineno">  382</span>&#160;<span class="preprocessor"></span><span class="comment">/** APR was not given a thread structure */</span></div>
-<div class="line"><a name="l00383"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gaf33e51e4df639e2b93c99a2fa8b5c7e7">  383</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOTHREAD(s)      ((s) == APR_ENOTHREAD)</span></div>
+<div class="line"><a name="l00383"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gaf33e51e4df639e2b93c99a2fa8b5c7e7">  383</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOTHREAD(s)      ((s) == APR_ENOTHREAD)</span></div>
 <div class="line"><a name="l00384"></a><span class="lineno">  384</span>&#160;<span class="preprocessor"></span><span class="comment">/** APR was not given a thread key structure */</span></div>
-<div class="line"><a name="l00385"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga782b37d892214ee60911062791871ae2">  385</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOTHDKEY(s)      ((s) == APR_ENOTHDKEY)</span></div>
+<div class="line"><a name="l00385"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga782b37d892214ee60911062791871ae2">  385</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOTHDKEY(s)      ((s) == APR_ENOTHDKEY)</span></div>
 <div class="line"><a name="l00386"></a><span class="lineno">  386</span>&#160;<span class="preprocessor"></span><span class="comment">/** Generic Error which can not be put into another spot */</span></div>
-<div class="line"><a name="l00387"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gab015701a084807912b3c0464c6badf1a">  387</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EGENERAL(s)       ((s) == APR_EGENERAL)</span></div>
+<div class="line"><a name="l00387"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gab015701a084807912b3c0464c6badf1a">  387</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EGENERAL(s)       ((s) == APR_EGENERAL)</span></div>
 <div class="line"><a name="l00388"></a><span class="lineno">  388</span>&#160;<span class="preprocessor"></span><span class="comment">/** There is no more shared memory available */</span></div>
-<div class="line"><a name="l00389"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga99af86378a3ac8eb5a59f1acffec6440">  389</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOSHMAVAIL(s)    ((s) == APR_ENOSHMAVAIL)</span></div>
+<div class="line"><a name="l00389"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga99af86378a3ac8eb5a59f1acffec6440">  389</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOSHMAVAIL(s)    ((s) == APR_ENOSHMAVAIL)</span></div>
 <div class="line"><a name="l00390"></a><span class="lineno">  390</span>&#160;<span class="preprocessor"></span><span class="comment">/** The specified IP address is invalid */</span></div>
-<div class="line"><a name="l00391"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga02d9309a113e07050308af66e955d600">  391</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EBADIP(s)         ((s) == APR_EBADIP)</span></div>
+<div class="line"><a name="l00391"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga02d9309a113e07050308af66e955d600">  391</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EBADIP(s)         ((s) == APR_EBADIP)</span></div>
 <div class="line"><a name="l00392"></a><span class="lineno">  392</span>&#160;<span class="preprocessor"></span><span class="comment">/** The specified netmask is invalid */</span></div>
-<div class="line"><a name="l00393"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gabec95c93d0c5996f14a94e2cc37e1904">  393</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EBADMASK(s)       ((s) == APR_EBADMASK)</span></div>
+<div class="line"><a name="l00393"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gabec95c93d0c5996f14a94e2cc37e1904">  393</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EBADMASK(s)       ((s) == APR_EBADMASK)</span></div>
 <div class="line"><a name="l00394"></a><span class="lineno">  394</span>&#160;<span class="preprocessor"></span><span class="comment">/* empty slot: +18 */</span><span class="comment"></span></div>
 <div class="line"><a name="l00395"></a><span class="lineno">  395</span>&#160;<span class="comment">/**</span></div>
 <div class="line"><a name="l00396"></a><span class="lineno">  396</span>&#160;<span class="comment"> * APR was unable to open the dso object.</span></div>
@@ -491,20 +491,20 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00400"></a><span class="lineno">  400</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define APR_STATUS_IS_EDSOOPEN(s)       ((s) == APR_EDSOOPEN \</span></div>
 <div class="line"><a name="l00401"></a><span class="lineno">  401</span>&#160;<span class="preprocessor">                       || APR_TO_OS_ERROR(s) == ERROR_MOD_NOT_FOUND)</span></div>
 <div class="line"><a name="l00402"></a><span class="lineno">  402</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#else</span></div>
-<div class="line"><a name="l00403"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gae87f4877aa35535eb3546b499ef9d9f3">  403</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define APR_STATUS_IS_EDSOOPEN(s)       ((s) == APR_EDSOOPEN)</span></div>
+<div class="line"><a name="l00403"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gae87f4877aa35535eb3546b499ef9d9f3">  403</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define APR_STATUS_IS_EDSOOPEN(s)       ((s) == APR_EDSOOPEN)</span></div>
 <div class="line"><a name="l00404"></a><span class="lineno">  404</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
 <div class="line"><a name="l00405"></a><span class="lineno">  405</span>&#160;<span class="preprocessor"></span><span class="comment">/** The given path was absolute. */</span></div>
-<div class="line"><a name="l00406"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gae662804298416a68e63c4f84f245d30c">  406</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EABSOLUTE(s)      ((s) == APR_EABSOLUTE)</span></div>
+<div class="line"><a name="l00406"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gae662804298416a68e63c4f84f245d30c">  406</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EABSOLUTE(s)      ((s) == APR_EABSOLUTE)</span></div>
 <div class="line"><a name="l00407"></a><span class="lineno">  407</span>&#160;<span class="preprocessor"></span><span class="comment">/** The given path was relative. */</span></div>
-<div class="line"><a name="l00408"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga7a8fca5102890e9a0bc4133ba848d52c">  408</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ERELATIVE(s)      ((s) == APR_ERELATIVE)</span></div>
+<div class="line"><a name="l00408"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga7a8fca5102890e9a0bc4133ba848d52c">  408</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ERELATIVE(s)      ((s) == APR_ERELATIVE)</span></div>
 <div class="line"><a name="l00409"></a><span class="lineno">  409</span>&#160;<span class="preprocessor"></span><span class="comment">/** The given path was neither relative nor absolute. */</span></div>
-<div class="line"><a name="l00410"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gae7354f40a912dc43fe76ba2a59de0403">  410</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EINCOMPLETE(s)    ((s) == APR_EINCOMPLETE)</span></div>
+<div class="line"><a name="l00410"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gae7354f40a912dc43fe76ba2a59de0403">  410</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EINCOMPLETE(s)    ((s) == APR_EINCOMPLETE)</span></div>
 <div class="line"><a name="l00411"></a><span class="lineno">  411</span>&#160;<span class="preprocessor"></span><span class="comment">/** The given path was above the root path. */</span></div>
-<div class="line"><a name="l00412"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gae89b8de1e40b855cf95987ce5947b442">  412</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EABOVEROOT(s)     ((s) == APR_EABOVEROOT)</span></div>
+<div class="line"><a name="l00412"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gae89b8de1e40b855cf95987ce5947b442">  412</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EABOVEROOT(s)     ((s) == APR_EABOVEROOT)</span></div>
 <div class="line"><a name="l00413"></a><span class="lineno">  413</span>&#160;<span class="preprocessor"></span><span class="comment">/** The given path was bad. */</span></div>
-<div class="line"><a name="l00414"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga0758d7227209e4311c843c752c0dd075">  414</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EBADPATH(s)       ((s) == APR_EBADPATH)</span></div>
+<div class="line"><a name="l00414"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga0758d7227209e4311c843c752c0dd075">  414</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EBADPATH(s)       ((s) == APR_EBADPATH)</span></div>
 <div class="line"><a name="l00415"></a><span class="lineno">  415</span>&#160;<span class="preprocessor"></span><span class="comment">/** The given path contained wildcards. */</span></div>
-<div class="line"><a name="l00416"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gae23aedf7ad4e6a111ffd6acf4167b00e">  416</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EPATHWILD(s)      ((s) == APR_EPATHWILD)</span></div>
+<div class="line"><a name="l00416"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gae23aedf7ad4e6a111ffd6acf4167b00e">  416</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EPATHWILD(s)      ((s) == APR_EPATHWILD)</span></div>
 <div class="line"><a name="l00417"></a><span class="lineno">  417</span>&#160;<span class="preprocessor"></span><span class="comment">/** Could not find the requested symbol.</span></div>
 <div class="line"><a name="l00418"></a><span class="lineno">  418</span>&#160;<span class="comment"> * For more information call apr_dso_error().</span></div>
 <div class="line"><a name="l00419"></a><span class="lineno">  419</span>&#160;<span class="comment"> */</span></div>
@@ -512,12 +512,12 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00421"></a><span class="lineno">  421</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define APR_STATUS_IS_ESYMNOTFOUND(s)   ((s) == APR_ESYMNOTFOUND \</span></div>
 <div class="line"><a name="l00422"></a><span class="lineno">  422</span>&#160;<span class="preprocessor">                       || APR_TO_OS_ERROR(s) == ERROR_PROC_NOT_FOUND)</span></div>
 <div class="line"><a name="l00423"></a><span class="lineno">  423</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#else</span></div>
-<div class="line"><a name="l00424"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gafab6c5fe2f9b906d533d253097a16e09">  424</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define APR_STATUS_IS_ESYMNOTFOUND(s)   ((s) == APR_ESYMNOTFOUND)</span></div>
+<div class="line"><a name="l00424"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gafab6c5fe2f9b906d533d253097a16e09">  424</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define APR_STATUS_IS_ESYMNOTFOUND(s)   ((s) == APR_ESYMNOTFOUND)</span></div>
 <div class="line"><a name="l00425"></a><span class="lineno">  425</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
 <div class="line"><a name="l00426"></a><span class="lineno">  426</span>&#160;<span class="preprocessor"></span><span class="comment">/** The given process was not recognized by APR. */</span></div>
-<div class="line"><a name="l00427"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gab1267636d1f3fe0dcb79a22b735a5010">  427</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EPROC_UNKNOWN(s)  ((s) == APR_EPROC_UNKNOWN)</span></div>
+<div class="line"><a name="l00427"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gab1267636d1f3fe0dcb79a22b735a5010">  427</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EPROC_UNKNOWN(s)  ((s) == APR_EPROC_UNKNOWN)</span></div>
 <div class="line"><a name="l00428"></a><span class="lineno">  428</span>&#160;<span class="preprocessor"></span><span class="comment">/** APR could not gather enough entropy to continue. */</span></div>
-<div class="line"><a name="l00429"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gab8b0af2df80bfb9edfc8dbcbb6bdf925">  429</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOTENOUGHENTROPY(s) ((s) == APR_ENOTENOUGHENTROPY)</span></div>
+<div class="line"><a name="l00429"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gab8b0af2df80bfb9edfc8dbcbb6bdf925">  429</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOTENOUGHENTROPY(s) ((s) == APR_ENOTENOUGHENTROPY)</span></div>
 <div class="line"><a name="l00430"></a><span class="lineno">  430</span>&#160;<span class="preprocessor"></span><span class="comment"></span></div>
 <div class="line"><a name="l00431"></a><span class="lineno">  431</span>&#160;<span class="comment">/** @} */</span></div>
 <div class="line"><a name="l00432"></a><span class="lineno">  432</span>&#160;<span class="comment"></span></div>
@@ -526,49 +526,49 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00435"></a><span class="lineno">  435</span>&#160;<span class="comment"> * @{</span></div>
 <div class="line"><a name="l00436"></a><span class="lineno">  436</span>&#160;<span class="comment"> */</span><span class="comment"></span></div>
 <div class="line"><a name="l00437"></a><span class="lineno">  437</span>&#160;<span class="comment">/** @see APR_STATUS_IS_INCHILD */</span></div>
-<div class="line"><a name="l00438"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga5a2bb63099778699feeae9627474c179">  438</a></span>&#160;<span class="preprocessor">#define APR_INCHILD        (APR_OS_START_STATUS + 1)</span></div>
+<div class="line"><a name="l00438"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga5a2bb63099778699feeae9627474c179">  438</a></span>&#160;<span class="preprocessor">#define APR_INCHILD        (APR_OS_START_STATUS + 1)</span></div>
 <div class="line"><a name="l00439"></a><span class="lineno">  439</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_INPARENT */</span></div>
-<div class="line"><a name="l00440"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga79abc0fb43e51e0db87f90fa49745d89">  440</a></span>&#160;<span class="preprocessor">#define APR_INPARENT       (APR_OS_START_STATUS + 2)</span></div>
+<div class="line"><a name="l00440"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga79abc0fb43e51e0db87f90fa49745d89">  440</a></span>&#160;<span class="preprocessor">#define APR_INPARENT       (APR_OS_START_STATUS + 2)</span></div>
 <div class="line"><a name="l00441"></a><span class="lineno">  441</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_DETACH */</span></div>
-<div class="line"><a name="l00442"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#gab3f8849983a52f6558016303fb4f5cff">  442</a></span>&#160;<span class="preprocessor">#define APR_DETACH         (APR_OS_START_STATUS + 3)</span></div>
+<div class="line"><a name="l00442"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#gab3f8849983a52f6558016303fb4f5cff">  442</a></span>&#160;<span class="preprocessor">#define APR_DETACH         (APR_OS_START_STATUS + 3)</span></div>
 <div class="line"><a name="l00443"></a><span class="lineno">  443</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_NOTDETACH */</span></div>
-<div class="line"><a name="l00444"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga83b8407fb5de5840f51dfd2c1439987b">  444</a></span>&#160;<span class="preprocessor">#define APR_NOTDETACH      (APR_OS_START_STATUS + 4)</span></div>
+<div class="line"><a name="l00444"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga83b8407fb5de5840f51dfd2c1439987b">  444</a></span>&#160;<span class="preprocessor">#define APR_NOTDETACH      (APR_OS_START_STATUS + 4)</span></div>
 <div class="line"><a name="l00445"></a><span class="lineno">  445</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_CHILD_DONE */</span></div>
-<div class="line"><a name="l00446"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga2a78375cab66b8c1a4e06329e0cfcaf4">  446</a></span>&#160;<span class="preprocessor">#define APR_CHILD_DONE     (APR_OS_START_STATUS + 5)</span></div>
+<div class="line"><a name="l00446"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga2a78375cab66b8c1a4e06329e0cfcaf4">  446</a></span>&#160;<span class="preprocessor">#define APR_CHILD_DONE     (APR_OS_START_STATUS + 5)</span></div>
 <div class="line"><a name="l00447"></a><span class="lineno">  447</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_CHILD_NOTDONE */</span></div>
-<div class="line"><a name="l00448"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga00bba31c29774cce3e72a31f88610340">  448</a></span>&#160;<span class="preprocessor">#define APR_CHILD_NOTDONE  (APR_OS_START_STATUS + 6)</span></div>
+<div class="line"><a name="l00448"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga00bba31c29774cce3e72a31f88610340">  448</a></span>&#160;<span class="preprocessor">#define APR_CHILD_NOTDONE  (APR_OS_START_STATUS + 6)</span></div>
 <div class="line"><a name="l00449"></a><span class="lineno">  449</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_TIMEUP */</span></div>
-<div class="line"><a name="l00450"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga9ac087c25ffb0d3bb4d75bee36709853">  450</a></span>&#160;<span class="preprocessor">#define APR_TIMEUP         (APR_OS_START_STATUS + 7)</span></div>
+<div class="line"><a name="l00450"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga9ac087c25ffb0d3bb4d75bee36709853">  450</a></span>&#160;<span class="preprocessor">#define APR_TIMEUP         (APR_OS_START_STATUS + 7)</span></div>
 <div class="line"><a name="l00451"></a><span class="lineno">  451</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_INCOMPLETE */</span></div>
-<div class="line"><a name="l00452"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga64dff43b83bcefd3f3c751be6b864ca1">  452</a></span>&#160;<span class="preprocessor">#define APR_INCOMPLETE     (APR_OS_START_STATUS + 8)</span></div>
+<div class="line"><a name="l00452"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga64dff43b83bcefd3f3c751be6b864ca1">  452</a></span>&#160;<span class="preprocessor">#define APR_INCOMPLETE     (APR_OS_START_STATUS + 8)</span></div>
 <div class="line"><a name="l00453"></a><span class="lineno">  453</span>&#160;<span class="preprocessor"></span><span class="comment">/* empty slot: +9 */</span></div>
 <div class="line"><a name="l00454"></a><span class="lineno">  454</span>&#160;<span class="comment">/* empty slot: +10 */</span></div>
 <div class="line"><a name="l00455"></a><span class="lineno">  455</span>&#160;<span class="comment">/* empty slot: +11 */</span><span class="comment"></span></div>
 <div class="line"><a name="l00456"></a><span class="lineno">  456</span>&#160;<span class="comment">/** @see APR_STATUS_IS_BADCH */</span></div>
-<div class="line"><a name="l00457"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga6f3ca71069880d9fe5678687a257d616">  457</a></span>&#160;<span class="preprocessor">#define APR_BADCH          (APR_OS_START_STATUS + 12)</span></div>
+<div class="line"><a name="l00457"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga6f3ca71069880d9fe5678687a257d616">  457</a></span>&#160;<span class="preprocessor">#define APR_BADCH          (APR_OS_START_STATUS + 12)</span></div>
 <div class="line"><a name="l00458"></a><span class="lineno">  458</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_BADARG */</span></div>
-<div class="line"><a name="l00459"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga771bf48ab38d93355be8530f6efe4ae9">  459</a></span>&#160;<span class="preprocessor">#define APR_BADARG         (APR_OS_START_STATUS + 13)</span></div>
+<div class="line"><a name="l00459"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga771bf48ab38d93355be8530f6efe4ae9">  459</a></span>&#160;<span class="preprocessor">#define APR_BADARG         (APR_OS_START_STATUS + 13)</span></div>
 <div class="line"><a name="l00460"></a><span class="lineno">  460</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_EOF */</span></div>
-<div class="line"><a name="l00461"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga35d9dca2514c522a2840aca0f3e2ebd3">  461</a></span>&#160;<span class="preprocessor">#define APR_EOF            (APR_OS_START_STATUS + 14)</span></div>
+<div class="line"><a name="l00461"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga35d9dca2514c522a2840aca0f3e2ebd3">  461</a></span>&#160;<span class="preprocessor">#define APR_EOF            (APR_OS_START_STATUS + 14)</span></div>
 <div class="line"><a name="l00462"></a><span class="lineno">  462</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_NOTFOUND */</span></div>
-<div class="line"><a name="l00463"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga9bd83273ff02f31f71fb4dc6f29df4a9">  463</a></span>&#160;<span class="preprocessor">#define APR_NOTFOUND       (APR_OS_START_STATUS + 15)</span></div>
+<div class="line"><a name="l00463"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga9bd83273ff02f31f71fb4dc6f29df4a9">  463</a></span>&#160;<span class="preprocessor">#define APR_NOTFOUND       (APR_OS_START_STATUS + 15)</span></div>
 <div class="line"><a name="l00464"></a><span class="lineno">  464</span>&#160;<span class="preprocessor"></span><span class="comment">/* empty slot: +16 */</span></div>
 <div class="line"><a name="l00465"></a><span class="lineno">  465</span>&#160;<span class="comment">/* empty slot: +17 */</span></div>
 <div class="line"><a name="l00466"></a><span class="lineno">  466</span>&#160;<span class="comment">/* empty slot: +18 */</span><span class="comment"></span></div>
 <div class="line"><a name="l00467"></a><span class="lineno">  467</span>&#160;<span class="comment">/** @see APR_STATUS_IS_ANONYMOUS */</span></div>
-<div class="line"><a name="l00468"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga738a229b0c27bd96ae0173fecab251b7">  468</a></span>&#160;<span class="preprocessor">#define APR_ANONYMOUS      (APR_OS_START_STATUS + 19)</span></div>
+<div class="line"><a name="l00468"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga738a229b0c27bd96ae0173fecab251b7">  468</a></span>&#160;<span class="preprocessor">#define APR_ANONYMOUS      (APR_OS_START_STATUS + 19)</span></div>
 <div class="line"><a name="l00469"></a><span class="lineno">  469</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_FILEBASED */</span></div>
-<div class="line"><a name="l00470"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga28a6d59b62d2698208451a9343399fbb">  470</a></span>&#160;<span class="preprocessor">#define APR_FILEBASED      (APR_OS_START_STATUS + 20)</span></div>
+<div class="line"><a name="l00470"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga28a6d59b62d2698208451a9343399fbb">  470</a></span>&#160;<span class="preprocessor">#define APR_FILEBASED      (APR_OS_START_STATUS + 20)</span></div>
 <div class="line"><a name="l00471"></a><span class="lineno">  471</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_KEYBASED */</span></div>
-<div class="line"><a name="l00472"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#gaac52bebace264494fa94cdf0b4344d26">  472</a></span>&#160;<span class="preprocessor">#define APR_KEYBASED       (APR_OS_START_STATUS + 21)</span></div>
+<div class="line"><a name="l00472"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#gaac52bebace264494fa94cdf0b4344d26">  472</a></span>&#160;<span class="preprocessor">#define APR_KEYBASED       (APR_OS_START_STATUS + 21)</span></div>
 <div class="line"><a name="l00473"></a><span class="lineno">  473</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_EINIT */</span></div>
-<div class="line"><a name="l00474"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#gaacd087793c97a3493eafc14075775b82">  474</a></span>&#160;<span class="preprocessor">#define APR_EINIT          (APR_OS_START_STATUS + 22)</span></div>
+<div class="line"><a name="l00474"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#gaacd087793c97a3493eafc14075775b82">  474</a></span>&#160;<span class="preprocessor">#define APR_EINIT          (APR_OS_START_STATUS + 22)</span></div>
 <div class="line"><a name="l00475"></a><span class="lineno">  475</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_ENOTIMPL */</span></div>
-<div class="line"><a name="l00476"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga939ddb834a30bc9a5a0a329b13000161">  476</a></span>&#160;<span class="preprocessor">#define APR_ENOTIMPL       (APR_OS_START_STATUS + 23)</span></div>
+<div class="line"><a name="l00476"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga939ddb834a30bc9a5a0a329b13000161">  476</a></span>&#160;<span class="preprocessor">#define APR_ENOTIMPL       (APR_OS_START_STATUS + 23)</span></div>
 <div class="line"><a name="l00477"></a><span class="lineno">  477</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_EMISMATCH */</span></div>
-<div class="line"><a name="l00478"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#ga31e65a44daba96aa6d943529e94498e7">  478</a></span>&#160;<span class="preprocessor">#define APR_EMISMATCH      (APR_OS_START_STATUS + 24)</span></div>
+<div class="line"><a name="l00478"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#ga31e65a44daba96aa6d943529e94498e7">  478</a></span>&#160;<span class="preprocessor">#define APR_EMISMATCH      (APR_OS_START_STATUS + 24)</span></div>
 <div class="line"><a name="l00479"></a><span class="lineno">  479</span>&#160;<span class="preprocessor"></span><span class="comment">/** @see APR_STATUS_IS_EBUSY */</span></div>
-<div class="line"><a name="l00480"></a><span class="lineno"><a class="code" href="group___a_p_r___error.html#gab6e5bc99dbace4a91d8d0adcbd8fd66b">  480</a></span>&#160;<span class="preprocessor">#define APR_EBUSY          (APR_OS_START_STATUS + 25)</span></div>
+<div class="line"><a name="l00480"></a><span class="lineno"><a class="line" href="group___a_p_r___error.html#gab6e5bc99dbace4a91d8d0adcbd8fd66b">  480</a></span>&#160;<span class="preprocessor">#define APR_EBUSY          (APR_OS_START_STATUS + 25)</span></div>
 <div class="line"><a name="l00481"></a><span class="lineno">  481</span>&#160;<span class="preprocessor"></span><span class="comment">/** @} */</span></div>
 <div class="line"><a name="l00482"></a><span class="lineno">  482</span>&#160;<span class="comment"></span></div>
 <div class="line"><a name="l00483"></a><span class="lineno">  483</span>&#160;<span class="comment">/**</span></div>
@@ -580,49 +580,49 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00489"></a><span class="lineno">  489</span>&#160;<span class="comment"> * @warning</span></div>
 <div class="line"><a name="l00490"></a><span class="lineno">  490</span>&#160;<span class="comment"> * always use this test, as platform-specific variances may meet this</span></div>
 <div class="line"><a name="l00491"></a><span class="lineno">  491</span>&#160;<span class="comment"> * more than one error code */</span></div>
-<div class="line"><a name="l00492"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gad60d170a73ed74ec209a1b2165cacb61">  492</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_INCHILD(s)        ((s) == APR_INCHILD)</span></div>
+<div class="line"><a name="l00492"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#gad60d170a73ed74ec209a1b2165cacb61">  492</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_INCHILD(s)        ((s) == APR_INCHILD)</span></div>
 <div class="line"><a name="l00493"></a><span class="lineno">  493</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00494"></a><span class="lineno">  494</span>&#160;<span class="comment"> * Program is currently executing in the parent</span></div>
 <div class="line"><a name="l00495"></a><span class="lineno">  495</span>&#160;<span class="comment"> * @warning</span></div>
 <div class="line"><a name="l00496"></a><span class="lineno">  496</span>&#160;<span class="comment"> * always use this test, as platform-specific variances may meet this</span></div>
 <div class="line"><a name="l00497"></a><span class="lineno">  497</span>&#160;<span class="comment"> * more than one error code</span></div>
 <div class="line"><a name="l00498"></a><span class="lineno">  498</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00499"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga4471f8de6eda3a673aa1f306114c012e">  499</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_INPARENT(s)       ((s) == APR_INPARENT)</span></div>
+<div class="line"><a name="l00499"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga4471f8de6eda3a673aa1f306114c012e">  499</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_INPARENT(s)       ((s) == APR_INPARENT)</span></div>
 <div class="line"><a name="l00500"></a><span class="lineno">  500</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00501"></a><span class="lineno">  501</span>&#160;<span class="comment"> * The thread is detached</span></div>
 <div class="line"><a name="l00502"></a><span class="lineno">  502</span>&#160;<span class="comment"> * @warning</span></div>
 <div class="line"><a name="l00503"></a><span class="lineno">  503</span>&#160;<span class="comment"> * always use this test, as platform-specific variances may meet this</span></div>
 <div class="line"><a name="l00504"></a><span class="lineno">  504</span>&#160;<span class="comment"> * more than one error code</span></div>
 <div class="line"><a name="l00505"></a><span class="lineno">  505</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00506"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga64d5d0a6bfe141a387dfdd430a38465b">  506</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_DETACH(s)         ((s) == APR_DETACH)</span></div>
+<div class="line"><a name="l00506"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga64d5d0a6bfe141a387dfdd430a38465b">  506</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_DETACH(s)         ((s) == APR_DETACH)</span></div>
 <div class="line"><a name="l00507"></a><span class="lineno">  507</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00508"></a><span class="lineno">  508</span>&#160;<span class="comment"> * The thread is not detached</span></div>
 <div class="line"><a name="l00509"></a><span class="lineno">  509</span>&#160;<span class="comment"> * @warning</span></div>
 <div class="line"><a name="l00510"></a><span class="lineno">  510</span>&#160;<span class="comment"> * always use this test, as platform-specific variances may meet this</span></div>
 <div class="line"><a name="l00511"></a><span class="lineno">  511</span>&#160;<span class="comment"> * more than one error code</span></div>
 <div class="line"><a name="l00512"></a><span class="lineno">  512</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00513"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga3084551fdf84919e3c3db4384234521d">  513</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_NOTDETACH(s)      ((s) == APR_NOTDETACH)</span></div>
+<div class="line"><a name="l00513"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga3084551fdf84919e3c3db4384234521d">  513</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_NOTDETACH(s)      ((s) == APR_NOTDETACH)</span></div>
 <div class="line"><a name="l00514"></a><span class="lineno">  514</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00515"></a><span class="lineno">  515</span>&#160;<span class="comment"> * The child has finished executing</span></div>
 <div class="line"><a name="l00516"></a><span class="lineno">  516</span>&#160;<span class="comment"> * @warning</span></div>
 <div class="line"><a name="l00517"></a><span class="lineno">  517</span>&#160;<span class="comment"> * always use this test, as platform-specific variances may meet this</span></div>
 <div class="line"><a name="l00518"></a><span class="lineno">  518</span>&#160;<span class="comment"> * more than one error code</span></div>
 <div class="line"><a name="l00519"></a><span class="lineno">  519</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00520"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga1e6539dfa172cef4026105ca33b2b208">  520</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_CHILD_DONE(s)     ((s) == APR_CHILD_DONE)</span></div>
+<div class="line"><a name="l00520"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga1e6539dfa172cef4026105ca33b2b208">  520</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_CHILD_DONE(s)     ((s) == APR_CHILD_DONE)</span></div>
 <div class="line"><a name="l00521"></a><span class="lineno">  521</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00522"></a><span class="lineno">  522</span>&#160;<span class="comment"> * The child has not finished executing</span></div>
 <div class="line"><a name="l00523"></a><span class="lineno">  523</span>&#160;<span class="comment"> * @warning</span></div>
 <div class="line"><a name="l00524"></a><span class="lineno">  524</span>&#160;<span class="comment"> * always use this test, as platform-specific variances may meet this</span></div>
 <div class="line"><a name="l00525"></a><span class="lineno">  525</span>&#160;<span class="comment"> * more than one error code</span></div>
 <div class="line"><a name="l00526"></a><span class="lineno">  526</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00527"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga86190a4a2c04bbbbedc2491bb93ab432">  527</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_CHILD_NOTDONE(s)  ((s) == APR_CHILD_NOTDONE)</span></div>
+<div class="line"><a name="l00527"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga86190a4a2c04bbbbedc2491bb93ab432">  527</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_CHILD_NOTDONE(s)  ((s) == APR_CHILD_NOTDONE)</span></div>
 <div class="line"><a name="l00528"></a><span class="lineno">  528</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00529"></a><span class="lineno">  529</span>&#160;<span class="comment"> * The operation did not finish before the timeout</span></div>
 <div class="line"><a name="l00530"></a><span class="lineno">  530</span>&#160;<span class="comment"> * @warning</span></div>
 <div class="line"><a name="l00531"></a><span class="lineno">  531</span>&#160;<span class="comment"> * always use this test, as platform-specific variances may meet this</span></div>
 <div class="line"><a name="l00532"></a><span class="lineno">  532</span>&#160;<span class="comment"> * more than one error code</span></div>
 <div class="line"><a name="l00533"></a><span class="lineno">  533</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00534"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga864b207719c86ac4deeba696943262d0">  534</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_TIMEUP(s)         ((s) == APR_TIMEUP)</span></div>
+<div class="line"><a name="l00534"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga864b207719c86ac4deeba696943262d0">  534</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_TIMEUP(s)         ((s) == APR_TIMEUP)</span></div>
 <div class="line"><a name="l00535"></a><span class="lineno">  535</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00536"></a><span class="lineno">  536</span>&#160;<span class="comment"> * The operation was incomplete although some processing was performed</span></div>
 <div class="line"><a name="l00537"></a><span class="lineno">  537</span>&#160;<span class="comment"> * and the results are partially valid.</span></div>
@@ -630,7 +630,7 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00539"></a><span class="lineno">  539</span>&#160;<span class="comment"> * always use this test, as platform-specific variances may meet this</span></div>
 <div class="line"><a name="l00540"></a><span class="lineno">  540</span>&#160;<span class="comment"> * more than one error code</span></div>
 <div class="line"><a name="l00541"></a><span class="lineno">  541</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00542"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga8385878e572abf0b2f78a0ab7d1bc8a5">  542</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_INCOMPLETE(s)     ((s) == APR_INCOMPLETE)</span></div>
+<div class="line"><a name="l00542"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga8385878e572abf0b2f78a0ab7d1bc8a5">  542</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_INCOMPLETE(s)     ((s) == APR_INCOMPLETE)</span></div>
 <div class="line"><a name="l00543"></a><span class="lineno">  543</span>&#160;<span class="preprocessor"></span><span class="comment">/* empty slot: +9 */</span></div>
 <div class="line"><a name="l00544"></a><span class="lineno">  544</span>&#160;<span class="comment">/* empty slot: +10 */</span></div>
 <div class="line"><a name="l00545"></a><span class="lineno">  545</span>&#160;<span class="comment">/* empty slot: +11 */</span><span class="comment"></span></div>
@@ -640,7 +640,7 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00549"></a><span class="lineno">  549</span>&#160;<span class="comment"> * always use this test, as platform-specific variances may meet this</span></div>
 <div class="line"><a name="l00550"></a><span class="lineno">  550</span>&#160;<span class="comment"> * more than one error code</span></div>
 <div class="line"><a name="l00551"></a><span class="lineno">  551</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00552"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga20308232897ebff445dc10d0b69a0be2">  552</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_BADCH(s)          ((s) == APR_BADCH)</span></div>
+<div class="line"><a name="l00552"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga20308232897ebff445dc10d0b69a0be2">  552</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_BADCH(s)          ((s) == APR_BADCH)</span></div>
 <div class="line"><a name="l00553"></a><span class="lineno">  553</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
 <div class="line"><a name="l00554"></a><span class="lineno">  554</span>&#160;<span class="comment"> * Getopt found an option not in the option string and an argument was</span></div>
 <div class="line"><a name="l00555"></a><span class="lineno">  555</span>&#160;<span class="comment"> * specified in the option string</span></div>
@@ -648,21 +648,21 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00557"></a><span class="lineno">  557</span>&#160;<span class="comment"> * always use this test, as platform-specific variances may meet this</span></div>
 <div class="line"><a name="l00558"></a><span class="lineno">  558</span>&#160;<span class="comment"> * more than one error code</span></div>
 <div class="line"><a name="l00559"></a><span class="lineno">  559</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00560"></a><span class="lineno"><a class="code" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga88b31c127ad48d12353d175926913cb3">  560</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_BADARG(s)         ((s) == APR_BADARG)</span></div>
+<div class="line"><a name="l00560"></a><span class="lineno"><a class="line" href="group___a_p_r___s_t_a_t_u_s___i_s.html#ga88b31c127ad48d12353d175926913cb3">  560</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_BADARG(s)         ((s) == APR_BADARG)</span></div>
 <div class="line"><a name="l00561"></a><span class="lineno">  561</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>

[... 456 lines stripped ...]