📄 group___a_p_r___s_t_a_t_u_s___i_s.html
字号:
<p>
The given lock was busy <dl compact><dt><b>Warning:</b></dt><dd>always use this test, as platform-specific variances may meet this more than one error code </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga62" doxytag="apr_errno.h::APR_STATUS_IS_ECONNABORTED" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_STATUS_IS_ECONNABORTED </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">s </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> ((s) == APR_ECONNABORTED)</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Software caused connection abort <dl compact><dt><b>Remarks:</b></dt><dd>EPROTO on certain older kernels really means ECONNABORTED, so we need to ignore it for them. See discussion in new-httpd archives nh.9701 & nh.9603</dd></dl>
There is potentially a bug in Solaris 2.x x<6, and other boxes that implement tcp sockets in userland (i.e. on top of STREAMS). On these systems, EPROTO can actually result in a fatal loop. See PR#981 for example. It's hard to handle both uses of EPROTO. </td>
</tr>
</table>
<a class="anchor" name="ga60" doxytag="apr_errno.h::APR_STATUS_IS_ECONNREFUSED" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_STATUS_IS_ECONNREFUSED </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">s </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> ((s) == APR_ECONNREFUSED)</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Connection Refused </td>
</tr>
</table>
<a class="anchor" name="ga63" doxytag="apr_errno.h::APR_STATUS_IS_ECONNRESET" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_STATUS_IS_ECONNRESET </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">s </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> ((s) == APR_ECONNRESET)</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Connection Reset by peer </td>
</tr>
</table>
<a class="anchor" name="ga16" doxytag="apr_errno.h::APR_STATUS_IS_EDSOOPEN" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_STATUS_IS_EDSOOPEN </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">s </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> ((s) == APR_EDSOOPEN)</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
APR was unable to open the dso object. For more information call <a class="el" href="group__apr__dso.html#ga5">apr_dso_error()</a>. </td>
</tr>
</table>
<a class="anchor" name="ga46" doxytag="apr_errno.h::APR_STATUS_IS_EEXIST" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_STATUS_IS_EEXIST </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">s </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> ((s) == APR_EEXIST)</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
file exists </td>
</tr>
</table>
<a class="anchor" name="ga67" doxytag="apr_errno.h::APR_STATUS_IS_EFTYPE" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_STATUS_IS_EFTYPE </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">s </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> ((s) == APR_EFTYPE)</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
inappropiate file type or format </td>
</tr>
</table>
<a class="anchor" name="ga12" doxytag="apr_errno.h::APR_STATUS_IS_EGENERAL" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_STATUS_IS_EGENERAL </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">s </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> ((s) == APR_EGENERAL)</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Generic Error which can not be put into another spot </td>
</tr>
</table>
<a class="anchor" name="ga65" doxytag="apr_errno.h::APR_STATUS_IS_EHOSTUNREACH" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_STATUS_IS_EHOSTUNREACH </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">s </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> ((s) == APR_EHOSTUNREACH)</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
no route to host </td>
</tr>
</table>
<a class="anchor" name="ga19" doxytag="apr_errno.h::APR_STATUS_IS_EINCOMPLETE" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_STATUS_IS_EINCOMPLETE </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">s </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> ((s) == APR_EINCOMPLETE)</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
The given path was neither relative nor absolute. </td>
</tr>
</table>
<a class="anchor" name="ga41" doxytag="apr_errno.h::APR_STATUS_IS_EINIT" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_STATUS_IS_EINIT </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">s </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> ((s) == APR_EINIT)</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Ininitalizer value. If no option has been found, but the status variable requires a value, this should be used <dl compact><dt><b>Warning:</b></dt><dd>always use this test, as platform-specific variances may meet this more than one error code </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga61" doxytag="apr_errno.h::APR_STATUS_IS_EINPROGRESS" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_STATUS_IS_EINPROGRESS </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">s </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> ((s) == APR_EINPROGRESS)</td>
</tr>
</table>
</td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -