%PDF- %PDF-
| Direktori : /usr/share/doc/libaprutil1-dev/html/ |
| Current File : //usr/share/doc/libaprutil1-dev/html/apr__xlate_8h_source.html |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Apache Portable Runtime Utility Library: apr_xlate.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 id="projectrow">
<td id="projectalign">
<div id="projectname">Apache Portable Runtime Utility Library
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @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:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- 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">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</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_xlate.h</div></div>
</div><!--header-->
<div class="contents">
<a href="apr__xlate_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * this work for additional information regarding copyright ownership.</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * (the "License"); you may not use this file except in compliance with</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> * the License. You may obtain a copy of the License at</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> *</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> *</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> * Unless required by applicable law or agreed to in writing, software</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> * See the License for the specific language governing permissions and</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> * limitations under the License.</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> */</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> </div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#ifndef APR_XLATE_H</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="preprocessor">#define APR_XLATE_H</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#include "apu.h"</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#include "apr_pools.h"</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#include "apr_errno.h"</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span><span class="preprocessor"></span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> </div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="group___a_p_r___x_l_a_t_e.html#ga069dabbadc30e3a4157c38104a250e77"> 39</a></span><span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code hl_typedef" href="group___a_p_r___x_l_a_t_e.html#ga069dabbadc30e3a4157c38104a250e77">apr_xlate_t</a> <a class="code hl_typedef" href="group___a_p_r___x_l_a_t_e.html#ga069dabbadc30e3a4157c38104a250e77">apr_xlate_t</a>;</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"><a class="line" href="group___a_p_r___x_l_a_t_e.html#gab7d55348056d7e4cadbc35cfb8e1e624"> 66</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___x_l_a_t_e.html#gab7d55348056d7e4cadbc35cfb8e1e624">apr_xlate_open</a>(<a class="code hl_typedef" href="group___a_p_r___x_l_a_t_e.html#ga069dabbadc30e3a4157c38104a250e77">apr_xlate_t</a> **convset, </div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *topage, </div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *frompage, </div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> apr_pool_t *pool);</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> </div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"><a class="line" href="group___a_p_r___x_l_a_t_e.html#ga3276c680eb0917ff51ff22c9b9959fa9"> 78</a></span><span class="preprocessor">#define APR_DEFAULT_CHARSET (const char *)0</span></div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="group___a_p_r___x_l_a_t_e.html#ga0e46c333fb1c900f0dd4a78664f5a0de"> 82</a></span><span class="preprocessor">#define APR_LOCALE_CHARSET (const char *)1</span></div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> </div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="group___a_p_r___x_l_a_t_e.html#ga578875b2e6b2a19f8466b80e0768792e"> 93</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___x_l_a_t_e.html#ga578875b2e6b2a19f8466b80e0768792e">apr_xlate_sb_get</a>(<a class="code hl_typedef" href="group___a_p_r___x_l_a_t_e.html#ga069dabbadc30e3a4157c38104a250e77">apr_xlate_t</a> *convset, <span class="keywordtype">int</span> *onoff);</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> </div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"><a class="line" href="group___a_p_r___x_l_a_t_e.html#gab92a20b644aa78ca94c6147b254a54f1"> 117</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___x_l_a_t_e.html#gab92a20b644aa78ca94c6147b254a54f1">apr_xlate_conv_buffer</a>(<a class="code hl_typedef" href="group___a_p_r___x_l_a_t_e.html#ga069dabbadc30e3a4157c38104a250e77">apr_xlate_t</a> *convset, </div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *inbuf, </div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> apr_size_t *inbytes_left, </div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> <span class="keywordtype">char</span> *outbuf,</div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> apr_size_t *outbytes_left);</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> </div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span><span class="comment">/* @see apr_file_io.h the comment in apr_file_io.h about this hack */</span></div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span><span class="preprocessor">#ifdef APR_NOT_DONE_YET</span></div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span>APU_DECLARE(apr_status_t) apr_xlate_conv_char(<a class="code hl_typedef" href="group___a_p_r___x_l_a_t_e.html#ga069dabbadc30e3a4157c38104a250e77">apr_xlate_t</a> *convset, </div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> <span class="keywordtype">char</span> inchar, <span class="keywordtype">char</span> outchar);</div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> </div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"><a class="line" href="group___a_p_r___x_l_a_t_e.html#ga90173cefe2dee6e5032ff17b15fea14b"> 146</a></span>APU_DECLARE(apr_int32_t) <a class="code hl_function" href="group___a_p_r___x_l_a_t_e.html#ga90173cefe2dee6e5032ff17b15fea14b">apr_xlate_conv_byte</a>(<a class="code hl_typedef" href="group___a_p_r___x_l_a_t_e.html#ga069dabbadc30e3a4157c38104a250e77">apr_xlate_t</a> *convset, </div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> inchar);</div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> </div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"><a class="line" href="group___a_p_r___x_l_a_t_e.html#ga2f88b0f72cd2512b8002344308480a8f"> 156</a></span>APU_DECLARE(apr_status_t) <a class="code hl_function" href="group___a_p_r___x_l_a_t_e.html#ga2f88b0f72cd2512b8002344308480a8f">apr_xlate_close</a>(<a class="code hl_typedef" href="group___a_p_r___x_l_a_t_e.html#ga069dabbadc30e3a4157c38104a250e77">apr_xlate_t</a> *convset);</div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> </div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span><span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span>}</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> </div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span><span class="preprocessor">#endif </span><span class="comment">/* ! APR_XLATE_H */</span><span class="preprocessor"></span></div>
<div class="ttc" id="agroup___a_p_r___x_l_a_t_e_html_ga069dabbadc30e3a4157c38104a250e77"><div class="ttname"><a href="group___a_p_r___x_l_a_t_e.html#ga069dabbadc30e3a4157c38104a250e77">apr_xlate_t</a></div><div class="ttdeci">struct apr_xlate_t apr_xlate_t</div><div class="ttdef"><b>Definition</b> apr_xlate.h:39</div></div>
<div class="ttc" id="agroup___a_p_r___x_l_a_t_e_html_ga2f88b0f72cd2512b8002344308480a8f"><div class="ttname"><a href="group___a_p_r___x_l_a_t_e.html#ga2f88b0f72cd2512b8002344308480a8f">apr_xlate_close</a></div><div class="ttdeci">apr_status_t apr_xlate_close(apr_xlate_t *convset)</div></div>
<div class="ttc" id="agroup___a_p_r___x_l_a_t_e_html_ga578875b2e6b2a19f8466b80e0768792e"><div class="ttname"><a href="group___a_p_r___x_l_a_t_e.html#ga578875b2e6b2a19f8466b80e0768792e">apr_xlate_sb_get</a></div><div class="ttdeci">apr_status_t apr_xlate_sb_get(apr_xlate_t *convset, int *onoff)</div></div>
<div class="ttc" id="agroup___a_p_r___x_l_a_t_e_html_ga90173cefe2dee6e5032ff17b15fea14b"><div class="ttname"><a href="group___a_p_r___x_l_a_t_e.html#ga90173cefe2dee6e5032ff17b15fea14b">apr_xlate_conv_byte</a></div><div class="ttdeci">apr_int32_t apr_xlate_conv_byte(apr_xlate_t *convset, unsigned char inchar)</div></div>
<div class="ttc" id="agroup___a_p_r___x_l_a_t_e_html_gab7d55348056d7e4cadbc35cfb8e1e624"><div class="ttname"><a href="group___a_p_r___x_l_a_t_e.html#gab7d55348056d7e4cadbc35cfb8e1e624">apr_xlate_open</a></div><div class="ttdeci">apr_status_t apr_xlate_open(apr_xlate_t **convset, const char *topage, const char *frompage, apr_pool_t *pool)</div></div>
<div class="ttc" id="agroup___a_p_r___x_l_a_t_e_html_gab92a20b644aa78ca94c6147b254a54f1"><div class="ttname"><a href="group___a_p_r___x_l_a_t_e.html#gab92a20b644aa78ca94c6147b254a54f1">apr_xlate_conv_buffer</a></div><div class="ttdeci">apr_status_t apr_xlate_conv_buffer(apr_xlate_t *convset, const char *inbuf, apr_size_t *inbytes_left, char *outbuf, apr_size_t *outbytes_left)</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>