Main Page | Modules | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

APR Error Values
[Error Codes]

Collaboration diagram for APR Error Values:


Defines

#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_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_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)

Detailed Description

 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.  For more 
                  information call apr_dso_error().
 APR_EGENERAL     General failure (specific information not available)
 APR_EBADIP       The specified IP address is invalid
 APR_EBADMASK     The specified netmask is invalid
 APR_ESYMNOTFOUND Could not find the requested symbol
 

 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.  If no option has been found, but 
                    the status variable requires a value, this should be used
 APR_ENOTIMPL       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.
 APR_EMISMATCH      Two passwords do not match.
 APR_EABSOLUTE      The given path was absolute.
 APR_ERELATIVE      The given path was relative.
 APR_EINCOMPLETE    The given path was neither relative nor absolute.
 APR_EABOVEROOT     The given path was above the root path.
 APR_EBUSY          The given lock was busy.
 APR_EPROC_UNKNOWN  The given process wasn't recognized by APR
 

Define Documentation

#define APR_ANONYMOUS   (APR_OS_START_STATUS + 19)
 

See also:
APR_STATUS_IS_ANONYMOUS

Definition at line 397 of file apr_errno.h.

Referenced by apr_error_string(), and drain_available_output().

#define APR_BADARG   (APR_OS_START_STATUS + 13)
 

See also:
APR_STATUS_IS_BADARG

Definition at line 388 of file apr_errno.h.

Referenced by apr_error_string(), and APU_DECLARE().

#define APR_BADCH   (APR_OS_START_STATUS + 12)
 

See also:
APR_STATUS_IS_BADCH

Definition at line 386 of file apr_errno.h.

Referenced by apr_error_string().

#define APR_CHILD_DONE   (APR_OS_START_STATUS + 5)
 

See also:
APR_STATUS_IS_CHILD_DONE

Definition at line 375 of file apr_errno.h.

Referenced by apr_error_string(), test_file_redir(), and test_proc_wait().

#define APR_CHILD_NOTDONE   (APR_OS_START_STATUS + 6)
 

See also:
APR_STATUS_IS_CHILD_NOTDONE

Definition at line 377 of file apr_errno.h.

Referenced by apr_error_string(), free_proc_chain(), run_basic_test(), and run_sendfile().

#define APR_DETACH   (APR_OS_START_STATUS + 3)
 

See also:
APR_STATUS_IS_DETACH

Definition at line 371 of file apr_errno.h.

Referenced by apr_error_string(), and apr_threadattr_detach_get().

#define APR_EABOVEROOT   (APR_OS_START_ERROR + 23)
 

See also:
APR_STATUS_IS_EABOVEROOT

Definition at line 263 of file apr_errno.h.

Referenced by apr_error_string().

#define APR_EABSOLUTE   (APR_OS_START_ERROR + 20)
 

See also:
APR_STATUS_IS_EABSOLUTE

Definition at line 257 of file apr_errno.h.

Referenced by apr_error_string().

#define APR_EACCES   (APR_OS_START_CANONERR + 1)
 

See also:
APR_STATUS_IS_EACCES

Definition at line 570 of file apr_errno.h.

Referenced by APR_DECLARE().

#define APR_EAGAIN   (APR_OS_START_CANONERR + 13)
 

See also:
APR_STATUS_IS_EAGAIN
Warning:
use APR_STATUS_IS_EAGAIN instead of just testing this value

Definition at line 659 of file apr_errno.h.

Referenced by read_with_timeout(), ssl_filter_write(), ssl_io_filter_connect(), and ssl_io_input_read().

#define APR_EBADDATE   (APR_OS_START_ERROR + 4)
 

See also:
APR_STATUS_IS_EBADDATE

Definition at line 226 of file apr_errno.h.

Referenced by apr_error_string().

#define APR_EBADF   (APR_OS_START_CANONERR + 10)
 

See also:
APR_STATUS_IS_EBADF

Definition at line 633 of file apr_errno.h.

Referenced by AP_DECLARE(), APR_DECLARE(), and run_cgi_child().

#define APR_EBADIP   (APR_OS_START_ERROR + 16)
 

See also:
APR_STATUS_IS_EBADIP

Definition at line 250 of file apr_errno.h.

Referenced by apr_error_string(), parse_ip(), parse_network(), test_bad_input(), and test_badip_str().

#define APR_EBADMASK   (APR_OS_START_ERROR + 17)
 

