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/04/19 14:29:50 UTC

svn commit: r1588644 [7/38] - in /apr/site/trunk/docs/docs/apr/1.5: ./ search/

Modified: apr/site/trunk/docs/docs/apr/1.5/apr__fnmatch_8h_source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/apr__fnmatch_8h_source.html?rev=1588644&r1=1588643&r2=1588644&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/1.5/apr__fnmatch_8h_source.html (original)
+++ apr/site/trunk/docs/docs/apr/1.5/apr__fnmatch_8h_source.html Sat Apr 19 12:29:44 2014
@@ -3,6 +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"/>
 <title>Apache Portable Runtime: apr_fnmatch.h Source File</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="jquery.js"></script>
@@ -29,7 +30,7 @@
 </table>
 </div>
 <!-- end header part -->
-<!-- Generated by Doxygen 1.8.1.2 -->
+<!-- Generated by Doxygen 1.8.4 -->
 <script type="text/javascript">
 var searchBox = new SearchBox("searchBox", "search",false,'Search');
 </script>
@@ -90,7 +91,7 @@ var searchBox = new SearchBox("searchBox
 <div class="contents">
 <a href="apr__fnmatch_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/*</span></div>
 <div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment"> * Copyright (c) 1992, 1993</span></div>
-<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> *      The Regents of the University of California.  All rights reserved.</span></div>
+<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> *  The Regents of the University of California.  All rights reserved.</span></div>
 <div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> *</span></div>
 <div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> * Redistribution and use in source and binary forms, with or without</span></div>
 <div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * modification, are permitted provided that the following conditions</span></div>
@@ -102,8 +103,8 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> *    documentation and/or other materials provided with the distribution.</span></div>
 <div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * 3. All advertising materials mentioning features or use of this software</span></div>
 <div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *    must display the following acknowledgement:</span></div>
-<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *      This product includes software developed by the University of</span></div>
-<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> *      California, Berkeley and its contributors.</span></div>
+<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *  This product includes software developed by the University of</span></div>
+<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> *  California, Berkeley and its contributors.</span></div>
 <div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * 4. Neither the name of the University nor the names of its contributors</span></div>
 <div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> *    may be used to endorse or promote products derived from this software</span></div>
 <div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> *    without specific prior written permission.</span></div>
@@ -120,7 +121,7 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment"> * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF</span></div>
 <div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="comment"> * SUCH DAMAGE.</span></div>
 <div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="comment"> *</span></div>
-<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="comment"> *      @(#)fnmatch.h   8.1 (Berkeley) 6/2/93</span></div>
+<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="comment"> *  @(#)fnmatch.h   8.1 (Berkeley) 6/2/93</span></div>
 <div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="comment"> */</span></div>
 <div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;</div>
 <div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="comment">/* This file has been modified by the Apache Software Foundation. */</span></div>
@@ -132,8 +133,8 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="comment"> * @brief APR FNMatch Functions</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">   44</span>&#160;</div>
-<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>&quot;</span></div>
-<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr__tables_8h.html" title="APR Table library.">apr_tables.h</a>&quot;</span></div>
+<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr__errno_8h.html" title="APR Error Codes. ">apr_errno.h</a>&quot;</span></div>
+<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr__tables_8h.html" title="APR Table library. ">apr_tables.h</a>&quot;</span></div>
 <div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;</div>
 <div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
 <div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div>
@@ -150,99 +151,103 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00060"></a><span class="lineno"><a class="code" href="group__apr__fnmatch.html#gae12c1286631f316647be6dc007170630">   60</a></span>&#160;<span class="preprocessor">#define APR_FNM_NOESCAPE    0x01  </span><span class="comment">/**&lt; Disable backslash escaping. */</span><span class="preprocessor"></span></div>
 <div class="line"><a name="l00061"></a><span class="lineno"><a class="code" href="group__apr__fnmatch.html#ga0d421a2cef68cb590f958b5de6c7fe1b">   61</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define APR_FNM_PATHNAME    0x02  </span><span class="comment">/**&lt; Slash must be matched by slash. */</span><span class="preprocessor"></span></div>
 <div class="line"><a name="l00062"></a><span class="lineno"><a class="code" href="group__apr__fnmatch.html#ga4806f936b6eacc59dfed831d67b750ef">   62</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define APR_FNM_PERIOD      0x04  </span><span class="comment">/**&lt; Period must be matched by period. */</span><span class="preprocessor"></span></div>
-<div class="line"><a name="l00063"></a><span class="lineno"><a class="code" href="group__apr__fnmatch.html#ga5cee1c0a917a283a193721d11160b502">   63</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define APR_FNM_CASE_BLIND  0x08  </span><span class="comment">/**&lt; Compare characters case-insensitively.</span></div>
-<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;<span class="comment">                                   * @remark This flag is an Apache addition </span></div>
-<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;<span class="comment">                                   */</span><span class="preprocessor"></span></div>
-<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;<span class="preprocessor"></span><span class="comment"></span></div>
-<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;<span class="comment">/**</span></div>
-<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;<span class="comment"> * Try to match the string to the given pattern, return APR_SUCCESS if</span></div>
-<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="comment"> *    match, else return APR_FNM_NOMATCH.  Note that there is no such thing as</span></div>
-<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;<span class="comment"> *    an illegal pattern.</span></div>
+<div class="line"><a name="l00063"></a><span class="lineno"><a class="code" href="group__apr__fnmatch.html#ga5cee1c0a917a283a193721d11160b502">   63</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define APR_FNM_CASE_BLIND  0x08  </span><span class="comment">/**&lt; Compare characters case-insensitively. */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;<span class="preprocessor"></span><span class="comment"></span></div>
+<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;<span class="comment">/**</span></div>
+<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;<span class="comment"> * Try to match the string to the given pattern, return APR_SUCCESS if</span></div>
+<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;<span class="comment"> *    match, else return APR_FNM_NOMATCH.  Note that there is no such thing as</span></div>
+<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;<span class="comment"> *    an illegal pattern.</span></div>
+<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="comment"> *</span></div>
+<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;<span class="comment"> * With all flags unset, a pattern is interpreted as such:</span></div>
 <div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;<span class="comment"> *</span></div>
-<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;<span class="comment"> * With all flags unset, a pattern is interpreted as such:</span></div>
-<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;<span class="comment"> *</span></div>
-<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;<span class="comment"> * PATTERN: Backslash followed by any character, including another</span></div>
-<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;<span class="comment"> *          backslash.&lt;br/&gt;</span></div>
-<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;<span class="comment"> * MATCHES: That character exactly.</span></div>
-<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;<span class="comment"> * </span></div>
-<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;<span class="comment"> * &lt;p&gt;</span></div>
-<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;<span class="comment"> * PATTERN: ?&lt;br/&gt;</span></div>
-<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;<span class="comment"> * MATCHES: Any single character.</span></div>
-<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;<span class="comment"> * &lt;/p&gt;</span></div>
-<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;<span class="comment"> * </span></div>
-<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="comment"> * &lt;p&gt;</span></div>
-<div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;<span class="comment"> * PATTERN: *&lt;br/&gt;</span></div>
-<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;<span class="comment"> * MATCHES: Any sequence of zero or more characters. (Note that multiple</span></div>
-<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;<span class="comment"> *          *s in a row are equivalent to one.)</span></div>
-<div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;<span class="comment"> * </span></div>
-<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;<span class="comment"> * PATTERN: Any character other than \?*[ or a \ at the end of the pattern&lt;br/&gt;</span></div>
-<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;<span class="comment"> * MATCHES: That character exactly. (Case sensitive.)</span></div>
-<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;<span class="comment"> * </span></div>
-<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;<span class="comment"> * PATTERN: [ followed by a class description followed by ]&lt;br/&gt;</span></div>
-<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;<span class="comment"> * MATCHES: A single character described by the class description.</span></div>
-<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;<span class="comment"> *          (Never matches, if the class description reaches until the</span></div>
-<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<span class="comment"> *          end of the string without a ].) If the first character of</span></div>
-<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;<span class="comment"> *          the class description is ^ or !, the sense of the description</span></div>
-<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;<span class="comment"> *          is reversed.  The rest of the class description is a list of</span></div>
-<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;<span class="comment"> *          single characters or pairs of characters separated by -. Any</span></div>
-<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;<span class="comment"> *          of those characters can have a backslash in front of them,</span></div>
-<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;<span class="comment"> *          which is ignored; this lets you use the characters ] and -</span></div>
-<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;<span class="comment"> *          in the character class, as well as ^ and ! at the</span></div>
-<div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;<span class="comment"> *          beginning.  The pattern matches a single character if it</span></div>
-<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;<span class="comment"> *          is one of the listed characters or falls into one of the</span></div>
-<div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;<span class="comment"> *          listed ranges (inclusive, case sensitive).  Ranges with</span></div>
-<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;<span class="comment"> *          the first character larger than the second are legal but</span></div>
-<div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;<span class="comment"> *          never match. Edge cases: [] never matches, and [^] and [!]</span></div>
-<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;<span class="comment"> *          always match without consuming a character.</span></div>
-<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;<span class="comment"> * </span></div>
-<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;<span class="comment"> * Note that these patterns attempt to match the entire string, not</span></div>
-<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;<span class="comment"> * just find a substring matching the pattern.</span></div>
-<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;<span class="comment"> *</span></div>
-<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;<span class="comment"> * @param pattern The pattern to match to</span></div>
-<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;<span class="comment"> * @param strings The string we are trying to match</span></div>
-<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;<span class="comment"> * @param flags flags to use in the match.  Bitwise OR of:</span></div>
-<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;<span class="comment"> * &lt;pre&gt;</span></div>
-<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;<span class="comment"> *              APR_FNM_NOESCAPE       Disable backslash escaping</span></div>
-<div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;<span class="comment"> *              APR_FNM_PATHNAME       Slash must be matched by slash</span></div>
-<div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;<span class="comment"> *              APR_FNM_PERIOD         Period must be matched by period</span></div>
-<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;<span class="comment"> *              APR_FNM_CASE_BLIND     Compare characters case-insensitively.</span></div>
-<div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;<span class="comment"> * &lt;/pre&gt;</span></div>
-<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;</div>
-<div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;<a class="code" href="group__apr__platform.html#gad7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__fnmatch.html#gabe9c7d7efe6afc203a01befbc45bad96">apr_fnmatch</a>(const <span class="keywordtype">char</span> *pattern, </div>
-<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;                                      const <span class="keywordtype">char</span> *strings, <span class="keywordtype">int</span> flags);</div>
-<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;<span class="comment"></span></div>
-<div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;<span class="comment">/**</span></div>
-<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;<span class="comment"> * Determine if the given pattern is a regular expression.</span></div>
-<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;<span class="comment"> * @param pattern The pattern to search for glob characters.</span></div>
-<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;<span class="comment"> * @return non-zero if pattern has any glob characters in it</span></div>
-<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;<a class="code" href="group__apr__platform.html#gad7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<span class="keywordtype">int</span>) <a class="code" href="group__apr__fnmatch.html#ga4e7828bb7be756d999f13b8af8202204">apr_fnmatch_test</a>(const <span class="keywordtype">char</span> *pattern);</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">  132</span>&#160;<span class="comment">/**</span></div>
-<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;<span class="comment"> * Find all files that match a specified pattern.</span></div>
-<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;<span class="comment"> * @param pattern The pattern to use for finding files.</span></div>
-<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;<span class="comment"> * @param result Array to use when storing the results</span></div>
-<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;<span class="comment"> * @param p The pool to use.</span></div>
-<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;<span class="comment"> * @return non-zero if pattern has any glob characters in it</span></div>
-<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;<span class="comment"> */</span></div>
-<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;<a class="code" href="group__apr__platform.html#gad7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__fnmatch.html#gaba55810d3e241b61b9f47f23231e3a02">apr_match_glob</a>(const <span class="keywordtype">char</span> *pattern, </div>
-<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;                                         <a class="code" href="structapr__array__header__t.html">apr_array_header_t</a> **result,</div>
-<div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;                                         <a class="code" href="group__apr__pools.html#gaf137f28edcf9a086cd6bc36c20d7cdfb">apr_pool_t</a> *p);</div>
-<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;<span class="comment"></span></div>
-<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;<span class="comment">/** @} */</span></div>
-<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;</div>
-<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
-<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;<span class="preprocessor"></span>}</div>
-<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;<span class="preprocessor">#endif</span></div>
-<div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;<span class="preprocessor"></span></div>
-<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !_APR_FNMATCH_H_ */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;<span class="comment"> * PATTERN: Backslash followed by any character, including another</span></div>
+<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;<span class="comment"> *          backslash.&lt;br/&gt;</span></div>
+<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;<span class="comment"> * MATCHES: That character exactly.</span></div>
+<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;<span class="comment"> * </span></div>
+<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;<span class="comment"> * &lt;p&gt;</span></div>
+<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;<span class="comment"> * PATTERN: ?&lt;br/&gt;</span></div>
+<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;<span class="comment"> * MATCHES: Any single character.</span></div>
+<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;<span class="comment"> * &lt;/p&gt;</span></div>
+<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;<span class="comment"> * </span></div>
+<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;<span class="comment"> * &lt;p&gt;</span></div>
+<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;<span class="comment"> * PATTERN: *&lt;br/&gt;</span></div>
+<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="comment"> * MATCHES: Any sequence of zero or more characters. (Note that multiple</span></div>
+<div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;<span class="comment"> *          *s in a row are equivalent to one.)</span></div>
+<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;<span class="comment"> * </span></div>
+<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;<span class="comment"> * PATTERN: Any character other than \?*[ or a \ at the end of the pattern&lt;br/&gt;</span></div>
+<div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;<span class="comment"> * MATCHES: That character exactly. (Case sensitive.)</span></div>
+<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;<span class="comment"> * </span></div>
+<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;<span class="comment"> * PATTERN: [ followed by a class description followed by ]&lt;br/&gt;</span></div>
+<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;<span class="comment"> * MATCHES: A single character described by the class description.</span></div>
+<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;<span class="comment"> *          (Never matches, if the class description reaches until the</span></div>
+<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;<span class="comment"> *          end of the string without a ].) If the first character of</span></div>
+<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;<span class="comment"> *          the class description is ^ or !, the sense of the description</span></div>
+<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<span class="comment"> *          is reversed.  The rest of the class description is a list of</span></div>
+<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;<span class="comment"> *          single characters or pairs of characters separated by -. Any</span></div>
+<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;<span class="comment"> *          of those characters can have a backslash in front of them,</span></div>
+<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;<span class="comment"> *          which is ignored; this lets you use the characters ] and -</span></div>
+<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;<span class="comment"> *          in the character class, as well as ^ and ! at the</span></div>
+<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;<span class="comment"> *          beginning.  The pattern matches a single character if it</span></div>
+<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;<span class="comment"> *          is one of the listed characters or falls into one of the</span></div>
+<div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;<span class="comment"> *          listed ranges (inclusive, case sensitive).  Ranges with</span></div>
+<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;<span class="comment"> *          the first character larger than the second are legal but</span></div>
+<div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;<span class="comment"> *          never match. Edge cases: [] never matches, and [^] and [!]</span></div>
+<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;<span class="comment"> *          always match without consuming a character.</span></div>
+<div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;<span class="comment"> * </span></div>
+<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;<span class="comment"> * Note that these patterns attempt to match the entire string, not</span></div>
+<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;<span class="comment"> * just find a substring matching the pattern.</span></div>
+<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;<span class="comment"> *</span></div>
+<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;<span class="comment"> * @param pattern The pattern to match to</span></div>
+<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;<span class="comment"> * @param strings The string we are trying to match</span></div>
+<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;<span class="comment"> * @param flags flags to use in the match.  Bitwise OR of:</span></div>
+<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;<span class="comment"> * &lt;pre&gt;</span></div>
+<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;<span class="comment"> *              APR_FNM_NOESCAPE       Disable backslash escaping</span></div>
+<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;<span class="comment"> *              APR_FNM_PATHNAME       Slash must be matched by slash</span></div>
+<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;<span class="comment"> *              APR_FNM_PERIOD         Period must be matched by period</span></div>
+<div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;<span class="comment"> *              APR_FNM_CASE_BLIND     Compare characters case-insensitively.</span></div>
+<div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;<span class="comment"> * &lt;/pre&gt;</span></div>
+<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;<span class="comment"> */</span></div>
+<div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;</div>
+<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;<a class="code" href="group__apr__platform.html#gad7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__fnmatch.html#gabe9c7d7efe6afc203a01befbc45bad96">apr_fnmatch</a>(const <span class="keywordtype">char</span> *pattern, </div>
+<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;                                      const <span class="keywordtype">char</span> *strings, <span class="keywordtype">int</span> flags);</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">  123</span>&#160;<span class="comment">/**</span></div>
+<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;<span class="comment"> * Determine if the given pattern is a regular expression.</span></div>
+<div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;<span class="comment"> * @param pattern The pattern to search for glob characters.</span></div>
+<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;<span class="comment"> * @return non-zero if pattern has any glob characters in it</span></div>
+<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;<span class="comment"> */</span></div>
+<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;<a class="code" href="group__apr__platform.html#gad7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<span class="keywordtype">int</span>) <a class="code" href="group__apr__fnmatch.html#ga4e7828bb7be756d999f13b8af8202204">apr_fnmatch_test</a>(const <span class="keywordtype">char</span> *pattern);</div>
+<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;<span class="comment"></span></div>
+<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;<span class="comment">/**</span></div>
+<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;<span class="comment"> * Find all files that match a specified pattern in a directory.</span></div>
+<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;<span class="comment"> * @param dir_pattern The pattern to use for finding files, appended</span></div>
+<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;<span class="comment"> * to the search directory.  The pattern is anything following the</span></div>
+<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;<span class="comment"> * final forward or backward slash in the parameter.  If no slash</span></div>
+<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;<span class="comment"> * is found, the current directory is searched.</span></div>
+<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;<span class="comment"> * @param result Array to use when storing the results</span></div>
+<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;<span class="comment"> * @param p The pool to use.</span></div>
+<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;<span class="comment"> * @return APR_SUCCESS if no processing errors occurred, APR error</span></div>
+<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;<span class="comment"> * code otherwise</span></div>
+<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;<span class="comment"> * @remark The returned array may be empty even if APR_SUCCESS was</span></div>
+<div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;<span class="comment"> * returned.</span></div>
+<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;<span class="comment"> */</span></div>
+<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;<a class="code" href="group__apr__platform.html#gad7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__fnmatch.html#ga25c7eacaa966d0c9c09ef160644ac997">apr_match_glob</a>(const <span class="keywordtype">char</span> *dir_pattern, </div>
+<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;                                         <a class="code" href="structapr__array__header__t.html">apr_array_header_t</a> **result,</div>
+<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;                                         <a class="code" href="group__apr__pools.html#gaf137f28edcf9a086cd6bc36c20d7cdfb">apr_pool_t</a> *p);</div>
+<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;<span class="comment"></span></div>
+<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;<span class="comment">/** @} */</span></div>
+<div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;</div>
+<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
+<div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;<span class="preprocessor"></span>}</div>
+<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;<span class="preprocessor">#endif</span></div>
+<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !_APR_FNMATCH_H_ */</span><span class="preprocessor"></span></div>
 </div><!-- fragment --></div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Sun Nov 17 2013 15:33:29 for Apache Portable Runtime by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Sat Apr 19 2014 08:22:23 for Apache Portable Runtime by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
