]> gitweb @ CieloNegro.org - bindings-apr.git/blob - cbits/helper_apr_errno.c
C string macros should be treated as global arrays.
[bindings-apr.git] / cbits / helper_apr_errno.c
1 #include <bindings.cmacros.h>
2 #include <apr_errno.h>
3
4 BC_INLINE1(APR_STATUS_IS_ENOSTAT    , apr_status_t, int)
5 BC_INLINE1(APR_STATUS_IS_ENOPOOL    , apr_status_t, int)
6 BC_INLINE1(APR_STATUS_IS_EBADDATE   , apr_status_t, int)
7 BC_INLINE1(APR_STATUS_IS_EINVALSOCK , apr_status_t, int)
8 BC_INLINE1(APR_STATUS_IS_ENOPROC    , apr_status_t, int)
9 BC_INLINE1(APR_STATUS_IS_ENOTIME    , apr_status_t, int)
10 BC_INLINE1(APR_STATUS_IS_ENODIR     , apr_status_t, int)
11 BC_INLINE1(APR_STATUS_IS_ENOPOLL    , apr_status_t, int)
12 BC_INLINE1(APR_STATUS_IS_ENOSOCKET  , apr_status_t, int)
13 BC_INLINE1(APR_STATUS_IS_ENOTHREAD  , apr_status_t, int)
14 BC_INLINE1(APR_STATUS_IS_ENOTHDKEY  , apr_status_t, int)
15 BC_INLINE1(APR_STATUS_IS_EGENERAL   , apr_status_t, int)
16 BC_INLINE1(APR_STATUS_IS_ENOSHMAVAIL, apr_status_t, int)
17 BC_INLINE1(APR_STATUS_IS_EBADIP     , apr_status_t, int)
18 BC_INLINE1(APR_STATUS_IS_EBADMASK   , apr_status_t, int)
19 BC_INLINE1(APR_STATUS_IS_EDSOOPEN   , apr_status_t, int)
20 BC_INLINE1(APR_STATUS_IS_EABSOLUTE  , apr_status_t, int)
21 BC_INLINE1(APR_STATUS_IS_ERELATIVE  , apr_status_t, int)
22 BC_INLINE1(APR_STATUS_IS_EINCOMPLETE, apr_status_t, int)
23 BC_INLINE1(APR_STATUS_IS_EABOVEROOT , apr_status_t, int)
24 BC_INLINE1(APR_STATUS_IS_EBADPATH   , apr_status_t, int)
25 BC_INLINE1(APR_STATUS_IS_EPATHWILD  , apr_status_t, int)
26 BC_INLINE1(APR_STATUS_IS_ESYMNOTFOUND     , apr_status_t, int)
27 BC_INLINE1(APR_STATUS_IS_EPROC_UNKNOWN    , apr_status_t, int)
28 BC_INLINE1(APR_STATUS_IS_ENOTENOUGHENTROPY, apr_status_t, int)
29
30 BC_INLINE1(APR_STATUS_IS_INCHILD   , apr_status_t, int)
31 BC_INLINE1(APR_STATUS_IS_INPARENT  , apr_status_t, int)
32 BC_INLINE1(APR_STATUS_IS_DETACH    , apr_status_t, int)
33 BC_INLINE1(APR_STATUS_IS_NOTDETACH , apr_status_t, int)
34 BC_INLINE1(APR_STATUS_IS_CHILD_DONE, apr_status_t, int)
35 BC_INLINE1(APR_STATUS_IS_CHILD_NOTDONE, apr_status_t, int)
36 BC_INLINE1(APR_STATUS_IS_TIMEUP    , apr_status_t, int)
37 BC_INLINE1(APR_STATUS_IS_INCOMPLETE, apr_status_t, int)
38 BC_INLINE1(APR_STATUS_IS_BADCH     , apr_status_t, int)
39 BC_INLINE1(APR_STATUS_IS_BADARG    , apr_status_t, int)
40 BC_INLINE1(APR_STATUS_IS_EOF       , apr_status_t, int)
41 BC_INLINE1(APR_STATUS_IS_NOTFOUND  , apr_status_t, int)
42 BC_INLINE1(APR_STATUS_IS_ANONYMOUS , apr_status_t, int)
43 BC_INLINE1(APR_STATUS_IS_FILEBASED , apr_status_t, int)
44 BC_INLINE1(APR_STATUS_IS_KEYBASED  , apr_status_t, int)
45 BC_INLINE1(APR_STATUS_IS_EINIT     , apr_status_t, int)
46 BC_INLINE1(APR_STATUS_IS_ENOTIMPL  , apr_status_t, int)
47 BC_INLINE1(APR_STATUS_IS_EMISMATCH , apr_status_t, int)
48 BC_INLINE1(APR_STATUS_IS_EBUSY     , apr_status_t, int)
49
50 BC_INLINE1(APR_STATUS_IS_EACCES , apr_status_t, int)
51 BC_INLINE1(APR_STATUS_IS_EEXIST , apr_status_t, int)
52 BC_INLINE1(APR_STATUS_IS_ENAMETOOLONG, apr_status_t, int)
53 BC_INLINE1(APR_STATUS_IS_ENOENT , apr_status_t, int)
54 BC_INLINE1(APR_STATUS_IS_ENOTDIR, apr_status_t, int)
55 BC_INLINE1(APR_STATUS_IS_ENOSPC , apr_status_t, int)
56 BC_INLINE1(APR_STATUS_IS_ENOMEM , apr_status_t, int)
57 BC_INLINE1(APR_STATUS_IS_EMFILE , apr_status_t, int)
58 BC_INLINE1(APR_STATUS_IS_ENFILE , apr_status_t, int)
59 BC_INLINE1(APR_STATUS_IS_EBADF  , apr_status_t, int)
60 BC_INLINE1(APR_STATUS_IS_EINVAL , apr_status_t, int)
61 BC_INLINE1(APR_STATUS_IS_ESPIPE , apr_status_t, int)
62 BC_INLINE1(APR_STATUS_IS_EAGAIN , apr_status_t, int)
63 BC_INLINE1(APR_STATUS_IS_EINTR  , apr_status_t, int)
64 BC_INLINE1(APR_STATUS_IS_ENOTSOCK, apr_status_t, int)
65 BC_INLINE1(APR_STATUS_IS_ECONNREFUSED, apr_status_t, int)
66 BC_INLINE1(APR_STATUS_IS_EINPROGRESS , apr_status_t, int)
67 BC_INLINE1(APR_STATUS_IS_ECONNABORTED, apr_status_t, int)
68 BC_INLINE1(APR_STATUS_IS_ECONNRESET  , apr_status_t, int)
69 BC_INLINE1(APR_STATUS_IS_ETIMEDOUT   , apr_status_t, int)
70 BC_INLINE1(APR_STATUS_IS_EHOSTUNREACH, apr_status_t, int)
71 BC_INLINE1(APR_STATUS_IS_ENETUNREACH , apr_status_t, int)
72 BC_INLINE1(APR_STATUS_IS_EFTYPE      , apr_status_t, int)
73 BC_INLINE1(APR_STATUS_IS_EPIPE       , apr_status_t, int)
74 BC_INLINE1(APR_STATUS_IS_EXDEV       , apr_status_t, int)
75 BC_INLINE1(APR_STATUS_IS_ENOTEMPTY   , apr_status_t, int)
76 BC_INLINE1(APR_STATUS_IS_EAFNOSUPPORT, apr_status_t, int)