See also:
APR_STATUS_IS_EBADMASK

Definition at line 252 of file apr_errno.h.

Referenced by apr_error_string(), test_bad_input(), and test_badmask_str().

#define APR_EBADPATH   (APR_OS_START_ERROR + 24)
 

See also:
APR_STATUS_IS_EBADPATH

Definition at line 265 of file apr_errno.h.

Referenced by AP_DECLARE(), ap_default_log_writer_init(), apprentice(), APR_DECLARE(), apr_error_string(), auth_ldap_post_config(), cache_the_file(), filepath_root_test(), isapi_cmd_cachefile(), mime_post_config(), open_error_log(), open_rewritelog(), open_scoreboard(), and test_safe_name().

#define APR_EBUSY   (APR_OS_START_STATUS + 25)
 

See also:
APR_STATUS_IS_EBUSY

Definition at line 409 of file apr_errno.h.

#define APR_ECONNABORTED   (APR_OS_START_CANONERR + 18)
 

See also:
APR_STATUS_IS_ECONNABORTED
Warning:
use APR_STATUS_IS_ECONNABORTED instead of just testing this value

Definition at line 698 of file apr_errno.h.

Referenced by PROXY_DECLARE(), ssl_io_filter_input(), and ssl_io_filter_output().

#define APR_ECONNREFUSED   (APR_OS_START_CANONERR + 16)
 

See also:
APR_STATUS_IS_ECONNREFUSED

Definition at line 680 of file apr_errno.h.

#define APR_ECONNRESET   (APR_OS_START_CANONERR + 19)
 

See also:
APR_STATUS_IS_ECONNRESET

Definition at line 705 of file apr_errno.h.

Referenced by bio_filter_out_flush().

#define APR_EDSOOPEN   (APR_OS_START_ERROR + 19)
 

See also:
APR_STATUS_IS_EDSOPEN

Definition at line 255 of file apr_errno.h.

Referenced by apr_error_string().

#define APR_EEXIST   (APR_OS_START_CANONERR + 2)
 

See also:
APR_STATUS_IS_EXIST

Definition at line 577 of file apr_errno.h.

Referenced by APR_DECLARE(), gettemp(), and RegisterAppWithWinSock().

#define APR_EFTYPE   (APR_OS_START_CANONERR + 23)
 

See also:
APR_STATUS_IS_EFTYPE

Definition at line 733 of file apr_errno.h.

#define APR_EGENERAL   (APR_OS_START_ERROR + 14)
 

See also:
APR_STATUS_IS_EGENERAL

Definition at line 246 of file apr_errno.h.

Referenced by AP_DECLARE(), APR_DECLARE(), apr_get_oslevel(), APR_HOOK_STRUCT(), APU_DECLARE(), cache_pq_insert(), check_basic_atomics(), child_main(), cleanup_nonchild_process(), cleanup_script(), config_log_transaction(), dead_yet(), deflate_in_filter(), deflate_out_filter(), do_parse(), doit(), exists_and_readable(), file_cache_recall_mydata(), getnext(), getpwnam_safe(), htdbm_init(), htdbm_list(), isapi_pre_config(), isapi_unload(), listener_thread(), main(), mpm_service_to_start(), read_table(), ssl_filter_write(), ssl_io_filter_connect(), ssl_io_input_read(), store_body(), worker_thread(), wsa_cleanup_with_handle(), and wsa_startup_with_handle().

#define APR_EHOSTUNREACH   (APR_OS_START_CANONERR + 21)
 

See also:
APR_STATUS_IS_EHOSTUNREACH

Definition at line 719 of file apr_errno.h.

#define APR_EINCOMPLETE   (APR_OS_START_ERROR + 22)
 

See also:
APR_STATUS_IS_EINCOMPLETE

Definition at line 261 of file apr_errno.h.

Referenced by APR_DECLARE(), and apr_error_string().

#define APR_EINIT   (APR_OS_START_STATUS + 22)
 

See also:
APR_STATUS_IS_EINIT

Definition at line 403 of file apr_errno.h.

Referenced by apr_error_string(), child_main(), dso_cleanup(), mpm_service_start(), worker_main(), and worker_thread().

#define APR_EINPROGRESS   (APR_OS_START_CANONERR + 17)
 

See also:
APR_STATUS_IS_EINPROGRESS

Definition at line 687 of file apr_errno.h.

#define APR_EINTR   (APR_OS_START_CANONERR + 14)
 

