Apache Portable Runtime
Loading...
Searching...
No Matches
Macros
|
Typedefs
|
Functions
apr_errno.h File Reference
APR Error Codes.
More...
#include "
apr.h
"
Go to the source code of this file.
Macros
#define
APR_FROM_OS_ERROR
(e)
#define
APR_TO_OS_ERROR
(e)
#define
APR_OS_START_ERROR
20000
#define
APR_OS_ERRSPACE_SIZE
50000
#define
APR_UTIL_ERRSPACE_SIZE
20000
#define
APR_OS_START_STATUS
(
APR_OS_START_ERROR
+
APR_OS_ERRSPACE_SIZE
)
#define
APR_UTIL_START_STATUS
#define
APR_OS_START_USERERR
(
APR_OS_START_STATUS
+
APR_OS_ERRSPACE_SIZE
)
#define
APR_OS_START_USEERR
APR_OS_START_USERERR
#define
APR_OS_START_CANONERR
#define
APR_OS_START_EAIERR
(
APR_OS_START_CANONERR
+
APR_OS_ERRSPACE_SIZE
)
#define
APR_OS_START_SYSERR
(
APR_OS_START_EAIERR
+
APR_OS_ERRSPACE_SIZE
)
#define
APR_SUCCESS
0
#define
APR_ENOSTAT
(
APR_OS_START_ERROR
+ 1)
#define
APR_ENOPOOL
(
APR_OS_START_ERROR
+ 2)
#define
APR_EBADDATE
(
APR_OS_START_ERROR
+ 4)
#define
APR_EINVALSOCK
(
APR_OS_START_ERROR
+ 5)
#define
APR_ENOPROC
(
APR_OS_START_ERROR
+ 6)
#define
APR_ENOTIME
(
APR_OS_START_ERROR
+ 7)
#define
APR_ENODIR
(
APR_OS_START_ERROR
+ 8)
#define
APR_ENOLOCK
(
APR_OS_START_ERROR
+ 9)
#define
APR_ENOPOLL
(
APR_OS_START_ERROR
+ 10)
#define
APR_ENOSOCKET
(
APR_OS_START_ERROR
+ 11)
#define
APR_ENOTHREAD
(
APR_OS_START_ERROR
+ 12)
#define
APR_ENOTHDKEY
(
APR_OS_START_ERROR
+ 13)
#define
APR_EGENERAL
(
APR_OS_START_ERROR
+ 14)
#define
APR_ENOSHMAVAIL
(
APR_OS_START_ERROR
+ 15)
#define
APR_EBADIP
(
APR_OS_START_ERROR
+ 16)
#define
APR_EBADMASK
(
APR_OS_START_ERROR
+ 17)
#define
APR_EDSOOPEN
(
APR_OS_START_ERROR
+ 19)
#define
APR_EABSOLUTE
(
APR_OS_START_ERROR
+ 20)
#define
APR_ERELATIVE
(
APR_OS_START_ERROR
+ 21)
#define
APR_EINCOMPLETE
(
APR_OS_START_ERROR
+ 22)
#define
APR_EABOVEROOT
(
APR_OS_START_ERROR
+ 23)
#define
APR_EBADPATH
(
APR_OS_START_ERROR
+ 24)
#define
APR_EPATHWILD
(
APR_OS_START_ERROR
+ 25)
#define
APR_ESYMNOTFOUND
(
APR_OS_START_ERROR
+ 26)
#define
APR_EPROC_UNKNOWN
(
APR_OS_START_ERROR
+ 27)
#define
APR_ENOTENOUGHENTROPY
(
APR_OS_START_ERROR
+ 28)
#define
APR_STATUS_IS_ENOSTAT
(s)
#define
APR_STATUS_IS_ENOPOOL
(s)
#define
APR_STATUS_IS_EBADDATE
(s)
#define
APR_STATUS_IS_EINVALSOCK
(s)
#define
APR_STATUS_IS_ENOPROC
(s)
#define
APR_STATUS_IS_ENOTIME
(s)
#define
APR_STATUS_IS_ENODIR
(s)
#define
APR_STATUS_IS_ENOLOCK
(s)
#define
APR_STATUS_IS_ENOPOLL
(s)
#define
APR_STATUS_IS_ENOSOCKET
(s)
#define
APR_STATUS_IS_ENOTHREAD
(s)
#define
APR_STATUS_IS_ENOTHDKEY
(s)
#define
APR_STATUS_IS_EGENERAL
(s)
#define
APR_STATUS_IS_ENOSHMAVAIL
(s)
#define
APR_STATUS_IS_EBADIP
(s)
#define
APR_STATUS_IS_EBADMASK
(s)
#define
APR_STATUS_IS_EDSOOPEN
(s)
#define
APR_STATUS_IS_EABSOLUTE
(s)
#define
APR_STATUS_IS_ERELATIVE
(s)
#define
APR_STATUS_IS_EINCOMPLETE
(s)
#define
APR_STATUS_IS_EABOVEROOT
(s)
#define
APR_STATUS_IS_EBADPATH
(s)
#define
APR_STATUS_IS_EPATHWILD
(s)
#define
APR_STATUS_IS_ESYMNOTFOUND
(s)
#define
APR_STATUS_IS_EPROC_UNKNOWN
(s)
#define
APR_STATUS_IS_ENOTENOUGHENTROPY
(s)
#define
APR_INCHILD
(
APR_OS_START_STATUS
+ 1)
#define
APR_INPARENT
(
APR_OS_START_STATUS
+ 2)
#define
APR_DETACH
(
APR_OS_START_STATUS
+ 3)
#define
APR_NOTDETACH
(
APR_OS_START_STATUS
+ 4)
#define
APR_CHILD_DONE
(
APR_OS_START_STATUS
+ 5)
#define
APR_CHILD_NOTDONE
(
APR_OS_START_STATUS
+ 6)
#define
APR_TIMEUP
(
APR_OS_START_STATUS
+ 7)
#define
APR_INCOMPLETE
(
APR_OS_START_STATUS
+ 8)
#define
APR_BADCH
(
APR_OS_START_STATUS
+ 12)
#define
APR_BADARG
(
APR_OS_START_STATUS
+ 13)
#define
APR_EOF
(
APR_OS_START_STATUS
+ 14)
#define
APR_NOTFOUND
(
APR_OS_START_STATUS
+ 15)
#define
APR_ANONYMOUS
(
APR_OS_START_STATUS
+ 19)
#define
APR_FILEBASED
(
APR_OS_START_STATUS
+ 20)
#define
APR_KEYBASED
(
APR_OS_START_STATUS
+ 21)
#define
APR_EINIT
(
APR_OS_START_STATUS
+ 22)
#define
APR_ENOTIMPL
(
APR_OS_START_STATUS
+ 23)
#define
APR_EMISMATCH
(
APR_OS_START_STATUS
+ 24)
#define
APR_EBUSY
(
APR_OS_START_STATUS
+ 25)
#define
APR_STATUS_IS_INCHILD
(s)
#define
APR_STATUS_IS_INPARENT
(s)
#define
APR_STATUS_IS_DETACH
(s)
#define
APR_STATUS_IS_NOTDETACH
(s)
#define
APR_STATUS_IS_CHILD_DONE
(s)
#define
APR_STATUS_IS_CHILD_NOTDONE
(s)
#define
APR_STATUS_IS_TIMEUP
(s)
#define
APR_STATUS_IS_INCOMPLETE
(s)
#define
APR_STATUS_IS_BADCH
(s)
#define
APR_STATUS_IS_BADARG
(s)
#define
APR_STATUS_IS_EOF
(s)
#define
APR_STATUS_IS_NOTFOUND
(s)
#define
APR_STATUS_IS_ANONYMOUS
(s)
#define
APR_STATUS_IS_FILEBASED
(s)
#define
APR_STATUS_IS_KEYBASED
(s)
#define
APR_STATUS_IS_EINIT
(s)
#define
APR_STATUS_IS_ENOTIMPL
(s)
#define
APR_STATUS_IS_EMISMATCH
(s)
#define
APR_STATUS_IS_EBUSY
(s)
#define
APR_EACCES
(
APR_OS_START_CANONERR
+ 1)
#define
APR_EEXIST
(
APR_OS_START_CANONERR
+ 2)
#define
APR_ENAMETOOLONG
(
APR_OS_START_CANONERR
+ 3)
#define
APR_ENOENT
(
APR_OS_START_CANONERR
+ 4)
#define
APR_ENOTDIR
(
APR_OS_START_CANONERR
+ 5)
#define
APR_ENOSPC
(
APR_OS_START_CANONERR
+ 6)
#define
APR_ENOMEM
(
APR_OS_START_CANONERR
+ 7)
#define
APR_EMFILE
(
APR_OS_START_CANONERR
+ 8)
#define
APR_ENFILE
(
APR_OS_START_CANONERR
+ 9)
#define
APR_EBADF
(
APR_OS_START_CANONERR
+ 10)
#define
APR_EINVAL
(
APR_OS_START_CANONERR
+ 11)
#define
APR_ESPIPE
(
APR_OS_START_CANONERR
+ 12)
#define
APR_EAGAIN
(
APR_OS_START_CANONERR
+ 13)
#define
APR_EINTR
(
APR_OS_START_CANONERR
+ 14)
#define
APR_ENOTSOCK
(
APR_OS_START_CANONERR
+ 15)
#define
APR_ECONNREFUSED
(
APR_OS_START_CANONERR
+ 16)
#define
APR_EINPROGRESS
(
APR_OS_START_CANONERR
+ 17)
#define
APR_ECONNABORTED
(
APR_OS_START_CANONERR
+ 18)
#define
APR_ECONNRESET
(
APR_OS_START_CANONERR
+ 19)
#define
APR_ETIMEDOUT
(
APR_OS_START_CANONERR
+ 20)
#define
APR_EHOSTUNREACH
(
APR_OS_START_CANONERR
+ 21)
#define
APR_ENETUNREACH
(
APR_OS_START_CANONERR
+ 22)
#define
APR_EFTYPE
(
APR_OS_START_CANONERR
+ 23)
#define
APR_EPIPE
(
APR_OS_START_CANONERR
+ 24)
#define
APR_EXDEV
(
APR_OS_START_CANONERR
+ 25)
#define
APR_ENOTEMPTY
(
APR_OS_START_CANONERR
+ 26)
#define
APR_EAFNOSUPPORT
(
APR_OS_START_CANONERR
+ 27)
#define
APR_EOPNOTSUPP
(
APR_OS_START_CANONERR
+ 28)
#define
APR_ERANGE
(
APR_OS_START_CANONERR
+ 29)
#define
APR_FROM_OS_ERROR
(e)
#define
APR_TO_OS_ERROR
(e)
#define
apr_get_os_error
()
#define
apr_set_os_error
(e)
#define
apr_get_netos_error
()
#define
apr_set_netos_error
(e)
#define
APR_STATUS_IS_EACCES
(s)
#define
APR_STATUS_IS_EEXIST
(s)
#define
APR_STATUS_IS_ENAMETOOLONG
(s)
#define
APR_STATUS_IS_ENOENT
(s)
#define
APR_STATUS_IS_ENOTDIR
(s)
#define
APR_STATUS_IS_ENOSPC
(s)
#define
APR_STATUS_IS_ENOMEM
(s)
#define
APR_STATUS_IS_EMFILE
(s)
#define
APR_STATUS_IS_ENFILE
(s)
#define
APR_STATUS_IS_EBADF
(s)
#define
APR_STATUS_IS_EINVAL
(s)
#define
APR_STATUS_IS_ESPIPE
(s)
#define
APR_STATUS_IS_EAGAIN
(s)
#define
APR_STATUS_IS_EINTR
(s)
#define
APR_STATUS_IS_ENOTSOCK
(s)
#define
APR_STATUS_IS_ECONNREFUSED
(s)
#define
APR_STATUS_IS_EINPROGRESS
(s)
#define
APR_STATUS_IS_ECONNABORTED
(s)
#define
APR_STATUS_IS_ECONNRESET
(s)
#define
APR_STATUS_IS_ETIMEDOUT
(s)
#define
APR_STATUS_IS_EHOSTUNREACH
(s)
#define
APR_STATUS_IS_ENETUNREACH
(s)
#define
APR_STATUS_IS_EFTYPE
(s)
#define
APR_STATUS_IS_EPIPE
(s)
#define
APR_STATUS_IS_EXDEV
(s)
#define
APR_STATUS_IS_ENOTEMPTY
(s)
#define
APR_STATUS_IS_EAFNOSUPPORT
(s)
#define
APR_STATUS_IS_EOPNOTSUPP
(s)
#define
APR_STATUS_IS_ERANGE
(s)
Typedefs
typedef int
apr_status_t
Functions
char *
apr_strerror
(
apr_status_t
statcode, char *buf, apr_size_t bufsize)
Detailed Description
APR Error Codes.
usr
include
apr-1
apr_errno.h
Generated by
1.13.2