Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > 7c859c6f61469ed11e2ab179848b0178 > files > 127

libapr-util-devel-1.4.1-0.1mdv2010.2.i586.rpm

<!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!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"/>
<title>Apache Portable Runtime Utility Library: include/apu_errno.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javaScript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.6.3 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <img id="MSearchSelect" src="search/search.png"
             onmouseover="return searchBox.OnSearchSelectShow()"
             onmouseout="return searchBox.OnSearchSelectHide()"
             alt=""/>
        <input type="text" id="MSearchField" value="Search" accesskey="S"
             onfocus="searchBox.OnSearchFieldFocus(true)" 
             onblur="searchBox.OnSearchFieldFocus(false)" 
             onkeyup="searchBox.OnSearchFieldChange(event)"/>
        <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
        </div>
      </li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<h1>include/apu_errno.h</h1><a href="apu__errno_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
<a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
<a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
<a name="l00004"></a>00004 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
<a name="l00005"></a>00005 <span class="comment"> * (the &quot;License&quot;); you may not use this file except in compliance with</span>
<a name="l00006"></a>00006 <span class="comment"> * the License.  You may obtain a copy of the License at</span>
<a name="l00007"></a>00007 <span class="comment"> *</span>
<a name="l00008"></a>00008 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
<a name="l00009"></a>00009 <span class="comment"> *</span>
<a name="l00010"></a>00010 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
<a name="l00011"></a>00011 <span class="comment"> * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span>
<a name="l00012"></a>00012 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00013"></a>00013 <span class="comment"> * See the License for the specific language governing permissions and</span>
<a name="l00014"></a>00014 <span class="comment"> * limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment"> */</span>
<a name="l00016"></a>00016 
<a name="l00017"></a>00017 <span class="preprocessor">#ifndef APU_ERRNO_H</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define APU_ERRNO_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &quot;apr.h&quot;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &quot;apr_errno.h&quot;</span>
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {
<a name="l00030"></a>00030 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span>
<a name="l00031"></a>00031 
<a name="l00063"></a><a class="code" href="group___a_p_r___util___error.html#gabf9bbd463ebcf38611f6acd423e49de9">00063</a> <span class="preprocessor">#define APR_ENOKEY           (APR_UTIL_START_STATUS + 1)</span>
<a name="l00064"></a>00064 <span class="preprocessor"></span>
<a name="l00065"></a><a class="code" href="group___a_p_r___util___error.html#ga2df3db3a80a6e153134caf5d3a62a00f">00065</a> <span class="preprocessor">#define APR_ENOIV            (APR_UTIL_START_STATUS + 2)</span>
<a name="l00066"></a>00066 <span class="preprocessor"></span>
<a name="l00067"></a><a class="code" href="group___a_p_r___util___error.html#ga637727cdf8285d12663ddf8bb89fa048">00067</a> <span class="preprocessor">#define APR_EKEYTYPE         (APR_UTIL_START_STATUS + 3)</span>
<a name="l00068"></a>00068 <span class="preprocessor"></span>
<a name="l00069"></a><a class="code" href="group___a_p_r___util___error.html#gaec7a912cf8fe5f964ad8fbbafaff0241">00069</a> <span class="preprocessor">#define APR_ENOSPACE         (APR_UTIL_START_STATUS + 4)</span>
<a name="l00070"></a>00070 <span class="preprocessor"></span>
<a name="l00071"></a><a class="code" href="group___a_p_r___util___error.html#ga2e98ff79515dfd5a21583d09c300d9bb">00071</a> <span class="preprocessor">#define APR_ECRYPT           (APR_UTIL_START_STATUS + 5)</span>
<a name="l00072"></a>00072 <span class="preprocessor"></span>
<a name="l00073"></a><a class="code" href="group___a_p_r___util___error.html#gae7c077d0539cafc19917c12174ed961d">00073</a> <span class="preprocessor">#define APR_EPADDING         (APR_UTIL_START_STATUS + 6)</span>
<a name="l00074"></a>00074 <span class="preprocessor"></span>
<a name="l00075"></a><a class="code" href="group___a_p_r___util___error.html#gabc3c0dcf5954c161df4aff0fb0ce3ae4">00075</a> <span class="preprocessor">#define APR_EKEYLENGTH       (APR_UTIL_START_STATUS + 7)</span>
<a name="l00076"></a>00076 <span class="preprocessor"></span>
<a name="l00077"></a><a class="code" href="group___a_p_r___util___error.html#ga6b546475980180206e4286e35befaf55">00077</a> <span class="preprocessor">#define APR_ENOCIPHER        (APR_UTIL_START_STATUS + 8)</span>
<a name="l00078"></a>00078 <span class="preprocessor"></span>
<a name="l00079"></a><a class="code" href="group___a_p_r___util___error.html#ga93f22e73099e3cd744ea96da38602065">00079</a> <span class="preprocessor">#define APR_ENODIGEST        (APR_UTIL_START_STATUS + 9)</span>
<a name="l00080"></a>00080 <span class="preprocessor"></span>
<a name="l00081"></a><a class="code" href="group___a_p_r___util___error.html#gacda8be948c23dbd1347f3302fb1c577f">00081</a> <span class="preprocessor">#define APR_ENOENGINE        (APR_UTIL_START_STATUS + 10)</span>
<a name="l00082"></a>00082 <span class="preprocessor"></span>
<a name="l00083"></a><a class="code" href="group___a_p_r___util___error.html#ga9d8482ae4b93bdce0f31f120c0511550">00083</a> <span class="preprocessor">#define APR_EINITENGINE      (APR_UTIL_START_STATUS + 11)</span>
<a name="l00084"></a>00084 <span class="preprocessor"></span>
<a name="l00085"></a><a class="code" href="group___a_p_r___util___error.html#ga161b8a0f8e24033e8cd5d9068d524f00">00085</a> <span class="preprocessor">#define APR_EREINIT          (APR_UTIL_START_STATUS + 12)</span>
<a name="l00086"></a>00086 <span class="preprocessor"></span>
<a name="l00109"></a><a class="code" href="group___a_p_r___util___error.html#ga060055dd2eb82e8450015fa2fae5f87c">00109</a> <span class="preprocessor">#define APR_STATUS_IS_ENOKEY(s)        ((s) == APR_ENOKEY)</span>
<a name="l00110"></a>00110 <span class="preprocessor"></span>
<a name="l00113"></a><a class="code" href="group___a_p_r___util___error.html#ga5d6aa91dabbbaa71f11c293af460b143">00113</a> <span class="preprocessor">#define APR_STATUS_IS_ENOIV(s)        ((s) == APR_ENOIV)</span>
<a name="l00114"></a>00114 <span class="preprocessor"></span>
<a name="l00117"></a><a class="code" href="group___a_p_r___util___error.html#ga0693be89f2dc48f2931ff4572bd5872d">00117</a> <span class="preprocessor">#define APR_STATUS_IS_EKEYTYPE(s)        ((s) == APR_EKEYTYPE)</span>
<a name="l00118"></a>00118 <span class="preprocessor"></span>
<a name="l00121"></a><a class="code" href="group___a_p_r___util___error.html#ga32f4e4d4cff641d33acf3cb722e36b1f">00121</a> <span class="preprocessor">#define APR_STATUS_IS_ENOSPACE(s)        ((s) == APR_ENOSPACE)</span>
<a name="l00122"></a>00122 <span class="preprocessor"></span>
<a name="l00125"></a><a class="code" href="group___a_p_r___util___error.html#ga9933a7168395bc0786b3ba477566fd7b">00125</a> <span class="preprocessor">#define APR_STATUS_IS_ECRYPT(s)        ((s) == APR_ECRYPT)</span>
<a name="l00126"></a>00126 <span class="preprocessor"></span>
<a name="l00129"></a><a class="code" href="group___a_p_r___util___error.html#ga4e1e34448470111b935efafda1248628">00129</a> <span class="preprocessor">#define APR_STATUS_IS_EPADDING(s)        ((s) == APR_EPADDING)</span>
<a name="l00130"></a>00130 <span class="preprocessor"></span>
<a name="l00133"></a><a class="code" href="group___a_p_r___util___error.html#gab705e1d1975634114d47197609b97cbf">00133</a> <span class="preprocessor">#define APR_STATUS_IS_EKEYLENGTH(s)        ((s) == APR_EKEYLENGTH)</span>
<a name="l00134"></a>00134 <span class="preprocessor"></span>
<a name="l00137"></a><a class="code" href="group___a_p_r___util___error.html#ga8b6a993f66cfa692820018a7a0bf7ee6">00137</a> <span class="preprocessor">#define APR_STATUS_IS_ENOCIPHER(s)        ((s) == APR_ENOCIPHER)</span>
<a name="l00138"></a>00138 <span class="preprocessor"></span>
<a name="l00141"></a><a class="code" href="group___a_p_r___util___error.html#ga13ab217618d8b37c7d85c7c2080908a0">00141</a> <span class="preprocessor">#define APR_STATUS_IS_ENODIGEST(s)        ((s) == APR_ENODIGEST)</span>
<a name="l00142"></a>00142 <span class="preprocessor"></span>
<a name="l00145"></a><a class="code" href="group___a_p_r___util___error.html#ga9574130dd48e4d76082c7837d052d8d0">00145</a> <span class="preprocessor">#define APR_STATUS_IS_ENOENGINE(s)        ((s) == APR_ENOENGINE)</span>
<a name="l00146"></a>00146 <span class="preprocessor"></span>
<a name="l00149"></a><a class="code" href="group___a_p_r___util___error.html#ga0330ff3219d56b41f702364de38d2a18">00149</a> <span class="preprocessor">#define APR_STATUS_IS_EINITENGINE(s)        ((s) == APR_EINITENGINE)</span>
<a name="l00150"></a>00150 <span class="preprocessor"></span>
<a name="l00153"></a><a class="code" href="group___a_p_r___util___error.html#ga234e5a708e8d01eb781b4d96f0cc7b05">00153</a> <span class="preprocessor">#define APR_STATUS_IS_EREINIT(s)        ((s) == APR_EREINIT)</span>
<a name="l00154"></a>00154 <span class="preprocessor"></span>
<a name="l00161"></a><a class="code" href="structapu__err__t.html">00161</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structapu__err__t.html">apu_err_t</a> {
<a name="l00162"></a>00162     <span class="keyword">const</span> <span class="keywordtype">char</span> *reason;
<a name="l00163"></a>00163     <span class="keyword">const</span> <span class="keywordtype">char</span> *msg;
<a name="l00164"></a>00164     <span class="keywordtype">int</span> rc;
<a name="l00165"></a>00165 } <a class="code" href="structapu__err__t.html">apu_err_t</a>;
<a name="l00166"></a>00166 
<a name="l00169"></a>00169 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00170"></a>00170 <span class="preprocessor"></span>}
<a name="l00171"></a>00171 <span class="preprocessor">#endif</span>
<a name="l00172"></a>00172 <span class="preprocessor"></span>
<a name="l00173"></a>00173 <span class="preprocessor">#endif  </span><span class="comment">/* ! APU_ERRNO_H */</span>
</pre></div></div>
<!--- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&nbsp;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&nbsp;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&nbsp;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&nbsp;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&nbsp;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&nbsp;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&nbsp;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&nbsp;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&nbsp;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&nbsp;</span>Defines</a></div>

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

<hr class="footer"/><address style="text-align: right;"><small>Generated on Wed Feb 1 12:19:48 2012 for Apache Portable Runtime Utility Library by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>