See also:
APR_STATUS_IS_EINTR

Definition at line 666 of file apr_errno.h.

Referenced by AP_DECLARE(), ap_proxy_ftp_handler(), ap_queue_pop(), and apr_socket_accept().

#define APR_EINVAL   (APR_OS_START_CANONERR + 11)
 

See also:
APR_STATUS_IS_EINVAL

Definition at line 640 of file apr_errno.h.

Referenced by _file_dup(), ap_reopen_scoreboard(), APR_DECLARE(), apr_filepath_list_merge_impl(), apr_socket_opt_set(), APU_DECLARE(), do_wait(), get_line(), gettemp(), htdbm_valid_username(), init_filter_instance(), magic_rsl_add(), open_postfile(), rfc1413_query(), shm_cleanup_attach(), test_bad_input(), worker_stack_wait(), and worker_thread().

#define APR_EINVALSOCK   (APR_OS_START_ERROR + 5)
 

See also:
APR_STATUS_IS_EINVALSOCK

Definition at line 228 of file apr_errno.h.

Referenced by apr_error_string(), and socket_cleanup().

#define APR_EMFILE   (APR_OS_START_CANONERR + 8)
 

See also:
APR_STATUS_IS_EMFILE

Definition at line 619 of file apr_errno.h.

#define APR_EMISMATCH   (APR_OS_START_STATUS + 24)
 

See also:
APR_STATUS_IS_EMISMATCH

Definition at line 407 of file apr_errno.h.

Referenced by apr_error_string().

#define APR_ENAMETOOLONG   (APR_OS_START_CANONERR + 3)
 

See also:
APR_STATUS_IS_ENAMETOOLONG

Definition at line 584 of file apr_errno.h.

Referenced by AP_DECLARE(), APR_DECLARE(), and apr_gethostname().

#define APR_ENETUNREACH   (APR_OS_START_CANONERR + 22)
 

See also:
APR_STATUS_IS_ENETUNREACH

Definition at line 726 of file apr_errno.h.

#define APR_ENFILE   (APR_OS_START_CANONERR + 9)
 

See also:
APR_STATUS_IS_ENFILE

Definition at line 626 of file apr_errno.h.

#define APR_ENODIR   (APR_OS_START_ERROR + 8)
 

See also:
APR_STATUS_IS_ENODIR

Definition at line 234 of file apr_errno.h.

Referenced by apr_error_string(), and apr_os_dir_get().

#define APR_ENOENT   (APR_OS_START_CANONERR + 4)
 

See also:
APR_STATUS_IS_ENOENT

Definition at line 591 of file apr_errno.h.

Referenced by APR_DECLARE(), apr_dir_read(), create_dummy_file(), create_dummy_file_error(), dir_make_parent(), htdbm_del(), htdbm_list(), htdbm_verify(), main(), string_error(), and test_delenv().

#define APR_ENOLOCK   (APR_OS_START_ERROR + 9)
 

See also:
APR_STATUS_IS_ENOLOCK

Definition at line 236 of file apr_errno.h.

Referenced by apr_error_string(), and apr_os_proc_mutex_get().

#define APR_ENOMEM   (APR_OS_START_CANONERR + 7)
 

See also:
APR_STATUS_IS_ENOMEM

Definition at line 612 of file apr_errno.h.

Referenced by APR_DECLARE(), APR_HOOK_STRUCT(), apr_set_hour(), apr_set_mday(), apr_set_min(), apr_set_mon(), apr_set_sec(), apr_set_wday(), apr_set_year(), apr_thread_create(), apr_threadattr_create(), apr_threadkey_private_create(), APU_DECLARE(), file_dup(), open_postfile(), serialize_table(), store_body(), store_headers(), and transient_bucket_setaside().

#define APR_ENOPOLL   (APR_OS_START_ERROR + 10)
 

See also:
APR_STATUS_IS_ENOPOLL

Definition at line 238 of file apr_errno.h.

Referenced by apr_error_string().

#define APR_ENOPOOL   (APR_OS_START_ERROR + 2)
 

See also:
APR_STATUS_IS_ENOPOOL

Definition at line 223 of file apr_errno.h.

Referenced by apr_error_string(), and apr_os_threadkey_put().

#define APR_ENOPROC   (APR_OS_START_ERROR + 6)
 

See also:
APR_STATUS_IS_ENOPROC

Definition at line 230 of file apr_errno.h.

