Field Summary |
|
final public static int | APR_ANONYMOUS |
final public static int | APR_BADARG |
final public static int | APR_BADCH |
final public static int | APR_CHILD_DONE |
final public static int | APR_CHILD_NOTDONE |
final public static int | APR_DETACH |
final public static int | APR_EABOVEROOT |
final public static int | APR_EABSOLUTE |
final public static int | APR_EBADDATE |
final public static int | APR_EBADIP |
final public static int | APR_EBADMASK |
final public static int | APR_EBADPATH |
final public static int | APR_EBUSY |
final public static int | APR_EDSOOPEN |
final public static int | APR_EGENERAL |
final public static int | APR_EINCOMPLETE |
final public static int | APR_EINIT |
final public static int | APR_EINVALSOCK |
final public static int | APR_EMISMATCH |
final public static int | APR_ENODIR |
final public static int | APR_ENOLOCK |
final public static int | APR_ENOPOLL |
final public static int | APR_ENOPOOL |
final public static int | APR_ENOPROC |
final public static int | APR_ENOSHMAVAIL |
final public static int | APR_ENOSOCKET |
final public static int | APR_ENOSTAT APR Error Values
APR ERROR VALUES
APR_ENOSTAT APR was unable to perform a stat on the file
APR_ENOPOOL APR was not provided a pool with which to allocate memory
APR_EBADDATE APR was given an invalid date
APR_EINVALSOCK APR was given an invalid socket
APR_ENOPROC APR was not given a process structure
APR_ENOTIME APR was not given a time structure
APR_ENODIR APR was not given a directory structure
APR_ENOLOCK APR was not given a lock structure
APR_ENOPOLL APR was not given a poll structure
APR_ENOSOCKET APR was not given a socket
APR_ENOTHREAD APR was not given a thread structure
APR_ENOTHDKEY APR was not given a thread key structure
APR_ENOSHMAVAIL There is no more shared memory available
APR_EDSOOPEN APR was unable to open the dso object. |
final public static int | APR_ENOTENOUGHENTROPY |
final public static int | APR_ENOTHDKEY |
final public static int | APR_ENOTHREAD |
final public static int | APR_ENOTIME |
final public static int | APR_ENOTIMPL |
final public static int | APR_EOF |
final public static int | APR_EPATHWILD |
final public static int | APR_EPROC_UNKNOWN |
final public static int | APR_ERELATIVE |
final public static int | APR_ESYMNOTFOUND |
final public static int | APR_FILEBASED |
final public static int | APR_INCHILD APR Status Values
APR STATUS VALUES
APR_INCHILD Program is currently executing in the child
APR_INPARENT Program is currently executing in the parent
APR_DETACH The thread is detached
APR_NOTDETACH The thread is not detached
APR_CHILD_DONE The child has finished executing
APR_CHILD_NOTDONE The child has not finished executing
APR_TIMEUP The operation did not finish before the timeout
APR_INCOMPLETE The operation was incomplete although some processing
was performed and the results are partially valid
APR_BADCH Getopt found an option not in the option string
APR_BADARG Getopt found an option that is missing an argument
and an argument was specified in the option string
APR_EOF APR has encountered the end of the file
APR_NOTFOUND APR was unable to find the socket in the poll structure
APR_ANONYMOUS APR is using anonymous shared memory
APR_FILEBASED APR is using a file name as the key to the shared memory
APR_KEYBASED APR is using a shared key as the key to the shared memory
APR_EINIT Ininitalizer value. |
final public static int | APR_INCOMPLETE |
final public static int | APR_INPARENT |
final public static int | APR_KEYBASED |
final public static int | APR_NOTDETACH |
final public static int | APR_NOTFOUND |
final public static int | APR_OS_ERRSPACE_SIZE APR_OS_ERRSPACE_SIZE is the maximum number of errors you can fit
into one of the error/status ranges below -- except for
APR_OS_START_USERERR, which see. |
final public static int | APR_OS_START_CANONERR APR_OS_START_CANONERR is where APR versions of errno values are defined
on systems which don't have the corresponding errno. |
final public static int | APR_OS_START_EAIERR APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into
apr_status_t values. |
final public static int | APR_OS_START_ERROR APR_OS_START_ERROR is where the APR specific error values start. |
final public static int | APR_OS_START_STATUS APR_OS_START_STATUS is where the APR specific status codes start. |
final public static int | APR_OS_START_SYSERR APR_OS_START_SYSERR folds platform-specific system error values into
apr_status_t values. |
final public static int | APR_OS_START_USEERR APR_OS_START_USEERR is obsolete, defined for compatibility only. |
final public static int | APR_OS_START_USERERR APR_OS_START_USERERR are reserved for applications that use APR that
layer their own error codes along with APR's. |
final public static int | APR_SUCCESS no error. |
final public static int | APR_TIMEUP |
final public static int | EAGAIN |
final public static int | EINPROGRESS |
final public static int | EINTR |
final public static int | ETIMEDOUT |
final public static int | TIMEUP |