Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > cf66605433f4ed2e749a1e5586d0533a > files > 103

libapr-util-devel-1.6.1-3.mga7.armv7hl.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<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.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Apache Portable Runtime Utility Library: include/apr_uri.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">Apache Portable Runtime Utility Library
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">apr_uri.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="apr__uri_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">/* Licensed to the Apache Software Foundation (ASF) under one or more</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * this work for additional information regarding copyright ownership.</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> * (the &quot;License&quot;); you may not use this file except in compliance with</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing, software</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * See the License for the specific language governing permissions and</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> * limitations under the License.</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * apr_uri.h: External Interface of apr_uri.c</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#ifndef APR_URI_H</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#define APR_URI_H</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#include &quot;apu.h&quot;</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#include &quot;apr_network_io.h&quot;</span></div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;</div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga0134a6dcaf62796e014c592ac4b2c09c">   43</a></span>&#160;<span class="preprocessor">#define APR_URI_FTP_DEFAULT_PORT         21 </span></div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga4f4161d54207cf302b3c91cdda428be1">   44</a></span>&#160;<span class="preprocessor">#define APR_URI_SSH_DEFAULT_PORT         22 </span></div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga0b6bcdfb9754edd6c160c9d6755df085">   45</a></span>&#160;<span class="preprocessor">#define APR_URI_TELNET_DEFAULT_PORT      23 </span></div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#gaaf5bb1e53b22fa7ac4e88f415e7c2476">   46</a></span>&#160;<span class="preprocessor">#define APR_URI_GOPHER_DEFAULT_PORT      70 </span></div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga7a9fa7be10430864617b3a0a58dd5d12">   47</a></span>&#160;<span class="preprocessor">#define APR_URI_HTTP_DEFAULT_PORT        80 </span></div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#gaf9408c6288a8580b285d7af58f836856">   48</a></span>&#160;<span class="preprocessor">#define APR_URI_POP_DEFAULT_PORT        110 </span></div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga86ac4da6cabda295f87042fb258fc36b">   49</a></span>&#160;<span class="preprocessor">#define APR_URI_NNTP_DEFAULT_PORT       119 </span></div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga6e8aade3786adb75dc63b9d0bd3bfbb9">   50</a></span>&#160;<span class="preprocessor">#define APR_URI_IMAP_DEFAULT_PORT       143 </span></div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga329c26e04dd9449fd565f8ba76e8666c">   51</a></span>&#160;<span class="preprocessor">#define APR_URI_PROSPERO_DEFAULT_PORT   191 </span></div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga0807570c6ef5c3813f65915fb0c19ff2">   52</a></span>&#160;<span class="preprocessor">#define APR_URI_WAIS_DEFAULT_PORT       210 </span></div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga5c648234ed92d19a09232080779a0185">   53</a></span>&#160;<span class="preprocessor">#define APR_URI_LDAP_DEFAULT_PORT       389 </span></div><div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga9b319ff3bda42c0384fcfe0a2bc53254">   54</a></span>&#160;<span class="preprocessor">#define APR_URI_HTTPS_DEFAULT_PORT      443 </span></div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#gab2aac3d460462c664e848203e8046c3b">   55</a></span>&#160;<span class="preprocessor">#define APR_URI_RTSP_DEFAULT_PORT       554 </span></div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga6333715b343024de16e20b645beb7634">   56</a></span>&#160;<span class="preprocessor">#define APR_URI_SNEWS_DEFAULT_PORT      563 </span></div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#gaf5b775cba93ca7f1778320c33c5a3078">   57</a></span>&#160;<span class="preprocessor">#define APR_URI_ACAP_DEFAULT_PORT       674 </span></div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga94dc176de94e729cf565c87cd6db5ffd">   58</a></span>&#160;<span class="preprocessor">#define APR_URI_NFS_DEFAULT_PORT       2049 </span></div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga04b234524306cac26f954abad9a15b46">   59</a></span>&#160;<span class="preprocessor">#define APR_URI_TIP_DEFAULT_PORT       3372 </span></div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga9d9ca5a25b37ad3c41355d902a002622">   60</a></span>&#160;<span class="preprocessor">#define APR_URI_SIP_DEFAULT_PORT       5060 </span></div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#gaef80da6212c6838ac15bbcafa1e9745b">   64</a></span>&#160;<span class="preprocessor">#define APR_URI_UNP_OMITSITEPART    (1U&lt;&lt;0)</span></div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga93a8095f746bb8d4f4e5d8d6ca102ebc">   66</a></span>&#160;<span class="preprocessor">#define APR_URI_UNP_OMITUSER        (1U&lt;&lt;1)</span></div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#gaed3be741b9a68eb4ee156c6a35b137ff">   68</a></span>&#160;<span class="preprocessor">#define APR_URI_UNP_OMITPASSWORD    (1U&lt;&lt;2)</span></div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;</div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#gad573c75c47cc369ffc0a5776c3613494">   70</a></span>&#160;<span class="preprocessor">#define APR_URI_UNP_OMITUSERINFO    (APR_URI_UNP_OMITUSER | \</span></div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;<span class="preprocessor">                                     APR_URI_UNP_OMITPASSWORD)</span></div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div><div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga527cd70521f12a7962df9976068dda29">   73</a></span>&#160;<span class="preprocessor">#define APR_URI_UNP_REVEALPASSWORD  (1U&lt;&lt;3)</span></div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;</div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga95d614636f08ee93fbfc341f2ac664c2">   75</a></span>&#160;<span class="preprocessor">#define APR_URI_UNP_OMITPATHINFO    (1U&lt;&lt;4)</span></div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;</div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga41a4ebcf1930bcbd81aada6e3a06008b">   77</a></span>&#160;<span class="preprocessor">#define APR_URI_UNP_OMITQUERY       (1U&lt;&lt;5)</span></div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;</div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="group___a_p_r___util___u_r_i.html#ga44e5978712bd6ff4fb65314346c01392">   80</a></span>&#160;<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="structapr__uri__t.html">apr_uri_t</a>;</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;</div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="structapr__uri__t.html">   85</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structapr__uri__t.html">apr_uri_t</a> {</div><div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="structapr__uri__t.html#a5d62fa370265b6bc956aa86d36024a5d">   87</a></span>&#160;    <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#a5d62fa370265b6bc956aa86d36024a5d">scheme</a>;</div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="structapr__uri__t.html#a985b18875320d40cdb33d722ecf20ac2">   89</a></span>&#160;    <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#a985b18875320d40cdb33d722ecf20ac2">hostinfo</a>;</div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="structapr__uri__t.html#a2b763f50bec4fda0cf67e5238275b5fd">   91</a></span>&#160;    <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#a2b763f50bec4fda0cf67e5238275b5fd">user</a>;</div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="structapr__uri__t.html#a7eabf4f785f98a12762076f7519d3959">   93</a></span>&#160;    <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#a7eabf4f785f98a12762076f7519d3959">password</a>;</div><div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="structapr__uri__t.html#a8c6bf3dfca3d159f091377d9f7228aec">   95</a></span>&#160;    <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#a8c6bf3dfca3d159f091377d9f7228aec">hostname</a>;</div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="structapr__uri__t.html#ad9d69051e1fb3f3709260c3c3c014012">   97</a></span>&#160;    <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#ad9d69051e1fb3f3709260c3c3c014012">port_str</a>;</div><div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="structapr__uri__t.html#a61cff1baadb3c1b52a34b502c25bba7f">   99</a></span>&#160;    <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#a61cff1baadb3c1b52a34b502c25bba7f">path</a>;</div><div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="structapr__uri__t.html#a88d889bcda9e95696022f04ffb470678">  101</a></span>&#160;    <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#a88d889bcda9e95696022f04ffb470678">query</a>;</div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="structapr__uri__t.html#a0e4abeaa1379c79dcc6fdac01d76715a">  103</a></span>&#160;    <span class="keywordtype">char</span> *<a class="code" href="structapr__uri__t.html#a0e4abeaa1379c79dcc6fdac01d76715a">fragment</a>;</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;</div><div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="structapr__uri__t.html#a2ec4edaa7288f3c1ebcb8cbca3d0379c">  106</a></span>&#160;    <span class="keyword">struct </span><a class="code" href="structapr__uri__t.html#a2ec4edaa7288f3c1ebcb8cbca3d0379c">hostent</a> *<a class="code" href="structapr__uri__t.html#a2ec4edaa7288f3c1ebcb8cbca3d0379c">hostent</a>;</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;</div><div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="structapr__uri__t.html#a6e6e858ce56b5d58389287c1cc1134fa">  109</a></span>&#160;    apr_port_t <a class="code" href="structapr__uri__t.html#a6e6e858ce56b5d58389287c1cc1134fa">port</a>;</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;    </div><div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="structapr__uri__t.html#a6f77dda6db6c31c2c3652f6026ea6b73">  112</a></span>&#160;    <span class="keywordtype">unsigned</span> <a class="code" href="structapr__uri__t.html#a6f77dda6db6c31c2c3652f6026ea6b73">is_initialized</a>:1;</div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;</div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="structapr__uri__t.html#ae28c03382cb6fcb226dfc76193699342">  115</a></span>&#160;    <span class="keywordtype">unsigned</span> <a class="code" href="structapr__uri__t.html#ae28c03382cb6fcb226dfc76193699342">dns_looked_up</a>:1;</div><div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="structapr__uri__t.html#a805976fea6ef65f3ec1185c7d6dcf7f3">  117</a></span>&#160;    <span class="keywordtype">unsigned</span> <a class="code" href="structapr__uri__t.html#a805976fea6ef65f3ec1185c7d6dcf7f3">dns_resolved</a>:1;</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;};</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;<span class="comment">/* apr_uri.c */</span></div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;APU_DECLARE(apr_port_t) <a class="code" href="group___a_p_r___util___u_r_i.html#gad3b7b49b802a674badfb3322c31662c7">apr_uri_port_of_scheme</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *scheme_str);</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;APU_DECLARE(<span class="keywordtype">char</span> *) <a class="code" href="group___a_p_r___util___u_r_i.html#ga78b4562bbe4225a0d3087543690394a0">apr_uri_unparse</a>(apr_pool_t *p, </div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;                                    <span class="keyword">const</span> <a class="code" href="structapr__uri__t.html">apr_uri_t</a> *uptr,</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;                                    <span class="keywordtype">unsigned</span> flags);</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;</div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;APU_DECLARE(apr_status_t) <a class="code" href="group___a_p_r___util___u_r_i.html#gabbef816426a66595caae8b60e92ee43c">apr_uri_parse</a>(apr_pool_t *p, <span class="keyword">const</span> <span class="keywordtype">char</span> *uri, </div><div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;                                        <a class="code" href="structapr__uri__t.html">apr_uri_t</a> *uptr);</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;APU_DECLARE(apr_status_t) <a class="code" href="group___a_p_r___util___u_r_i.html#gab3028922e6d1d1e038062bc5b0270f31">apr_uri_parse_hostinfo</a>(apr_pool_t *p, </div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;                                                 <span class="keyword">const</span> <span class="keywordtype">char</span> *hostinfo, </div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;                                                 <a class="code" href="structapr__uri__t.html">apr_uri_t</a> *uptr);</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;}</div><div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;</div><div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* APR_URI_H */</span><span class="preprocessor"></span></div><div class="ttc" id="structapr__uri__t_html_a6f77dda6db6c31c2c3652f6026ea6b73"><div class="ttname"><a href="structapr__uri__t.html#a6f77dda6db6c31c2c3652f6026ea6b73">apr_uri_t::is_initialized</a></div><div class="ttdeci">unsigned is_initialized</div><div class="ttdef"><b>Definition:</b> apr_uri.h:112</div></div>
<div class="ttc" id="structapr__uri__t_html_ae28c03382cb6fcb226dfc76193699342"><div class="ttname"><a href="structapr__uri__t.html#ae28c03382cb6fcb226dfc76193699342">apr_uri_t::dns_looked_up</a></div><div class="ttdeci">unsigned dns_looked_up</div><div class="ttdef"><b>Definition:</b> apr_uri.h:115</div></div>
<div class="ttc" id="structapr__uri__t_html_a985b18875320d40cdb33d722ecf20ac2"><div class="ttname"><a href="structapr__uri__t.html#a985b18875320d40cdb33d722ecf20ac2">apr_uri_t::hostinfo</a></div><div class="ttdeci">char * hostinfo</div><div class="ttdef"><b>Definition:</b> apr_uri.h:89</div></div>
<div class="ttc" id="structapr__uri__t_html_a2ec4edaa7288f3c1ebcb8cbca3d0379c"><div class="ttname"><a href="structapr__uri__t.html#a2ec4edaa7288f3c1ebcb8cbca3d0379c">apr_uri_t::hostent</a></div><div class="ttdeci">struct hostent * hostent</div><div class="ttdef"><b>Definition:</b> apr_uri.h:106</div></div>
<div class="ttc" id="structapr__uri__t_html_a6e6e858ce56b5d58389287c1cc1134fa"><div class="ttname"><a href="structapr__uri__t.html#a6e6e858ce56b5d58389287c1cc1134fa">apr_uri_t::port</a></div><div class="ttdeci">apr_port_t port</div><div class="ttdef"><b>Definition:</b> apr_uri.h:109</div></div>
<div class="ttc" id="structapr__uri__t_html_a88d889bcda9e95696022f04ffb470678"><div class="ttname"><a href="structapr__uri__t.html#a88d889bcda9e95696022f04ffb470678">apr_uri_t::query</a></div><div class="ttdeci">char * query</div><div class="ttdef"><b>Definition:</b> apr_uri.h:101</div></div>
<div class="ttc" id="structapr__uri__t_html_a7eabf4f785f98a12762076f7519d3959"><div class="ttname"><a href="structapr__uri__t.html#a7eabf4f785f98a12762076f7519d3959">apr_uri_t::password</a></div><div class="ttdeci">char * password</div><div class="ttdef"><b>Definition:</b> apr_uri.h:93</div></div>
<div class="ttc" id="group___a_p_r___util___u_r_i_html_gab3028922e6d1d1e038062bc5b0270f31"><div class="ttname"><a href="group___a_p_r___util___u_r_i.html#gab3028922e6d1d1e038062bc5b0270f31">apr_uri_parse_hostinfo</a></div><div class="ttdeci">apr_status_t apr_uri_parse_hostinfo(apr_pool_t *p, const char *hostinfo, apr_uri_t *uptr)</div></div>
<div class="ttc" id="structapr__uri__t_html_a2b763f50bec4fda0cf67e5238275b5fd"><div class="ttname"><a href="structapr__uri__t.html#a2b763f50bec4fda0cf67e5238275b5fd">apr_uri_t::user</a></div><div class="ttdeci">char * user</div><div class="ttdef"><b>Definition:</b> apr_uri.h:91</div></div>
<div class="ttc" id="structapr__uri__t_html"><div class="ttname"><a href="structapr__uri__t.html">apr_uri_t</a></div><div class="ttdef"><b>Definition:</b> apr_uri.h:85</div></div>
<div class="ttc" id="group___a_p_r___util___u_r_i_html_gad3b7b49b802a674badfb3322c31662c7"><div class="ttname"><a href="group___a_p_r___util___u_r_i.html#gad3b7b49b802a674badfb3322c31662c7">apr_uri_port_of_scheme</a></div><div class="ttdeci">apr_port_t apr_uri_port_of_scheme(const char *scheme_str)</div></div>
<div class="ttc" id="structapr__uri__t_html_a0e4abeaa1379c79dcc6fdac01d76715a"><div class="ttname"><a href="structapr__uri__t.html#a0e4abeaa1379c79dcc6fdac01d76715a">apr_uri_t::fragment</a></div><div class="ttdeci">char * fragment</div><div class="ttdef"><b>Definition:</b> apr_uri.h:103</div></div>
<div class="ttc" id="structapr__uri__t_html_a805976fea6ef65f3ec1185c7d6dcf7f3"><div class="ttname"><a href="structapr__uri__t.html#a805976fea6ef65f3ec1185c7d6dcf7f3">apr_uri_t::dns_resolved</a></div><div class="ttdeci">unsigned dns_resolved</div><div class="ttdef"><b>Definition:</b> apr_uri.h:117</div></div>
<div class="ttc" id="structapr__uri__t_html_a5d62fa370265b6bc956aa86d36024a5d"><div class="ttname"><a href="structapr__uri__t.html#a5d62fa370265b6bc956aa86d36024a5d">apr_uri_t::scheme</a></div><div class="ttdeci">char * scheme</div><div class="ttdef"><b>Definition:</b> apr_uri.h:87</div></div>
<div class="ttc" id="structapr__uri__t_html_a61cff1baadb3c1b52a34b502c25bba7f"><div class="ttname"><a href="structapr__uri__t.html#a61cff1baadb3c1b52a34b502c25bba7f">apr_uri_t::path</a></div><div class="ttdeci">char * path</div><div class="ttdef"><b>Definition:</b> apr_uri.h:99</div></div>
<div class="ttc" id="group___a_p_r___util___u_r_i_html_gabbef816426a66595caae8b60e92ee43c"><div class="ttname"><a href="group___a_p_r___util___u_r_i.html#gabbef816426a66595caae8b60e92ee43c">apr_uri_parse</a></div><div class="ttdeci">apr_status_t apr_uri_parse(apr_pool_t *p, const char *uri, apr_uri_t *uptr)</div></div>
<div class="ttc" id="structapr__uri__t_html_a8c6bf3dfca3d159f091377d9f7228aec"><div class="ttname"><a href="structapr__uri__t.html#a8c6bf3dfca3d159f091377d9f7228aec">apr_uri_t::hostname</a></div><div class="ttdeci">char * hostname</div><div class="ttdef"><b>Definition:</b> apr_uri.h:95</div></div>
<div class="ttc" id="group___a_p_r___util___u_r_i_html_ga78b4562bbe4225a0d3087543690394a0"><div class="ttname"><a href="group___a_p_r___util___u_r_i.html#ga78b4562bbe4225a0d3087543690394a0">apr_uri_unparse</a></div><div class="ttdeci">char * apr_uri_unparse(apr_pool_t *p, const apr_uri_t *uptr, unsigned flags)</div></div>
<div class="ttc" id="structapr__uri__t_html_ad9d69051e1fb3f3709260c3c3c014012"><div class="ttname"><a href="structapr__uri__t.html#ad9d69051e1fb3f3709260c3c3c014012">apr_uri_t::port_str</a></div><div class="ttdeci">char * port_str</div><div class="ttdef"><b>Definition:</b> apr_uri.h:97</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>