-</a> 1.8.1.2
+</a> 1.8.4
 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/1.5/apr__general_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/apr__general_8h.html?rev=1588644&r1=1588643&r2=1588644&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/1.5/apr__general_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/1.5/apr__general_8h.html Sat Apr 19 12:29:44 2014
@@ -3,6 +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"/>
 <title>Apache Portable Runtime: apr_general.h File Reference</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="jquery.js"></script>
@@ -29,7 +30,7 @@
 </table>
 </div>
 <!-- end header part -->
-<!-- Generated by Doxygen 1.8.1.2 -->
+<!-- Generated by Doxygen 1.8.4 -->
 <script type="text/javascript">
 var searchBox = new SearchBox("searchBox", "search",false,'Search');
 </script>
@@ -102,38 +103,52 @@ var searchBox = new SearchBox("searchBox
 </div>
 <p><a href="apr__general_8h_source.html">Go to the source code of this file.</a></p>
 <table class="memberdecls">
-<tr class="heading"><td colspan="2"><h2><a name="define-members"></a>
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
 Macros</h2></td></tr>
 <tr class="memitem:ga60fc208d93123acc7cf915a66e49e654"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__general.html#ga60fc208d93123acc7cf915a66e49e654">APR_ASCII_BLANK</a>&#160;&#160;&#160;'\040'</td></tr>
+<tr class="separator:ga60fc208d93123acc7cf915a66e49e654"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga91c14ef7f03e82c07f4d3d56f63f8b6a"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__general.html#ga91c14ef7f03e82c07f4d3d56f63f8b6a">APR_ASCII_CR</a>&#160;&#160;&#160;'\015'</td></tr>
+<tr class="separator:ga91c14ef7f03e82c07f4d3d56f63f8b6a"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga9e76601cef56a7a5b25f73fe6d57d7d9"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__general.html#ga9e76601cef56a7a5b25f73fe6d57d7d9">APR_ASCII_LF</a>&#160;&#160;&#160;'\012'</td></tr>
+<tr class="separator:ga9e76601cef56a7a5b25f73fe6d57d7d9"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:gac7162c0b5d026a0717aaa98bf581349d"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__general.html#gac7162c0b5d026a0717aaa98bf581349d">APR_ASCII_TAB</a>&#160;&#160;&#160;'\011'</td></tr>
+<tr class="separator:gac7162c0b5d026a0717aaa98bf581349d"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga41e537d6ad732766d12cd4eb61531678"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__general.html#ga41e537d6ad732766d12cd4eb61531678">APR_OFFSET</a>(p_type, field)&#160;&#160;&#160;((long) (((char *) (&amp;(((p_type)NULL)-&gt;field))) - ((char *) NULL)))</td></tr>
+<tr class="separator:ga41e537d6ad732766d12cd4eb61531678"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:gac16b1187b6ea63706c5dd48c88323dec"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__general.html#gac16b1187b6ea63706c5dd48c88323dec">APR_OFFSETOF</a>(s_type, field)&#160;&#160;&#160;<a class="el" href="group__apr__general.html#ga41e537d6ad732766d12cd4eb61531678">APR_OFFSET</a>(s_type*,field)</td></tr>
+<tr class="separator:gac16b1187b6ea63706c5dd48c88323dec"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga3c4f50d14ebe7a6add282d879521d552"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__general.html#ga3c4f50d14ebe7a6add282d879521d552">APR_ALIGN</a>(size, boundary)&#160;&#160;&#160;(((size) + ((boundary) - 1)) &amp; ~((boundary) - 1))</td></tr>
+<tr class="separator:ga3c4f50d14ebe7a6add282d879521d552"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:gab484e98426221f3212fcb67af0467381"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__general.html#gab484e98426221f3212fcb67af0467381">APR_ALIGN_DEFAULT</a>(size)&#160;&#160;&#160;<a class="el" href="group__apr__general.html#ga3c4f50d14ebe7a6add282d879521d552">APR_ALIGN</a>(size, 8)</td></tr>
+<tr class="separator:gab484e98426221f3212fcb67af0467381"><td class="memSeparator" colspan="2">&#160;</td></tr>
 </table><table class="memberdecls">
-<tr class="heading"><td colspan="2"><h2><a name="typedef-members"></a>
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
 Typedefs</h2></td></tr>
 <tr class="memitem:gafe9e657d61b61d62ecba34299a82a7ea"><td class="memItemLeft" align="right" valign="top">typedef int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__general.html#gafe9e657d61b61d62ecba34299a82a7ea">apr_signum_t</a></td></tr>
+<tr class="separator:gafe9e657d61b61d62ecba34299a82a7ea"><td class="memSeparator" colspan="2">&#160;</td></tr>
 </table><table class="memberdecls">
-<tr class="heading"><td colspan="2"><h2><a name="func-members"></a>
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
 Functions</h2></td></tr>
 <tr class="memitem:ga4a91a6b9ff457ead13e670950127761a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__library.html#ga4a91a6b9ff457ead13e670950127761a">apr_initialize</a> (void)</td></tr>
+<tr class="separator:ga4a91a6b9ff457ead13e670950127761a"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:gaa1c4fc2e1c814cc5d4cd3d8719288fc9"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__library.html#gaa1c4fc2e1c814cc5d4cd3d8719288fc9">apr_app_initialize</a> (int *argc, char const *const **argv, char const *const **env)</td></tr>
+<tr class="separator:gaa1c4fc2e1c814cc5d4cd3d8719288fc9"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga8e96d45ee09fc7e7eb3646efef1424a3"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__library.html#ga8e96d45ee09fc7e7eb3646efef1424a3">apr_terminate</a> (void)</td></tr>
+<tr class="separator:ga8e96d45ee09fc7e7eb3646efef1424a3"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga18667a60ff34d6209e519b4a4ce8cad1"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__library.html#ga18667a60ff34d6209e519b4a4ce8cad1">apr_terminate2</a> (void)</td></tr>
+<tr class="separator:ga18667a60ff34d6209e519b4a4ce8cad1"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga564e4c380e820a9b0d9e877d4852a65e"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__random.html#ga564e4c380e820a9b0d9e877d4852a65e">apr_generate_random_bytes</a> (unsigned char *buf, apr_size_t length)</td></tr>
+<tr class="separator:ga564e4c380e820a9b0d9e877d4852a65e"><td class="memSeparator" colspan="2">&#160;</td></tr>
 </table>
-<a name="details" id="details"></a><h2>Detailed Description</h2>
+<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
 <div class="textblock"><p>APR Miscellaneous library routines. </p>
 <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. </p>
 </div></div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Sun Nov 17 2013 15:33:29 for Apache Portable Runtime by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Sat Apr 19 2014 08:22:23 for Apache Portable Runtime by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
-</a> 1.8.1.2
+</a> 1.8.4
 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/1.5/apr__general_8h_source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/apr__general_8h_source.html?rev=1588644&r1=1588643&r2=1588644&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/1.5/apr__general_8h_source.html (original)
+++ apr/site/trunk/docs/docs/apr/1.5/apr__general_8h_source.html Sat Apr 19 12:29:44 2014
@@ -3,6 +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"/>
 <title>Apache Portable Runtime: apr_general.h Source File</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="jquery.js"></script>
@@ -29,7 +30,7 @@
 </table>
 </div>
 <!-- end header part -->
-<!-- Generated by Doxygen 1.8.1.2 -->
+<!-- Generated by Doxygen 1.8.4 -->
 <script type="text/javascript">
 var searchBox = new SearchBox("searchBox", "search",false,'Search');
 </script>
@@ -115,9 +116,9 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="comment"> * @brief APR Miscellaneous library routines</span></div>
 <div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="comment"> */</span></div>
 <div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;</div>
-<div class="line"><a name="l00028"></a><span class="lineno">   28</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="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>&quot;</span></div>
-<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>&quot;</span></div>
+<div class="line"><a name="l00028"></a><span class="lineno">   28</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="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr__pools_8h.html" title="APR memory allocation. ">apr_pools.h</a>&quot;</span></div>
+<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr__errno_8h.html" title="APR Error Codes. ">apr_errno.h</a>&quot;</span></div>
 <div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div>
 <div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">#if APR_HAVE_SIGNAL_H</span></div>
 <div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#include &lt;signal.h&gt;</span></div>
@@ -334,9 +335,9 @@ var searchBox = new SearchBox("searchBox
 </div><!-- fragment --></div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Sun Nov 17 2013 15:33:29 for Apache Portable Runtime by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Sat Apr 19 2014 08:22:23 for Apache Portable Runtime by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
-</a> 1.8.1.2
+</a> 1.8.4
 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/1.5/apr__getopt_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/apr__getopt_8h.html?rev=1588644&r1=1588643&r2=1588644&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/1.5/apr__getopt_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/1.5/apr__getopt_8h.html Sat Apr 19 12:29:44 2014
@@ -3,6 +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"/>
 <title>Apache Portable Runtime: apr_getopt.h File Reference</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="jquery.js"></script>
@@ -29,7 +30,7 @@
 </table>
 </div>
 <!-- end header part -->
-<!-- Generated by Doxygen 1.8.1.2 -->
+<!-- Generated by Doxygen 1.8.4 -->
 <script type="text/javascript">
 var searchBox = new SearchBox("searchBox", "search",false,'Search');
 </script>
@@ -99,31 +100,39 @@ var searchBox = new SearchBox("searchBox
 </div>
 <p><a href="apr__getopt_8h_source.html">Go to the source code of this file.</a></p>
 <table class="memberdecls">
-<tr class="heading"><td colspan="2"><h2><a name="nested-classes"></a>
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
 Data Structures</h2></td></tr>
 <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapr__getopt__t.html">apr_getopt_t</a></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structapr__getopt__option__t.html">apr_getopt_option_t</a></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
 </table><table class="memberdecls">
-<tr class="heading"><td colspan="2"><h2><a name="typedef-members"></a>
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
 Typedefs</h2></td></tr>
 <tr class="memitem:gae82318936f08cc3531ce9b0856422f27"><td class="memItemLeft" align="right" valign="top">typedef void(&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__getopt.html#gae82318936f08cc3531ce9b0856422f27">apr_getopt_err_fn_t</a> )(void *arg, const char *err,...)</td></tr>
+<tr class="separator:gae82318936f08cc3531ce9b0856422f27"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:gaed49565eab64803e93f76d0c40d6873d"><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="structapr__getopt__t.html">apr_getopt_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__getopt.html#gaed49565eab64803e93f76d0c40d6873d">apr_getopt_t</a></td></tr>
+<tr class="separator:gaed49565eab64803e93f76d0c40d6873d"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga114d2af52f3573eaeee2ffa73b2c4ff5"><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="structapr__getopt__option__t.html">apr_getopt_option_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__getopt.html#ga114d2af52f3573eaeee2ffa73b2c4ff5">apr_getopt_option_t</a></td></tr>
+<tr class="separator:ga114d2af52f3573eaeee2ffa73b2c4ff5"><td class="memSeparator" colspan="2">&#160;</td></tr>
 </table><table class="memberdecls">
-<tr class="heading"><td colspan="2"><h2><a name="func-members"></a>
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
 Functions</h2></td></tr>
 <tr class="memitem:gaaab2b4bfb62361af7a2d427f5f29a3d4"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__getopt.html#gaaab2b4bfb62361af7a2d427f5f29a3d4">apr_getopt_init</a> (<a class="el" href="structapr__getopt__t.html">apr_getopt_t</a> **os, <a class="el" href="group__apr__pools.html#gaf137f28edcf9a086cd6bc36c20d7cdfb">apr_pool_t</a> *cont, int argc, const char *const *argv)</td></tr>
+<tr class="separator:gaaab2b4bfb62361af7a2d427f5f29a3d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga289cdcf7eacc997eb91fea7c02d08934"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__getopt.html#ga289cdcf7eacc997eb91fea7c02d08934">apr_getopt</a> (<a class="el" href="structapr__getopt__t.html">apr_getopt_t</a> *os, const char *opts, char *option_ch, const char **option_arg)</td></tr>
+<tr class="separator:ga289cdcf7eacc997eb91fea7c02d08934"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga80d6ff2213da4e25406b3f179fa13989"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__getopt.html#ga80d6ff2213da4e25406b3f179fa13989">apr_getopt_long</a> (<a class="el" href="structapr__getopt__t.html">apr_getopt_t</a> *os, const <a class="el" href="structapr__getopt__option__t.html">apr_getopt_option_t</a> *opts, int *option_ch, const char **option_arg)</td></tr>
+<tr class="separator:ga80d6ff2213da4e25406b3f179fa13989"><td class="memSeparator" colspan="2">&#160;</td></tr>
 </table>
-<a name="details" id="details"></a><h2>Detailed Description</h2>
+<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
 <div class="textblock"><p>APR Command Arguments (getopt) </p>
 </div></div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Sun Nov 17 2013 15:33:29 for Apache Portable Runtime by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Sat Apr 19 2014 08:22:23 for Apache Portable Runtime by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
-</a> 1.8.1.2
+</a> 1.8.4
 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/1.5/apr__getopt_8h_source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/apr__getopt_8h_source.html?rev=1588644&r1=1588643&r2=1588644&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/1.5/apr__getopt_8h_source.html (original)
+++ apr/site/trunk/docs/docs/apr/1.5/apr__getopt_8h_source.html Sat Apr 19 12:29:44 2014
@@ -3,6 +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"/>
 <title>Apache Portable Runtime: apr_getopt.h Source File</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="jquery.js"></script>
@@ -29,7 +30,7 @@
 </table>
 </div>
 <!-- end header part -->
-<!-- Generated by Doxygen 1.8.1.2 -->
+<!-- Generated by Doxygen 1.8.4 -->
 <script type="text/javascript">
 var searchBox = new SearchBox("searchBox", "search",false,'Search');
 </script>
@@ -112,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 Command Arguments (getopt)</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__pools_8h.html" title="APR memory allocation.">apr_pools.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__pools_8h.html" title="APR memory allocation. ">apr_pools.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">#ifdef __cplusplus</span></div>
 <div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div>
@@ -238,8 +239,8 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;<span class="comment"> * at the end (the original argv is unaffected).</span></div>
 <div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;<span class="comment"> */</span></div>
 <div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;<a class="code" href="group__apr__platform.html#gad7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__getopt.html#ga80d6ff2213da4e25406b3f179fa13989">apr_getopt_long</a>(<a class="code" href="structapr__getopt__t.html">apr_getopt_t</a> *os,</div>
-<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;                                          const <a class="code" href="structapr__getopt__option__t.html">apr_getopt_option_t</a> *opts,</div>
-<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;                                          <span class="keywordtype">int</span> *option_ch,</div>
+<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;                      const <a class="code" href="structapr__getopt__option__t.html">apr_getopt_option_t</a> *opts,</div>
+<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;                      <span class="keywordtype">int</span> *option_ch,</div>
 <div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;                                          const <span class="keywordtype">char</span> **option_arg);<span class="comment"></span></div>
 <div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;<span class="comment">/** @} */</span></div>
 <div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;</div>
@@ -251,9 +252,9 @@ var searchBox = new SearchBox("searchBox
 </div><!-- fragment --></div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Sun Nov 17 2013 15:33:29 for Apache Portable Runtime by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Sat Apr 19 2014 08:22:23 for Apache Portable Runtime by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
-</a> 1.8.1.2
+</a> 1.8.4
 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/1.5/apr__global__mutex_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/apr__global__mutex_8h.html?rev=1588644&r1=1588643&r2=1588644&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/1.5/apr__global__mutex_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/1.5/apr__global__mutex_8h.html Sat Apr 19 12:29:44 2014
@@ -3,6 +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"/>
 <title>Apache Portable Runtime: apr_global_mutex.h File Reference</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="jquery.js"></script>
@@ -29,7 +30,7 @@
 </table>
 </div>
 <!-- end header part -->
-<!-- Generated by Doxygen 1.8.1.2 -->
+<!-- Generated by Doxygen 1.8.4 -->
 <script type="text/javascript">
 var searchBox = new SearchBox("searchBox", "search",false,'Search');
 </script>
@@ -101,30 +102,40 @@ var searchBox = new SearchBox("searchBox
 </div>
 <p><a href="apr__global__mutex_8h_source.html">Go to the source code of this file.</a></p>
 <table class="memberdecls">
-<tr class="heading"><td colspan="2"><h2><a name="typedef-members"></a>
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
 Typedefs</h2></td></tr>
 <tr class="memitem:ga3fc7dc5b076533ee566aa4888ac35ee7"><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="group___a_p_r___global_mutex.html#ga3fc7dc5b076533ee566aa4888ac35ee7">apr_global_mutex_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___global_mutex.html#ga3fc7dc5b076533ee566aa4888ac35ee7">apr_global_mutex_t</a></td></tr>
+<tr class="separator:ga3fc7dc5b076533ee566aa4888ac35ee7"><td class="memSeparator" colspan="2">&#160;</td></tr>
 </table><table class="memberdecls">
-<tr class="heading"><td colspan="2"><h2><a name="func-members"></a>
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
 Functions</h2></td></tr>
 <tr class="memitem:ga7a5ade1ba8ea6c7a7a61e3e719683cb0"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___global_mutex.html#ga7a5ade1ba8ea6c7a7a61e3e719683cb0">apr_global_mutex_create</a> (<a class="el" href="group___a_p_r___global_mutex.html#ga3fc7dc5b076533ee566aa4888ac35ee7">apr_global_mutex_t</a> **mutex, const char *fname, <a class="el" href="group__apr__proc__mutex.html#ga75dd95a48a1e855a87b509b522746ed4">apr_lockmech_e</a> mech, <a class="el" href="group__apr__pools.html#gaf137f28edcf9a086cd6bc36c20d7cdfb">apr_pool_t</a> *pool)</td></tr>
+<tr class="separator:ga7a5ade1ba8ea6c7a7a61e3e719683cb0"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga51eb034bca0352075c92c08a21d4d7a0"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___global_mutex.html#ga51eb034bca0352075c92c08a21d4d7a0">apr_global_mutex_child_init</a> (<a class="el" href="group___a_p_r___global_mutex.html#ga3fc7dc5b076533ee566aa4888ac35ee7">apr_global_mutex_t</a> **mutex, const char *fname, <a class="el" href="group__apr__pools.html#gaf137f28edcf9a086cd6bc36c20d7cdfb">apr_pool_t</a> *pool)</td></tr>
+<tr class="separator:ga51eb034bca0352075c92c08a21d4d7a0"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga1338485664e6c2737340114cace57121"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___global_mutex.html#ga1338485664e6c2737340114cace57121">apr_global_mutex_lock</a> (<a class="el" href="group___a_p_r___global_mutex.html#ga3fc7dc5b076533ee566aa4888ac35ee7">apr_global_mutex_t</a> *mutex)</td></tr>
+<tr class="separator:ga1338485664e6c2737340114cace57121"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga2a6543fba6473b47e33a7b7fc2ba6935"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___global_mutex.html#ga2a6543fba6473b47e33a7b7fc2ba6935">apr_global_mutex_trylock</a> (<a class="el" href="group___a_p_r___global_mutex.html#ga3fc7dc5b076533ee566aa4888ac35ee7">apr_global_mutex_t</a> *mutex)</td></tr>
+<tr class="separator:ga2a6543fba6473b47e33a7b7fc2ba6935"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga16e732ae76dfe104b157e0fc543d3aa3"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___global_mutex.html#ga16e732ae76dfe104b157e0fc543d3aa3">apr_global_mutex_unlock</a> (<a class="el" href="group___a_p_r___global_mutex.html#ga3fc7dc5b076533ee566aa4888ac35ee7">apr_global_mutex_t</a> *mutex)</td></tr>
+<tr class="separator:ga16e732ae76dfe104b157e0fc543d3aa3"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga1f2cb4a1ec57089db49701e747892607"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__apr__errno.html#gaf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___global_mutex.html#ga1f2cb4a1ec57089db49701e747892607">apr_global_mutex_destroy</a> (<a class="el" href="group___a_p_r___global_mutex.html#ga3fc7dc5b076533ee566aa4888ac35ee7">apr_global_mutex_t</a> *mutex)</td></tr>
+<tr class="separator:ga1f2cb4a1ec57089db49701e747892607"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga0d14b6c80cc39bb76f6a038fff1ef5ad"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___global_mutex.html#ga0d14b6c80cc39bb76f6a038fff1ef5ad">apr_global_mutex_lockfile</a> (<a class="el" href="group___a_p_r___global_mutex.html#ga3fc7dc5b076533ee566aa4888ac35ee7">apr_global_mutex_t</a> *mutex)</td></tr>
+<tr class="separator:ga0d14b6c80cc39bb76f6a038fff1ef5ad"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:gaf4ec155e8b9c6f30a979bc0aeb3721cb"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___global_mutex.html#gaf4ec155e8b9c6f30a979bc0aeb3721cb">apr_global_mutex_name</a> (<a class="el" href="group___a_p_r___global_mutex.html#ga3fc7dc5b076533ee566aa4888ac35ee7">apr_global_mutex_t</a> *mutex)</td></tr>
+<tr class="separator:gaf4ec155e8b9c6f30a979bc0aeb3721cb"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:ga01d5c1bbb32b976083b9c8234b04cd46"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__apr__pools.html#gaf137f28edcf9a086cd6bc36c20d7cdfb">apr_pool_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___a_p_r___global_mutex.html#ga01d5c1bbb32b976083b9c8234b04cd46">apr_global_mutex_pool_get</a> (const <a class="el" href="group___a_p_r___global_mutex.html#ga3fc7dc5b076533ee566aa4888ac35ee7">apr_global_mutex_t</a> *theglobal_mutex)</td></tr>
+<tr class="separator:ga01d5c1bbb32b976083b9c8234b04cd46"><td class="memSeparator" colspan="2">&#160;</td></tr>
 </table>
-<a name="details" id="details"></a><h2>Detailed Description</h2>
+<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
 <div class="textblock"><p>APR Global Locking Routines. </p>
 </div></div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Sun Nov 17 2013 15:33:29 for Apache Portable Runtime by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Sat Apr 19 2014 08:22:23 for Apache Portable Runtime by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
-</a> 1.8.1.2
+</a> 1.8.4
 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/1.5/apr__global__mutex_8h_source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/1.5/apr__global__mutex_8h_source.html?rev=1588644&r1=1588643&r2=1588644&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/1.5/apr__global__mutex_8h_source.html (original)
+++ apr/site/trunk/docs/docs/apr/1.5/apr__global__mutex_8h_source.html Sat Apr 19 12:29:44 2014
@@ -3,6 +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"/>
 <title>Apache Portable Runtime: apr_global_mutex.h Source File</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="jquery.js"></script>
@@ -29,7 +30,7 @@
 </table>
 </div>
 <!-- end header part -->
-<!-- Generated by Doxygen 1.8.1.2 -->
+<!-- Generated by Doxygen 1.8.4 -->
 <script type="text/javascript">
 var searchBox = new SearchBox("searchBox", "search",false,'Search');
 </script>
@@ -112,12 +113,12 @@ var searchBox = new SearchBox("searchBox
 <div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> * @brief APR Global Locking Routines</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="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr__proc__mutex_8h.html" title="APR Process Locking Routines.">apr_proc_mutex.h</a>&quot;</span>    <span class="comment">/* only for apr_lockmech_e */</span></div>
-<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>&quot;</span></div>
-<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.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" title="APR Platform Definitions. ">apr.h</a>&quot;</span></div>
+<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr__proc__mutex_8h.html" title="APR Process Locking Routines. ">apr_proc_mutex.h</a>&quot;</span>    <span class="comment">/* only for apr_lockmech_e */</span></div>
+<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr__pools_8h.html" title="APR memory allocation. ">apr_pools.h</a>&quot;</span></div>
+<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="apr__errno_8h.html" title="APR Error Codes. ">apr_errno.h</a>&quot;</span></div>
 <div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#if APR_PROC_MUTEX_IS_GLOBAL</span></div>
-<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="apr__proc__mutex_8h.html" title="APR Process Locking Routines.">apr_proc_mutex.h</a>&quot;</span></div>
+<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="apr__proc__mutex_8h.html" title="APR Process Locking Routines. ">apr_proc_mutex.h</a>&quot;</span></div>
 <div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#endif</span></div>
 <div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor"></span></div>
 <div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
@@ -260,9 +261,9 @@ var searchBox = new SearchBox("searchBox
 </div><!-- fragment --></div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Sun Nov 17 2013 15:33:29 for Apache Portable Runtime by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Sat Apr 19 2014 08:22:23 for Apache Portable Runtime by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
-</a> 1.8.1.2
+</a> 1.8.4
 </small></address>
 </body>
 </html>