Referenced by apr_error_string(), and create_uncompress_child().

#define APR_ENOSHMAVAIL   (APR_OS_START_ERROR + 15)
 

See also:
APR_STATUS_IS_ENOSHMAVAIL

Definition at line 248 of file apr_errno.h.

Referenced by apr_error_string().

#define APR_ENOSOCKET   (APR_OS_START_ERROR + 11)
 

See also:
APR_STATUS_IS_ENOSOCKET

Definition at line 240 of file apr_errno.h.

Referenced by apr_error_string().

#define APR_ENOSPC   (APR_OS_START_CANONERR + 6)
 

See also:
APR_STATUS_IS_ENOSPC

Definition at line 605 of file apr_errno.h.

Referenced by AP_DECLARE(), getpage(), makroom(), read_request_line(), and worker_stack_wait().

#define APR_ENOSTAT   (APR_OS_START_ERROR + 1)
 

See also:
APR_STATUS_IS_ENOSTAT

Definition at line 221 of file apr_errno.h.

#define APR_ENOTDIR   (APR_OS_START_CANONERR + 5)
 

See also:
APR_STATUS_IS_ENOTDIR

Definition at line 598 of file apr_errno.h.

Referenced by gettemp().

#define APR_ENOTEMPTY   (APR_OS_START_CANONERR + 26)
 

See also:
APR_STATUS_IS_ENOTEMPTY

Definition at line 754 of file apr_errno.h.

#define APR_ENOTHDKEY   (APR_OS_START_ERROR + 13)
 

See also:
APR_STATUS_IS_ENOTHDKEY

Definition at line 244 of file apr_errno.h.

Referenced by apr_error_string().

#define APR_ENOTHREAD   (APR_OS_START_ERROR + 12)
 

See also:
APR_STATUS_IS_ENOTHREAD

Definition at line 242 of file apr_errno.h.

Referenced by apr_error_string(), apr_thread_data_get(), apr_thread_data_set(), and mpm_service_to_start().

#define APR_ENOTIME   (APR_OS_START_ERROR + 7)
 

See also:
APR_STATUS_IS_ENOTIME

Definition at line 232 of file apr_errno.h.

Referenced by apr_error_string(), apr_get_curtime(), apr_get_hour(), apr_get_mday(), apr_get_min(), apr_get_mon(), apr_get_sec(), apr_get_wday(), apr_get_year(), apr_set_hour(), apr_set_mday(), apr_set_min(), apr_set_mon(), apr_set_sec(), apr_set_wday(), and apr_set_year().

#define APR_ENOTIMPL   (APR_OS_START_STATUS + 23)
 

See also:
APR_STATUS_IS_ENOTIMPL

Definition at line 405 of file apr_errno.h.

Referenced by AP_DECLARE(), apr_assert_success(), apr_create_nt_pipe(), APR_DECLARE(), apr_dir_make_recursive(), apr_error_string(), apr_os_proc_mutex_put(), apr_socket_atmark(), apr_socket_opt_set(), APU_DECLARE(), getpwnam_safe(), make_sock(), open_scoreboard(), pipeblock(), pipenonblock(), proc_mutex(), proc_mutex_choose_method(), proc_mutex_no_tryacquire(), shm_cleanup_attach(), shm_cleanup_owner(), ssl_io_filter_input(), test_ctime(), test_delenv(), test_exp_get_gmt(), test_exp_get_lt(), test_exp_lt(), test_exp_tz(), test_getenv(), test_gmtstr(), test_imp_gmt(), test_rfcstr(), test_setenv(), test_strftime(), test_strftimeoffset(), and test_strftimesmall().

#define APR_ENOTSOCK   (APR_OS_START_CANONERR + 15)
 

See also:
APR_STATUS_IS_ENOTSOCK

Definition at line 673 of file apr_errno.h.

#define APR_EOF   (APR_OS_START_STATUS + 14)
 

See also:
APR_STATUS_IS_EOF

Definition at line 390 of file apr_errno.h.

Referenced by ap_queue_info_wait_for_idler(), ap_queue_pop(), APR_DECLARE(), apr_error_string(), apr_socket_recv(), apr_socket_recvfrom(), bio_filter_in_read(), brigade_consume(), core_input_filter(), dav_fs_copymove_file(), file_bucket_read(), get_header_line(), main(), pipe_bucket_read(), read_from(), read_with_timeout(), socket_bucket_read(), ssl_io_input_read(), test_gets(), worker_stack_pop(), and worker_stack_wait().

