Defines | |
#define | APR_STATUS_IS_ENOSTAT(s) ((s) == APR_ENOSTAT) |
#define | APR_STATUS_IS_ENOPOOL(s) ((s) == APR_ENOPOOL) |
#define | APR_STATUS_IS_EBADDATE(s) ((s) == APR_EBADDATE) |
#define | APR_STATUS_IS_EINVALSOCK(s) ((s) == APR_EINVALSOCK) |
#define | APR_STATUS_IS_ENOPROC(s) ((s) == APR_ENOPROC) |
#define | APR_STATUS_IS_ENOTIME(s) ((s) == APR_ENOTIME) |
#define | APR_STATUS_IS_ENODIR(s) ((s) == APR_ENODIR) |
#define | APR_STATUS_IS_ENOLOCK(s) ((s) == APR_ENOLOCK) |
#define | APR_STATUS_IS_ENOPOLL(s) ((s) == APR_ENOPOLL) |
#define | APR_STATUS_IS_ENOSOCKET(s) ((s) == APR_ENOSOCKET) |
#define | APR_STATUS_IS_ENOTHREAD(s) ((s) == APR_ENOTHREAD) |
#define | APR_STATUS_IS_ENOTHDKEY(s) ((s) == APR_ENOTHDKEY) |
#define | APR_STATUS_IS_EGENERAL(s) ((s) == APR_EGENERAL) |
#define | APR_STATUS_IS_ENOSHMAVAIL(s) ((s) == APR_ENOSHMAVAIL) |
#define | APR_STATUS_IS_EBADIP(s) ((s) == APR_EBADIP) |
#define | APR_STATUS_IS_EBADMASK(s) ((s) == APR_EBADMASK) |
#define | APR_STATUS_IS_EDSOOPEN(s) ((s) == APR_EDSOOPEN) |
#define | APR_STATUS_IS_EABSOLUTE(s) ((s) == APR_EABSOLUTE) |
#define | APR_STATUS_IS_ERELATIVE(s) ((s) == APR_ERELATIVE) |
#define | APR_STATUS_IS_EINCOMPLETE(s) ((s) == APR_EINCOMPLETE) |
#define | APR_STATUS_IS_EABOVEROOT(s) ((s) == APR_EABOVEROOT) |
#define | APR_STATUS_IS_EBADPATH(s) ((s) == APR_EBADPATH) |
#define | APR_STATUS_IS_EPATHWILD(s) ((s) == APR_EPATHWILD) |
#define | APR_STATUS_IS_ESYMNOTFOUND(s) ((s) == APR_ESYMNOTFOUND) |
#define | APR_STATUS_IS_EPROC_UNKNOWN(s) ((s) == APR_EPROC_UNKNOWN) |
#define | APR_STATUS_IS_INCHILD(s) ((s) == APR_INCHILD) |
#define | APR_STATUS_IS_INPARENT(s) ((s) == APR_INPARENT) |
#define | APR_STATUS_IS_DETACH(s) ((s) == APR_DETACH) |
#define | APR_STATUS_IS_NOTDETACH(s) ((s) == APR_NOTDETACH) |
#define | APR_STATUS_IS_CHILD_DONE(s) ((s) == APR_CHILD_DONE) |
#define | APR_STATUS_IS_CHILD_NOTDONE(s) ((s) == APR_CHILD_NOTDONE) |
#define | APR_STATUS_IS_TIMEUP(s) ((s) == APR_TIMEUP) |
#define | APR_STATUS_IS_INCOMPLETE(s) ((s) == APR_INCOMPLETE) |
#define | APR_STATUS_IS_BADCH(s) ((s) == APR_BADCH) |
#define | APR_STATUS_IS_BADARG(s) ((s) == APR_BADARG) |
#define | APR_STATUS_IS_EOF(s) ((s) == APR_EOF) |
#define | APR_STATUS_IS_NOTFOUND(s) ((s) == APR_NOTFOUND) |
#define | APR_STATUS_IS_ANONYMOUS(s) ((s) == APR_ANONYMOUS) |
#define | APR_STATUS_IS_FILEBASED(s) ((s) == APR_FILEBASED) |
#define | APR_STATUS_IS_KEYBASED(s) ((s) == APR_KEYBASED) |
#define | APR_STATUS_IS_EINIT(s) ((s) == APR_EINIT) |
#define | APR_STATUS_IS_ENOTIMPL(s) ((s) == APR_ENOTIMPL) |
#define | APR_STATUS_IS_EMISMATCH(s) ((s) == APR_EMISMATCH) |
#define | APR_STATUS_IS_EBUSY(s) ((s) == APR_EBUSY) |
#define | APR_STATUS_IS_SUCCESS(s) ((s) == APR_SUCCESS) |
#define | APR_STATUS_IS_EACCES(s) ((s) == APR_EACCES) |
#define | APR_STATUS_IS_EEXIST(s) ((s) == APR_EEXIST) |
#define | APR_STATUS_IS_ENAMETOOLONG(s) ((s) == APR_ENAMETOOLONG) |
#define | APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT) |
#define | APR_STATUS_IS_ENOTDIR(s) ((s) == APR_ENOTDIR) |
#define | APR_STATUS_IS_ENOSPC(s) ((s) == APR_ENOSPC) |
#define | APR_STATUS_IS_ENOMEM(s) ((s) == APR_ENOMEM) |
#define | APR_STATUS_IS_EMFILE(s) ((s) == APR_EMFILE) |
#define | APR_STATUS_IS_ENFILE(s) ((s) == APR_ENFILE) |
#define | APR_STATUS_IS_EBADF(s) ((s) == APR_EBADF) |
#define | APR_STATUS_IS_EINVAL(s) ((s) == APR_EINVAL) |
#define | APR_STATUS_IS_ESPIPE(s) ((s) == APR_ESPIPE) |
#define | APR_STATUS_IS_EAGAIN(s) ((s) == APR_EAGAIN) |
#define | APR_STATUS_IS_EINTR(s) ((s) == APR_EINTR) |
#define | APR_STATUS_IS_ENOTSOCK(s) ((s) == APR_ENOTSOCK) |
#define | APR_STATUS_IS_ECONNREFUSED(s) ((s) == APR_ECONNREFUSED) |
#define | APR_STATUS_IS_EINPROGRESS(s) ((s) == APR_EINPROGRESS) |
#define | APR_STATUS_IS_ECONNABORTED(s) ((s) == APR_ECONNABORTED) |
#define | APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET) |
#define | APR_STATUS_IS_ETIMEDOUT(s) ((s) == APR_ETIMEDOUT) |
#define | APR_STATUS_IS_EHOSTUNREACH(s) ((s) == APR_EHOSTUNREACH) |
#define | APR_STATUS_IS_ENETUNREACH(s) ((s) == APR_ENETUNREACH) |
#define | APR_STATUS_IS_EFTYPE(s) ((s) == APR_EFTYPE) |
#define | APR_STATUS_IS_EPIPE(s) ((s) == APR_EPIPE) |
#define | APR_STATUS_IS_EXDEV(s) ((s) == APR_EXDEV) |
#define | APR_STATUS_IS_ENOTEMPTY(s) |
|
APR is using anonymous shared memory
|
|
Getopt found an option not in the option string and an argument was specified in the option string
|
|
Getopt found an option not in the option string
|
|
The child has finished executing
|
|
The child has not finished executing
|
|
The thread is detached
|
|
The given path was above the root path. |
|
The given path was absolute. |
|
permission denied |
|
operation would block |
|
APR was given an invalid date |
|
bad file # |
|
The specified IP address is invalid |
|
The specified netmask is invalid |
|
The given path was bad. |
|
The given lock was busy
|
|
Software caused connection abort
|
|
Connection Refused |
|
Connection Reset by peer |
|
APR was unable to open the dso object. For more information call apr_dso_error(). |
|
file exists |
|
inappropiate file type or format |
|
Generic Error which can not be put into another spot |
|
no route to host |
|
The given path was neither relative nor absolute. |
|
Ininitalizer value. If no option has been found, but the status variable requires a value, this should be used
|
|
operation now in progress |
|
interrupted system call |
|
invalid argument |
|
APR was given an invalid socket |
|
too many open files |
|
Two passwords do not match.
|
|
path name is too long |
|
network is unreachable |
|
file table overflow |
|
APR was not given a directory structure |
|
no such file or directory
|
|
APR was not given a lock structure |
|
not enough memory |
|
APR was not given a poll structure |
|
APR was not provided a pool with which to allocate memory
|
|
APR was not given a process structure |
|
There is no more shared memory available |
|
APR was not given a socket |
|
no space left on device |
|
APR was unable to perform a stat on the file
|
|
not a directory |
|
Value: ((s) == APR_ENOTEMPTY || \ (s) == APR_EEXIST) |
|
APR was not given a thread key structure |
|
APR was not given a thread structure |
|
APR was not given a time structure |
|
The APR function has not been implemented on this platform, either because nobody has gotten to it yet, or the function is impossible on this platform.
|
|
socket operation on a non-socket |
|
APR has encountered the end of the file
|
|
The given path contained wildcards. |
|
broken pipe |
|
The given process was not recognized by APR. |
|
The given path was relative. |
|
illegal seek |
|
Could not find the requested symbol. For more information call apr_dso_error(). |
|
Operation timed out |
|
cross device link |
|
APR is using a file name as the key to the shared memory
|
|
Program is currently executing in the child
|
|
The operation was incomplete although some processing was performed and the results are partially valid.
|
|
Program is currently executing in the parent
|
|
APR is using a shared key as the key to the shared memory
|
|
The thread is not detached
|
|
APR was unable to find the socket in the poll structure
|
|
no error |
|
The operation did not finish before the timeout
|