Sophie

Sophie

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

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/apu_errno.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">apu_errno.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="apu__errno_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="preprocessor">#ifndef APU_ERRNO_H</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="preprocessor">#define APU_ERRNO_H</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &quot;apr.h&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &quot;apr_errno.h&quot;</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span><span class="preprocessor"></span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#gabf9bbd463ebcf38611f6acd423e49de9">   63</a></span>&#160;<span class="preprocessor">#define APR_ENOKEY           (APR_UTIL_START_STATUS + 1)</span></div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;</div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga2df3db3a80a6e153134caf5d3a62a00f">   65</a></span>&#160;<span class="preprocessor">#define APR_ENOIV            (APR_UTIL_START_STATUS + 2)</span></div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;</div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga637727cdf8285d12663ddf8bb89fa048">   67</a></span>&#160;<span class="preprocessor">#define APR_EKEYTYPE         (APR_UTIL_START_STATUS + 3)</span></div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;</div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#gaec7a912cf8fe5f964ad8fbbafaff0241">   69</a></span>&#160;<span class="preprocessor">#define APR_ENOSPACE         (APR_UTIL_START_STATUS + 4)</span></div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;</div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga2e98ff79515dfd5a21583d09c300d9bb">   71</a></span>&#160;<span class="preprocessor">#define APR_ECRYPT           (APR_UTIL_START_STATUS + 5)</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___error.html#gae7c077d0539cafc19917c12174ed961d">   73</a></span>&#160;<span class="preprocessor">#define APR_EPADDING         (APR_UTIL_START_STATUS + 6)</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___error.html#gabc3c0dcf5954c161df4aff0fb0ce3ae4">   75</a></span>&#160;<span class="preprocessor">#define APR_EKEYLENGTH       (APR_UTIL_START_STATUS + 7)</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___error.html#ga6b546475980180206e4286e35befaf55">   77</a></span>&#160;<span class="preprocessor">#define APR_ENOCIPHER        (APR_UTIL_START_STATUS + 8)</span></div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;</div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga93f22e73099e3cd744ea96da38602065">   79</a></span>&#160;<span class="preprocessor">#define APR_ENODIGEST        (APR_UTIL_START_STATUS + 9)</span></div><div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;</div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#gacda8be948c23dbd1347f3302fb1c577f">   81</a></span>&#160;<span class="preprocessor">#define APR_ENOENGINE        (APR_UTIL_START_STATUS + 10)</span></div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;</div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga9d8482ae4b93bdce0f31f120c0511550">   83</a></span>&#160;<span class="preprocessor">#define APR_EINITENGINE      (APR_UTIL_START_STATUS + 11)</span></div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;</div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga161b8a0f8e24033e8cd5d9068d524f00">   85</a></span>&#160;<span class="preprocessor">#define APR_EREINIT          (APR_UTIL_START_STATUS + 12)</span></div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;</div><div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga060055dd2eb82e8450015fa2fae5f87c">  109</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOKEY(s)        ((s) == APR_ENOKEY)</span></div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;</div><div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga5d6aa91dabbbaa71f11c293af460b143">  113</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOIV(s)        ((s) == APR_ENOIV)</span></div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;</div><div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga0693be89f2dc48f2931ff4572bd5872d">  117</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EKEYTYPE(s)        ((s) == APR_EKEYTYPE)</span></div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;</div><div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga32f4e4d4cff641d33acf3cb722e36b1f">  121</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOSPACE(s)        ((s) == APR_ENOSPACE)</span></div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;</div><div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga9933a7168395bc0786b3ba477566fd7b">  125</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ECRYPT(s)        ((s) == APR_ECRYPT)</span></div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;</div><div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga4e1e34448470111b935efafda1248628">  129</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EPADDING(s)        ((s) == APR_EPADDING)</span></div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;</div><div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#gab705e1d1975634114d47197609b97cbf">  133</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EKEYLENGTH(s)        ((s) == APR_EKEYLENGTH)</span></div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;</div><div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga8b6a993f66cfa692820018a7a0bf7ee6">  137</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOCIPHER(s)        ((s) == APR_ENOCIPHER)</span></div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;</div><div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga13ab217618d8b37c7d85c7c2080908a0">  141</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENODIGEST(s)        ((s) == APR_ENODIGEST)</span></div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;</div><div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga9574130dd48e4d76082c7837d052d8d0">  145</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_ENOENGINE(s)        ((s) == APR_ENOENGINE)</span></div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;</div><div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga0330ff3219d56b41f702364de38d2a18">  149</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EINITENGINE(s)        ((s) == APR_EINITENGINE)</span></div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;</div><div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="group___a_p_r___util___error.html#ga234e5a708e8d01eb781b4d96f0cc7b05">  153</a></span>&#160;<span class="preprocessor">#define APR_STATUS_IS_EREINIT(s)        ((s) == APR_EREINIT)</span></div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;</div><div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="structapu__err__t.html">  161</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structapu__err__t.html">apu_err_t</a> {</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;    <span class="keyword">const</span> <span class="keywordtype">char</span> *reason;</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;    <span class="keyword">const</span> <span class="keywordtype">char</span> *msg;</div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;    <span class="keywordtype">int</span> rc;</div><div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;} <a class="code" href="group__apu__errno.html#ga5871eecd18a15baa660bb5769e32b097">apu_err_t</a>;</div><div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;}</div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;</div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;<span class="preprocessor">#endif  </span><span class="comment">/* ! APU_ERRNO_H */</span><span class="preprocessor"></span></div><div class="ttc" id="structapu__err__t_html"><div class="ttname"><a href="structapu__err__t.html">apu_err_t</a></div><div class="ttdef"><b>Definition:</b> apu_errno.h:161</div></div>
<div class="ttc" id="group__apu__errno_html_ga5871eecd18a15baa660bb5769e32b097"><div class="ttname"><a href="group__apu__errno.html#ga5871eecd18a15baa660bb5769e32b097">apu_err_t</a></div><div class="ttdeci">struct apu_err_t apu_err_t</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>