#define APR_EPATHWILD   (APR_OS_START_ERROR + 25)
 

See also:
APR_STATUS_IS_EPATHWILD

Definition at line 267 of file apr_errno.h.

Referenced by apr_error_string(), dirsection(), and test_safe_name().

#define APR_EPIPE   (APR_OS_START_CANONERR + 24)
 

See also:
APR_STATUS_IS_EPIPE

Definition at line 740 of file apr_errno.h.

#define APR_EPROC_UNKNOWN   (APR_OS_START_ERROR + 27)
 

See also:
APR_STATUS_IS_EPROC_UNKNOWN

Definition at line 271 of file apr_errno.h.

Referenced by APR_DECLARE(), and apr_error_string().

#define APR_ERELATIVE   (APR_OS_START_ERROR + 21)
 

See also:
APR_STATUS_IS_ERELATIVE

Definition at line 259 of file apr_errno.h.

Referenced by APR_DECLARE(), apr_error_string(), dav_fs_dir_file_name(), and dav_fs_get_parent_resource().

#define APR_ESPIPE   (APR_OS_START_CANONERR + 12)
 

See also:
APR_STATUS_IS_ESPIPE

Definition at line 647 of file apr_errno.h.

#define APR_ESYMNOTFOUND   (APR_OS_START_ERROR + 26)
 

See also:
APR_STATUS_IS_ESYMNOTFOUND

Definition at line 269 of file apr_errno.h.

#define APR_ETIMEDOUT   (APR_OS_START_CANONERR + 20)
 

See also:
APR_STATUS_IS_ETIMEDOUT

Definition at line 712 of file apr_errno.h.

#define APR_EXDEV   (APR_OS_START_CANONERR + 25)
 

See also:
APR_STATUS_IS_EXDEV

Definition at line 747 of file apr_errno.h.

#define APR_FILEBASED   (APR_OS_START_STATUS + 20)
 

See also:
APR_STATUS_IS_FILEBASED

Definition at line 399 of file apr_errno.h.

Referenced by apr_error_string().

#define APR_INCHILD   (APR_OS_START_STATUS + 1)
 

See also:
APR_STATUS_IS_INCHILD

Definition at line 367 of file apr_errno.h.

Referenced by apr_error_string(), and make_child().

#define APR_INCOMPLETE   (APR_OS_START_STATUS + 8)
 

See also:
APR_STATUS_IS_INCOMPLETE

Definition at line 381 of file apr_errno.h.

Referenced by APR_DECLARE(), apr_dir_read(), apr_error_string(), apr_file_transfer_contents(), collapse_iovec(), dav_fs_build_key(), dav_fs_copymove_state(), dav_fs_get_parent_resource(), dav_fs_load_lock_record(), dav_fs_move_resource(), dav_fs_walker(), find_file(), finish_partial_char(), more_finfo(), resolve_ident(), set_aside_partial_char(), test_info_get(), test_mtime_set(), test_nrange(), test_stat(), test_wrange(), translate_userdir(), xlate_brigade(), and xlate_out_filter().

#define APR_INPARENT   (APR_OS_START_STATUS + 2)
 

See also:
APR_STATUS_IS_INPARENT

Definition at line 369 of file apr_errno.h.

Referenced by apr_error_string().

#define APR_KEYBASED   (APR_OS_START_STATUS + 21)
 

See also:
APR_STATUS_IS_KEYBASED

Definition at line 401 of file apr_errno.h.

Referenced by apr_error_string().

#define APR_NOTDETACH   (APR_OS_START_STATUS + 4)
 

See also:
APR_STATUS_IS_NOTDETACH

Definition at line 373 of file apr_errno.h.

Referenced by apr_error_string(), and apr_threadattr_detach_get().

#define APR_NOTFOUND   (APR_OS_START_STATUS + 15)
 

See also:
APR_STATUS_IS_NOTFOUND

Definition at line 392 of file apr_errno.h.

Referenced by apr_error_string(), and recall_headers().

#define APR_TIMEUP   (APR_OS_START_STATUS + 7)
 

See also:
APR_STATUS_IS_TIMEUP

Definition at line 379 of file apr_errno.h.

Referenced by APR_DECLARE(), apr_error_string(), apr_file_check_read(), apr_wait_for_io_or_timeout(), do_wait(), read_with_timeout(), and string_error().