Modified: apr/site/trunk/docs/docs/apr-util/apr__uri_8h-source.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__uri_8h-source.html?view=diff&r1=151767&r2=151768 ============================================================================== --- apr/site/trunk/docs/docs/apr-util/apr__uri_8h-source.html (original) +++ apr/site/trunk/docs/docs/apr-util/apr__uri_8h-source.html Mon Feb 7 15:10:17 2005 @@ -3,115 +3,116 @@ <title>Apache Portable Runtime Utility Library: include/apr_uri.h Source File</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> -<!-- Generated by Doxygen 1.3.8 --> +<!-- Generated by Doxygen 1.3.7 --> <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a></div> -<h1>include/apr_uri.h</h1><a href="apr__uri_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2000-2004 The Apache Software Foundation</span> -00002 <span class="comment"> *</span> -00003 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span> -00004 <span class="comment"> * you may not use this file except in compliance with the License.</span> -00005 <span class="comment"> * You may obtain a copy of the License at</span> -00006 <span class="comment"> *</span> -00007 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span> -00008 <span class="comment"> *</span> -00009 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span> -00010 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span> -00011 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span> -00012 <span class="comment"> * See the License for the specific language governing permissions and</span> -00013 <span class="comment"> * limitations under the License.</span> -00014 <span class="comment"> */</span> -00015 -00016 <span class="comment">/*</span> -00017 <span class="comment"> * apr_uri.h: External Interface of apr_uri.c</span> -00018 <span class="comment"> */</span> -00019 -00025 <span class="preprocessor">#ifndef APR_URI_H</span> -00026 <span class="preprocessor"></span><span class="preprocessor">#define APR_URI_H</span> -00027 <span class="preprocessor"></span> -00028 <span class="preprocessor">#include "apu.h"</span> -00029 -00030 <span class="preprocessor">#include "apr_network_io.h"</span> -00031 -00032 <span class="preprocessor">#ifdef __cplusplus</span> -00033 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> { -00034 <span class="preprocessor">#endif</span> -00035 <span class="preprocessor"></span> -<a name="l00042"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga5">00042</a> <span class="preprocessor">#define APR_URI_FTP_DEFAULT_PORT 21 </span> -<a name="l00043"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga6">00043</a> <span class="preprocessor">#define APR_URI_SSH_DEFAULT_PORT 22 </span> -<a name="l00044"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga7">00044</a> <span class="preprocessor">#define APR_URI_TELNET_DEFAULT_PORT 23 </span> -<a name="l00045"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga8">00045</a> <span class="preprocessor">#define APR_URI_GOPHER_DEFAULT_PORT 70 </span> -<a name="l00046"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga9">00046</a> <span class="preprocessor">#define APR_URI_HTTP_DEFAULT_PORT 80 </span> -<a name="l00047"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga10">00047</a> <span class="preprocessor">#define APR_URI_POP_DEFAULT_PORT 110 </span> -<a name="l00048"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga11">00048</a> <span class="preprocessor">#define APR_URI_NNTP_DEFAULT_PORT 119 </span> -<a name="l00049"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga12">00049</a> <span class="preprocessor">#define APR_URI_IMAP_DEFAULT_PORT 143 </span> -<a name="l00050"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga13">00050</a> <span class="preprocessor">#define APR_URI_PROSPERO_DEFAULT_PORT 191 </span> -<a name="l00051"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga14">00051</a> <span class="preprocessor">#define APR_URI_WAIS_DEFAULT_PORT 210 </span> -<a name="l00052"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga15">00052</a> <span class="preprocessor">#define APR_URI_LDAP_DEFAULT_PORT 389 </span> -<a name="l00053"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga16">00053</a> <span class="preprocessor">#define APR_URI_HTTPS_DEFAULT_PORT 443 </span> -<a name="l00054"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga17">00054</a> <span class="preprocessor">#define APR_URI_RTSP_DEFAULT_PORT 554 </span> -<a name="l00055"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga18">00055</a> <span class="preprocessor">#define APR_URI_SNEWS_DEFAULT_PORT 563 </span> -<a name="l00056"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga19">00056</a> <span class="preprocessor">#define APR_URI_ACAP_DEFAULT_PORT 674 </span> -<a name="l00057"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga20">00057</a> <span class="preprocessor">#define APR_URI_NFS_DEFAULT_PORT 2049 </span> -<a name="l00058"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga21">00058</a> <span class="preprocessor">#define APR_URI_TIP_DEFAULT_PORT 3372 </span> -<a name="l00059"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga22">00059</a> <span class="preprocessor">#define APR_URI_SIP_DEFAULT_PORT 5060 </span> -<a name="l00063"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga23">00063</a> <span class="preprocessor">#define APR_URI_UNP_OMITSITEPART (1U<<0)</span> -00064 <span class="preprocessor"></span> -<a name="l00065"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga24">00065</a> <span class="preprocessor">#define APR_URI_UNP_OMITUSER (1U<<1)</span> -00066 <span class="preprocessor"></span> -<a name="l00067"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga25">00067</a> <span class="preprocessor">#define APR_URI_UNP_OMITPASSWORD (1U<<2)</span> -00068 <span class="preprocessor"></span> -<a name="l00069"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga26">00069</a> <span class="preprocessor">#define APR_URI_UNP_OMITUSERINFO (APR_URI_UNP_OMITUSER | \</span> -00070 <span class="preprocessor"> APR_URI_UNP_OMITPASSWORD)</span> -00071 <span class="preprocessor"></span> -<a name="l00072"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga27">00072</a> <span class="preprocessor">#define APR_URI_UNP_REVEALPASSWORD (1U<<3)</span> -00073 <span class="preprocessor"></span> -<a name="l00074"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga28">00074</a> <span class="preprocessor">#define APR_URI_UNP_OMITPATHINFO (1U<<4)</span> -00075 <span class="preprocessor"></span> -<a name="l00076"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga29">00076</a> <span class="preprocessor">#define APR_URI_UNP_OMITQUERY (1U<<5)</span> -00077 <span class="preprocessor"></span> -<a name="l00079"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga0">00079</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structapr__uri__t.html">apr_uri_t</a> <a class="code" href="group___a_p_r___util___u_r_i.html#ga0">apr_uri_t</a>; -00080 -<a name="l00084"></a><a class="code" href="structapr__uri__t.html">00084</a> <span class="keyword">struct </span><a class="code" href="group___a_p_r___util___u_r_i.html#ga0">apr_uri_t</a> { -<a name="l00086"></a><a class="code" href="structapr__uri__t.html#o0">00086</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o0">scheme</a>; -<a name="l00088"></a><a class="code" href="structapr__uri__t.html#o1">00088</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o1">hostinfo</a>; -<a name="l00090"></a><a class="code" href="structapr__uri__t.html#o2">00090</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o2">user</a>; -<a name="l00092"></a><a class="code" href="structapr__uri__t.html#o3">00092</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o3">password</a>; -<a name="l00094"></a><a class="code" href="structapr__uri__t.html#o4">00094</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o4">hostname</a>; -<a name="l00096"></a><a class="code" href="structapr__uri__t.html#o5">00096</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o5">port_str</a>; -<a name="l00098"></a><a class="code" href="structapr__uri__t.html#o6">00098</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o6">path</a>; -<a name="l00100"></a><a class="code" href="structapr__uri__t.html#o7">00100</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o7">query</a>; -<a name="l00102"></a><a class="code" href="structapr__uri__t.html#o8">00102</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o8">fragment</a>; -00103 -<a name="l00105"></a><a class="code" href="structapr__uri__t.html#o9">00105</a> <span class="keyword">struct </span><a class="code" href="structapr__uri__t.html#o9">hostent</a> *<a class="code" href="structapr__uri__t.html#o9">hostent</a>; -00106 -<a name="l00108"></a><a class="code" href="structapr__uri__t.html#o10">00108</a> apr_port_t <a class="code" href="structapr__uri__t.html#o10">port</a>; -00109 -<a name="l00111"></a><a class="code" href="structapr__uri__t.html#o11">00111</a> <span class="keywordtype">unsigned</span> <a class="code" href="structapr__uri__t.html#o11">is_initialized</a>:1; -00112 -<a name="l00114"></a><a class="code" href="structapr__uri__t.html#o12">00114</a> <span class="keywordtype">unsigned</span> <a class="code" href="structapr__uri__t.html#o12">dns_looked_up</a>:1; -<a name="l00116"></a><a class="code" href="structapr__uri__t.html#o13">00116</a> <span class="keywordtype">unsigned</span> <a class="code" href="structapr__uri__t.html#o13">dns_resolved</a>:1; -00117 }; -00118 -00119 <span class="comment">/* apr_uri.c */</span> -00126 APU_DECLARE(apr_port_t) apr_uri_port_of_scheme(const <span class="keywordtype">char</span> *scheme_str); -00127 -00145 APU_DECLARE(<span class="keywordtype">char</span> *) apr_uri_unparse(apr_pool_t *p, -00146 const apr_uri_t *uptr, -00147 <span class="keywordtype">unsigned</span> flags); -00148 -00158 APU_DECLARE(<span class="keywordtype">int</span>) apr_uri_parse(apr_pool_t *p, const <span class="keywordtype">char</span> *uri, -00159 apr_uri_t *uptr); -00160 -00168 APU_DECLARE(<span class="keywordtype">int</span>) apr_uri_parse_hostinfo(apr_pool_t *p, -00169 const <span class="keywordtype">char</span> *hostinfo, -00170 apr_uri_t *uptr); -00171 -00173 #ifdef __cplusplus -00174 } -00175 #endif -00176 -00177 #endif <span class="comment">/* APR_URI_H */</span> -</div></pre><hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:50 2004 for Apache Portable Runtime Utility Library by +<h1>include/apr_uri.h</h1><a href="apr__uri_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as</span> +00002 <span class="comment"> * applicable.</span> +00003 <span class="comment"> *</span> +00004 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span> +00005 <span class="comment"> * you may not use this file except in compliance with the License.</span> +00006 <span class="comment"> * You may obtain a copy of the License at</span> +00007 <span class="comment"> *</span> +00008 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span> +00009 <span class="comment"> *</span> +00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span> +00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span> +00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span> +00013 <span class="comment"> * See the License for the specific language governing permissions and</span> +00014 <span class="comment"> * limitations under the License.</span> +00015 <span class="comment"> */</span> +00016 +00017 <span class="comment">/*</span> +00018 <span class="comment"> * apr_uri.h: External Interface of apr_uri.c</span> +00019 <span class="comment"> */</span> +00020 +00026 <span class="preprocessor">#ifndef APR_URI_H</span> +00027 <span class="preprocessor"></span><span class="preprocessor">#define APR_URI_H</span> +00028 <span class="preprocessor"></span> +00029 <span class="preprocessor">#include "apu.h"</span> +00030 +00031 <span class="preprocessor">#include "apr_network_io.h"</span> +00032 +00033 <span class="preprocessor">#ifdef __cplusplus</span> +00034 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> { +00035 <span class="preprocessor">#endif</span> +00036 <span class="preprocessor"></span> +<a name="l00043"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga5">00043</a> <span class="preprocessor">#define APR_URI_FTP_DEFAULT_PORT 21 </span> +<a name="l00044"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga6">00044</a> <span class="preprocessor">#define APR_URI_SSH_DEFAULT_PORT 22 </span> +<a name="l00045"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga7">00045</a> <span class="preprocessor">#define APR_URI_TELNET_DEFAULT_PORT 23 </span> +<a name="l00046"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga8">00046</a> <span class="preprocessor">#define APR_URI_GOPHER_DEFAULT_PORT 70 </span> +<a name="l00047"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga9">00047</a> <span class="preprocessor">#define APR_URI_HTTP_DEFAULT_PORT 80 </span> +<a name="l00048"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga10">00048</a> <span class="preprocessor">#define APR_URI_POP_DEFAULT_PORT 110 </span> +<a name="l00049"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga11">00049</a> <span class="preprocessor">#define APR_URI_NNTP_DEFAULT_PORT 119 </span> +<a name="l00050"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga12">00050</a> <span class="preprocessor">#define APR_URI_IMAP_DEFAULT_PORT 143 </span> +<a name="l00051"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga13">00051</a> <span class="preprocessor">#define APR_URI_PROSPERO_DEFAULT_PORT 191 </span> +<a name="l00052"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga14">00052</a> <span class="preprocessor">#define APR_URI_WAIS_DEFAULT_PORT 210 </span> +<a name="l00053"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga15">00053</a> <span class="preprocessor">#define APR_URI_LDAP_DEFAULT_PORT 389 </span> +<a name="l00054"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga16">00054</a> <span class="preprocessor">#define APR_URI_HTTPS_DEFAULT_PORT 443 </span> +<a name="l00055"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga17">00055</a> <span class="preprocessor">#define APR_URI_RTSP_DEFAULT_PORT 554 </span> +<a name="l00056"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga18">00056</a> <span class="preprocessor">#define APR_URI_SNEWS_DEFAULT_PORT 563 </span> +<a name="l00057"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga19">00057</a> <span class="preprocessor">#define APR_URI_ACAP_DEFAULT_PORT 674 </span> +<a name="l00058"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga20">00058</a> <span class="preprocessor">#define APR_URI_NFS_DEFAULT_PORT 2049 </span> +<a name="l00059"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga21">00059</a> <span class="preprocessor">#define APR_URI_TIP_DEFAULT_PORT 3372 </span> +<a name="l00060"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga22">00060</a> <span class="preprocessor">#define APR_URI_SIP_DEFAULT_PORT 5060 </span> +<a name="l00064"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga23">00064</a> <span class="preprocessor">#define APR_URI_UNP_OMITSITEPART (1U<<0)</span> +00065 <span class="preprocessor"></span> +<a name="l00066"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga24">00066</a> <span class="preprocessor">#define APR_URI_UNP_OMITUSER (1U<<1)</span> +00067 <span class="preprocessor"></span> +<a name="l00068"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga25">00068</a> <span class="preprocessor">#define APR_URI_UNP_OMITPASSWORD (1U<<2)</span> +00069 <span class="preprocessor"></span> +<a name="l00070"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga26">00070</a> <span class="preprocessor">#define APR_URI_UNP_OMITUSERINFO (APR_URI_UNP_OMITUSER | \</span> +00071 <span class="preprocessor"> APR_URI_UNP_OMITPASSWORD)</span> +00072 <span class="preprocessor"></span> +<a name="l00073"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga27">00073</a> <span class="preprocessor">#define APR_URI_UNP_REVEALPASSWORD (1U<<3)</span> +00074 <span class="preprocessor"></span> +<a name="l00075"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga28">00075</a> <span class="preprocessor">#define APR_URI_UNP_OMITPATHINFO (1U<<4)</span> +00076 <span class="preprocessor"></span> +<a name="l00077"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga29">00077</a> <span class="preprocessor">#define APR_URI_UNP_OMITQUERY (1U<<5)</span> +00078 <span class="preprocessor"></span> +<a name="l00080"></a><a class="code" href="group___a_p_r___util___u_r_i.html#ga0">00080</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structapr__uri__t.html">apr_uri_t</a> <a class="code" href="group___a_p_r___util___u_r_i.html#ga0">apr_uri_t</a>; +00081 +<a name="l00085"></a><a class="code" href="structapr__uri__t.html">00085</a> <span class="keyword">struct </span><a class="code" href="group___a_p_r___util___u_r_i.html#ga0">apr_uri_t</a> { +<a name="l00087"></a><a class="code" href="structapr__uri__t.html#o0">00087</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o0">scheme</a>; +<a name="l00089"></a><a class="code" href="structapr__uri__t.html#o1">00089</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o1">hostinfo</a>; +<a name="l00091"></a><a class="code" href="structapr__uri__t.html#o2">00091</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o2">user</a>; +<a name="l00093"></a><a class="code" href="structapr__uri__t.html#o3">00093</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o3">password</a>; +<a name="l00095"></a><a class="code" href="structapr__uri__t.html#o4">00095</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o4">hostname</a>; +<a name="l00097"></a><a class="code" href="structapr__uri__t.html#o5">00097</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o5">port_str</a>; +<a name="l00099"></a><a class="code" href="structapr__uri__t.html#o6">00099</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o6">path</a>; +<a name="l00101"></a><a class="code" href="structapr__uri__t.html#o7">00101</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o7">query</a>; +<a name="l00103"></a><a class="code" href="structapr__uri__t.html#o8">00103</a> <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#o8">fragment</a>; +00104 +<a name="l00106"></a><a class="code" href="structapr__uri__t.html#o9">00106</a> <span class="keyword">struct </span><a class="code" href="structapr__uri__t.html#o9">hostent</a> *<a class="code" href="structapr__uri__t.html#o9">hostent</a>; +00107 +<a name="l00109"></a><a class="code" href="structapr__uri__t.html#o10">00109</a> apr_port_t <a class="code" href="structapr__uri__t.html#o10">port</a>; +00110 +<a name="l00112"></a><a class="code" href="structapr__uri__t.html#o11">00112</a> <span class="keywordtype">unsigned</span> <a class="code" href="structapr__uri__t.html#o11">is_initialized</a>:1; +00113 +<a name="l00115"></a><a class="code" href="structapr__uri__t.html#o12">00115</a> <span class="keywordtype">unsigned</span> <a class="code" href="structapr__uri__t.html#o12">dns_looked_up</a>:1; +<a name="l00117"></a><a class="code" href="structapr__uri__t.html#o13">00117</a> <span class="keywordtype">unsigned</span> <a class="code" href="structapr__uri__t.html#o13">dns_resolved</a>:1; +00118 }; +00119 +00120 <span class="comment">/* apr_uri.c */</span> +00127 APU_DECLARE(apr_port_t) apr_uri_port_of_scheme(const <span class="keywordtype">char</span> *scheme_str); +00128 +00146 APU_DECLARE(<span class="keywordtype">char</span> *) apr_uri_unparse(apr_pool_t *p, +00147 const apr_uri_t *uptr, +00148 <span class="keywordtype">unsigned</span> flags); +00149 +00159 APU_DECLARE(<span class="keywordtype">int</span>) apr_uri_parse(apr_pool_t *p, const <span class="keywordtype">char</span> *uri, +00160 apr_uri_t *uptr); +00161 +00169 APU_DECLARE(<span class="keywordtype">int</span>) apr_uri_parse_hostinfo(apr_pool_t *p, +00170 const <span class="keywordtype">char</span> *hostinfo, +00171 apr_uri_t *uptr); +00172 +00174 #ifdef __cplusplus +00175 } +00176 #endif +00177 +00178 #endif <span class="comment">/* APR_URI_H */</span> +</div></pre><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by <a href="http://www.doxygen.org/index.html"> -<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address> +<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address> </body> </html>
Modified: apr/site/trunk/docs/docs/apr-util/apr__uri_8h.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__uri_8h.html?view=diff&r1=151767&r2=151768 ============================================================================== --- apr/site/trunk/docs/docs/apr-util/apr__uri_8h.html (original) +++ apr/site/trunk/docs/docs/apr-util/apr__uri_8h.html Mon Feb 7 15:10:17 2005 @@ -1,11 +1,12 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> -<title>Apache Portable Runtime Utility Library: include/apr_uri.h File Reference</title> +<title>Apache Portable Runtime Utility Library: apr_uri.h File Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> -<!-- Generated by Doxygen 1.3.8 --> +<!-- Generated by Doxygen 1.3.7 --> <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a></div> -<h1>include/apr_uri.h File Reference</h1>APR-UTIL URI Routines. <a href="#_details">More...</a> +<h1>include/apr_uri.h File Reference</h1>APR-UTIL URI Routines. +<a href="#_details">More...</a> <p> <code>#include "apu.h"</code><br> <code>#include "apr_network_io.h"</code><br> @@ -17,41 +18,41 @@ <tr><td class="memItemLeft" nowrap align=right valign=top>struct </td><td class="memItemRight" valign=bottom><a class="el" href="structapr__uri__t.html">apr_uri_t</a></td></tr> <tr><td colspan=2><br><h2>Defines</h2></td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga5">APR_URI_FTP_DEFAULT_PORT</a> 21</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga5">APR_URI_FTP_DEFAULT_PORT</a> 21 /**< default FTP port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga6">APR_URI_SSH_DEFAULT_PORT</a> 22</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga6">APR_URI_SSH_DEFAULT_PORT</a> 22 /**< default SSH port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga7">APR_URI_TELNET_DEFAULT_PORT</a> 23</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga7">APR_URI_TELNET_DEFAULT_PORT</a> 23 /**< default telnet port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga8">APR_URI_GOPHER_DEFAULT_PORT</a> 70</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga8">APR_URI_GOPHER_DEFAULT_PORT</a> 70 /**< default Gopher port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga9">APR_URI_HTTP_DEFAULT_PORT</a> 80</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga9">APR_URI_HTTP_DEFAULT_PORT</a> 80 /**< default HTTP port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga10">APR_URI_POP_DEFAULT_PORT</a> 110</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga10">APR_URI_POP_DEFAULT_PORT</a> 110 /**< default POP port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga11">APR_URI_NNTP_DEFAULT_PORT</a> 119</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga11">APR_URI_NNTP_DEFAULT_PORT</a> 119 /**< default NNTP port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga12">APR_URI_IMAP_DEFAULT_PORT</a> 143</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga12">APR_URI_IMAP_DEFAULT_PORT</a> 143 /**< default IMAP port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga13">APR_URI_PROSPERO_DEFAULT_PORT</a> 191</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga13">APR_URI_PROSPERO_DEFAULT_PORT</a> 191 /**< default Prospero port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga14">APR_URI_WAIS_DEFAULT_PORT</a> 210</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga14">APR_URI_WAIS_DEFAULT_PORT</a> 210 /**< default WAIS port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga15">APR_URI_LDAP_DEFAULT_PORT</a> 389</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga15">APR_URI_LDAP_DEFAULT_PORT</a> 389 /**< default LDAP port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga16">APR_URI_HTTPS_DEFAULT_PORT</a> 443</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga16">APR_URI_HTTPS_DEFAULT_PORT</a> 443 /**< default HTTPS port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga17">APR_URI_RTSP_DEFAULT_PORT</a> 554</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga17">APR_URI_RTSP_DEFAULT_PORT</a> 554 /**< default RTSP port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga18">APR_URI_SNEWS_DEFAULT_PORT</a> 563</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga18">APR_URI_SNEWS_DEFAULT_PORT</a> 563 /**< default SNEWS port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga19">APR_URI_ACAP_DEFAULT_PORT</a> 674</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga19">APR_URI_ACAP_DEFAULT_PORT</a> 674 /**< default ACAP port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga20">APR_URI_NFS_DEFAULT_PORT</a> 2049</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga20">APR_URI_NFS_DEFAULT_PORT</a> 2049 /**< default NFS port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga21">APR_URI_TIP_DEFAULT_PORT</a> 3372</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga21">APR_URI_TIP_DEFAULT_PORT</a> 3372 /**< default TIP port */</td></tr> -<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga22">APR_URI_SIP_DEFAULT_PORT</a> 5060</td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga22">APR_URI_SIP_DEFAULT_PORT</a> 5060 /**< default SIP port */</td></tr> <tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___util___u_r_i.html#ga23">APR_URI_UNP_OMITSITEPART</a> (1U<<0)</td></tr> @@ -83,8 +84,8 @@ <hr><a name="_details"></a><h2>Detailed Description</h2> APR-UTIL URI Routines. <p> -<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:50 2004 for Apache Portable Runtime Utility Library by +<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by <a href="http://www.doxygen.org/index.html"> -<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address> +<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address> </body> </html> Modified: apr/site/trunk/docs/docs/apr-util/apr__uuid_8h-source.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__uuid_8h-source.html?view=diff&r1=151767&r2=151768 ============================================================================== --- apr/site/trunk/docs/docs/apr-util/apr__uuid_8h-source.html (original) +++ apr/site/trunk/docs/docs/apr-util/apr__uuid_8h-source.html Mon Feb 7 15:10:17 2005 @@ -3,53 +3,54 @@ <title>Apache Portable Runtime Utility Library: include/apr_uuid.h Source File</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> -<!-- Generated by Doxygen 1.3.8 --> +<!-- Generated by Doxygen 1.3.7 --> <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a></div> -<h1>include/apr_uuid.h</h1><a href="apr__uuid_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2000-2004 The Apache Software Foundation</span> -00002 <span class="comment"> *</span> -00003 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span> -00004 <span class="comment"> * you may not use this file except in compliance with the License.</span> -00005 <span class="comment"> * You may obtain a copy of the License at</span> -00006 <span class="comment"> *</span> -00007 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span> -00008 <span class="comment"> *</span> -00009 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span> -00010 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span> -00011 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span> -00012 <span class="comment"> * See the License for the specific language governing permissions and</span> -00013 <span class="comment"> * limitations under the License.</span> -00014 <span class="comment"> */</span> -00015 -00020 <span class="preprocessor">#ifndef APR_UUID_H</span> -00021 <span class="preprocessor"></span><span class="preprocessor">#define APR_UUID_H</span> -00022 <span class="preprocessor"></span> -00023 <span class="preprocessor">#include "apu.h"</span> -00024 <span class="preprocessor">#include "apr_errno.h"</span> -00025 -00026 <span class="preprocessor">#ifdef __cplusplus</span> -00027 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> { -00028 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span> -00029 -<a name="l00040"></a><a class="code" href="structapr__uuid__t.html">00040</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>{ -<a name="l00041"></a><a class="code" href="structapr__uuid__t.html#o0">00041</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> data[16]; -00042 } <a class="code" href="structapr__uuid__t.html">apr_uuid_t</a>; -00043 -<a name="l00045"></a><a class="code" href="group___a_p_r___u_u_i_d.html#ga3">00045</a> <span class="preprocessor">#define APR_UUID_FORMATTED_LENGTH 36</span> -00046 <span class="preprocessor"></span> -00047 -00052 APU_DECLARE(<span class="keywordtype">void</span>) apr_uuid_get(<a class="code" href="structapr__uuid__t.html">apr_uuid_t</a> *uuid); -00053 -00061 APU_DECLARE(<span class="keywordtype">void</span>) apr_uuid_format(<span class="keywordtype">char</span> *buffer, const <a class="code" href="structapr__uuid__t.html">apr_uuid_t</a> *uuid); -00062 -00068 APU_DECLARE(apr_status_t) apr_uuid_parse(<a class="code" href="structapr__uuid__t.html">apr_uuid_t</a> *uuid, const <span class="keywordtype">char</span> *uuid_str); -00069 -00071 #ifdef __cplusplus -00072 } -00073 #endif -00074 -00075 #endif <span class="comment">/* APR_UUID_H */</span> -</div></pre><hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:50 2004 for Apache Portable Runtime Utility Library by +<h1>include/apr_uuid.h</h1><a href="apr__uuid_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as</span> +00002 <span class="comment"> * applicable.</span> +00003 <span class="comment"> *</span> +00004 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span> +00005 <span class="comment"> * you may not use this file except in compliance with the License.</span> +00006 <span class="comment"> * You may obtain a copy of the License at</span> +00007 <span class="comment"> *</span> +00008 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span> +00009 <span class="comment"> *</span> +00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span> +00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span> +00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span> +00013 <span class="comment"> * See the License for the specific language governing permissions and</span> +00014 <span class="comment"> * limitations under the License.</span> +00015 <span class="comment"> */</span> +00016 +00021 <span class="preprocessor">#ifndef APR_UUID_H</span> +00022 <span class="preprocessor"></span><span class="preprocessor">#define APR_UUID_H</span> +00023 <span class="preprocessor"></span> +00024 <span class="preprocessor">#include "apu.h"</span> +00025 <span class="preprocessor">#include "apr_errno.h"</span> +00026 +00027 <span class="preprocessor">#ifdef __cplusplus</span> +00028 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> { +00029 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span> +00030 +<a name="l00041"></a><a class="code" href="structapr__uuid__t.html">00041</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>{ +<a name="l00042"></a><a class="code" href="structapr__uuid__t.html#o0">00042</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> data[16]; +00043 } <a class="code" href="structapr__uuid__t.html">apr_uuid_t</a>; +00044 +<a name="l00046"></a><a class="code" href="group___a_p_r___u_u_i_d.html#ga3">00046</a> <span class="preprocessor">#define APR_UUID_FORMATTED_LENGTH 36</span> +00047 <span class="preprocessor"></span> +00048 +00053 APU_DECLARE(<span class="keywordtype">void</span>) apr_uuid_get(<a class="code" href="structapr__uuid__t.html">apr_uuid_t</a> *uuid); +00054 +00062 APU_DECLARE(<span class="keywordtype">void</span>) apr_uuid_format(<span class="keywordtype">char</span> *buffer, const <a class="code" href="structapr__uuid__t.html">apr_uuid_t</a> *uuid); +00063 +00069 APU_DECLARE(apr_status_t) apr_uuid_parse(<a class="code" href="structapr__uuid__t.html">apr_uuid_t</a> *uuid, const <span class="keywordtype">char</span> *uuid_str); +00070 +00072 #ifdef __cplusplus +00073 } +00074 #endif +00075 +00076 #endif <span class="comment">/* APR_UUID_H */</span> +</div></pre><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by <a href="http://www.doxygen.org/index.html"> -<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address> +<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address> </body> </html> Modified: apr/site/trunk/docs/docs/apr-util/apr__uuid_8h.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__uuid_8h.html?view=diff&r1=151767&r2=151768 ============================================================================== --- apr/site/trunk/docs/docs/apr-util/apr__uuid_8h.html (original) +++ apr/site/trunk/docs/docs/apr-util/apr__uuid_8h.html Mon Feb 7 15:10:17 2005 @@ -1,11 +1,12 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> -<title>Apache Portable Runtime Utility Library: include/apr_uuid.h File Reference</title> +<title>Apache Portable Runtime Utility Library: apr_uuid.h File Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> -<!-- Generated by Doxygen 1.3.8 --> +<!-- Generated by Doxygen 1.3.7 --> <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a></div> -<h1>include/apr_uuid.h File Reference</h1>APR UUID library. <a href="#_details">More...</a> +<h1>include/apr_uuid.h File Reference</h1>APR UUID library. +<a href="#_details">More...</a> <p> <code>#include "apu.h"</code><br> <code>#include "apr_errno.h"</code><br> @@ -30,8 +31,8 @@ <hr><a name="_details"></a><h2>Detailed Description</h2> APR UUID library. <p> -<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:50 2004 for Apache Portable Runtime Utility Library by +<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by <a href="http://www.doxygen.org/index.html"> -<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address> +<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address> </body> </html> Modified: apr/site/trunk/docs/docs/apr-util/apr__xlate_8h-source.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__xlate_8h-source.html?view=diff&r1=151767&r2=151768 ============================================================================== --- apr/site/trunk/docs/docs/apr-util/apr__xlate_8h-source.html (original) +++ apr/site/trunk/docs/docs/apr-util/apr__xlate_8h-source.html Mon Feb 7 15:10:17 2005 @@ -3,70 +3,71 @@ <title>Apache Portable Runtime Utility Library: include/apr_xlate.h Source File</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> -<!-- Generated by Doxygen 1.3.8 --> +<!-- Generated by Doxygen 1.3.7 --> <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a></div> -<h1>include/apr_xlate.h</h1><a href="apr__xlate_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2000-2004 The Apache Software Foundation</span> -00002 <span class="comment"> *</span> -00003 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span> -00004 <span class="comment"> * you may not use this file except in compliance with the License.</span> -00005 <span class="comment"> * You may obtain a copy of the License at</span> -00006 <span class="comment"> *</span> -00007 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span> -00008 <span class="comment"> *</span> -00009 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span> -00010 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span> -00011 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span> -00012 <span class="comment"> * See the License for the specific language governing permissions and</span> -00013 <span class="comment"> * limitations under the License.</span> -00014 <span class="comment"> */</span> -00015 -00016 <span class="preprocessor">#ifndef APR_XLATE_H</span> -00017 <span class="preprocessor"></span><span class="preprocessor">#define APR_XLATE_H</span> -00018 <span class="preprocessor"></span> -00019 <span class="preprocessor">#include "apu.h"</span> -00020 <span class="preprocessor">#include "apr_pools.h"</span> -00021 <span class="preprocessor">#include "apr_errno.h"</span> -00022 -00023 <span class="preprocessor">#ifdef __cplusplus</span> -00024 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> { -00025 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span> -00026 -<a name="l00038"></a><a class="code" href="group___a_p_r___x_l_a_t_e.html#ga0">00038</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="group___a_p_r___x_l_a_t_e.html#ga0">apr_xlate_t</a> <a class="code" href="group___a_p_r___x_l_a_t_e.html#ga0">apr_xlate_t</a>; -00039 -00065 APU_DECLARE(apr_status_t) apr_xlate_open(apr_xlate_t **convset, -00066 const <span class="keywordtype">char</span> *topage, -00067 const <span class="keywordtype">char</span> *frompage, -00068 apr_pool_t *pool); -00069 -<a name="l00077"></a><a class="code" href="group___a_p_r___x_l_a_t_e.html#ga6">00077</a> #define APR_DEFAULT_CHARSET (const <span class="keywordtype">char</span> *)0 -<a name="l00081"></a><a class="code" href="group___a_p_r___x_l_a_t_e.html#ga7">00081</a> #define APR_LOCALE_CHARSET (const <span class="keywordtype">char</span> *)1 -00082 -00092 APU_DECLARE(apr_status_t) apr_xlate_sb_get(apr_xlate_t *convset, <span class="keywordtype">int</span> *onoff); -00093 -00108 APU_DECLARE(apr_status_t) apr_xlate_conv_buffer(apr_xlate_t *convset, -00109 const <span class="keywordtype">char</span> *inbuf, -00110 apr_size_t *inbytes_left, -00111 <span class="keywordtype">char</span> *outbuf, -00112 apr_size_t *outbytes_left); -00113 -00114 <span class="comment">/* @see apr_file_io.h the comment in apr_file_io.h about this hack */</span> -00115 #ifdef APR_NOT_DONE_YET -00125 APU_DECLARE(apr_status_t) apr_xlate_conv_char(apr_xlate_t *convset, -00126 <span class="keywordtype">char</span> inchar, <span class="keywordtype">char</span> outchar); -00127 #endif -00128 -00137 APU_DECLARE(apr_int32_t) apr_xlate_conv_byte(apr_xlate_t *convset, -00138 <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> inchar); -00139 -00147 APU_DECLARE(apr_status_t) apr_xlate_close(apr_xlate_t *convset); +<h1>include/apr_xlate.h</h1><a href="apr__xlate_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as</span> +00002 <span class="comment"> * applicable.</span> +00003 <span class="comment"> *</span> +00004 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span> +00005 <span class="comment"> * you may not use this file except in compliance with the License.</span> +00006 <span class="comment"> * You may obtain a copy of the License at</span> +00007 <span class="comment"> *</span> +00008 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span> +00009 <span class="comment"> *</span> +00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span> +00011 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span> +00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span> +00013 <span class="comment"> * See the License for the specific language governing permissions and</span> +00014 <span class="comment"> * limitations under the License.</span> +00015 <span class="comment"> */</span> +00016 +00017 <span class="preprocessor">#ifndef APR_XLATE_H</span> +00018 <span class="preprocessor"></span><span class="preprocessor">#define APR_XLATE_H</span> +00019 <span class="preprocessor"></span> +00020 <span class="preprocessor">#include "apu.h"</span> +00021 <span class="preprocessor">#include "apr_pools.h"</span> +00022 <span class="preprocessor">#include "apr_errno.h"</span> +00023 +00024 <span class="preprocessor">#ifdef __cplusplus</span> +00025 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> { +00026 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span> +00027 +<a name="l00039"></a><a class="code" href="group___a_p_r___x_l_a_t_e.html#ga0">00039</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="group___a_p_r___x_l_a_t_e.html#ga0">apr_xlate_t</a> <a class="code" href="group___a_p_r___x_l_a_t_e.html#ga0">apr_xlate_t</a>; +00040 +00066 APU_DECLARE(apr_status_t) apr_xlate_open(apr_xlate_t **convset, +00067 const <span class="keywordtype">char</span> *topage, +00068 const <span class="keywordtype">char</span> *frompage, +00069 apr_pool_t *pool); +00070 +<a name="l00078"></a><a class="code" href="group___a_p_r___x_l_a_t_e.html#ga6">00078</a> #define APR_DEFAULT_CHARSET (const <span class="keywordtype">char</span> *)0 +<a name="l00082"></a><a class="code" href="group___a_p_r___x_l_a_t_e.html#ga7">00082</a> #define APR_LOCALE_CHARSET (const <span class="keywordtype">char</span> *)1 +00083 +00093 APU_DECLARE(apr_status_t) apr_xlate_sb_get(apr_xlate_t *convset, <span class="keywordtype">int</span> *onoff); +00094 +00117 APU_DECLARE(apr_status_t) apr_xlate_conv_buffer(apr_xlate_t *convset, +00118 const <span class="keywordtype">char</span> *inbuf, +00119 apr_size_t *inbytes_left, +00120 <span class="keywordtype">char</span> *outbuf, +00121 apr_size_t *outbytes_left); +00122 +00123 <span class="comment">/* @see apr_file_io.h the comment in apr_file_io.h about this hack */</span> +00124 #ifdef APR_NOT_DONE_YET +00134 APU_DECLARE(apr_status_t) apr_xlate_conv_char(apr_xlate_t *convset, +00135 <span class="keywordtype">char</span> inchar, <span class="keywordtype">char</span> outchar); +00136 #endif +00137 +00146 APU_DECLARE(apr_int32_t) apr_xlate_conv_byte(apr_xlate_t *convset, +00147 <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> inchar); 00148 -00150 #ifdef __cplusplus -00151 } -00152 #endif -00153 -00154 #endif <span class="comment">/* ! APR_XLATE_H */</span> -</div></pre><hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:50 2004 for Apache Portable Runtime Utility Library by +00156 APU_DECLARE(apr_status_t) apr_xlate_close(apr_xlate_t *convset); +00157 +00159 #ifdef __cplusplus +00160 } +00161 #endif +00162 +00163 #endif <span class="comment">/* ! APR_XLATE_H */</span> +</div></pre><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by <a href="http://www.doxygen.org/index.html"> -<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address> +<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address> </body> </html> Modified: apr/site/trunk/docs/docs/apr-util/apr__xlate_8h.html URL: http://svn.apache.org/viewcvs/apr/site/trunk/docs/docs/apr-util/apr__xlate_8h.html?view=diff&r1=151767&r2=151768 ============================================================================== --- apr/site/trunk/docs/docs/apr-util/apr__xlate_8h.html (original) +++ apr/site/trunk/docs/docs/apr-util/apr__xlate_8h.html Mon Feb 7 15:10:17 2005 @@ -1,11 +1,12 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> -<title>Apache Portable Runtime Utility Library: include/apr_xlate.h File Reference</title> +<title>Apache Portable Runtime Utility Library: apr_xlate.h File Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> -<!-- Generated by Doxygen 1.3.8 --> +<!-- Generated by Doxygen 1.3.7 --> <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a></div> -<h1>include/apr_xlate.h File Reference</h1>APR I18N translation library. <a href="#_details">More...</a> +<h1>include/apr_xlate.h File Reference</h1>APR I18N translation library. +<a href="#_details">More...</a> <p> <code>#include "apu.h"</code><br> <code>#include "apr_pools.h"</code><br> @@ -37,8 +38,8 @@ <hr><a name="_details"></a><h2>Detailed Description</h2> APR I18N translation library. <p> -<hr size="1"><address style="align: right;"><small>Generated on Wed Sep 1 21:35:50 2004 for Apache Portable Runtime Utility Library by +<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:19:18 2005 for Apache Portable Runtime Utility Library by <a href="http://www.doxygen.org/index.html"> -<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address> +<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address> </body> </html>