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) |
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
|
|
Definition at line 397 of file apr_errno.h. Referenced by apr_error_string(), and drain_available_output(). |
|
|
Definition at line 388 of file apr_errno.h. Referenced by apr_error_string(), and APU_DECLARE(). |
|
|
Definition at line 386 of file apr_errno.h. Referenced by apr_error_string(). |
|
|
Definition at line 375 of file apr_errno.h. Referenced by apr_error_string(), test_file_redir(), and test_proc_wait(). |
|
|
Definition at line 377 of file apr_errno.h. Referenced by apr_error_string(), free_proc_chain(), run_basic_test(), and run_sendfile(). |
|
|
Definition at line 371 of file apr_errno.h. Referenced by apr_error_string(), and apr_threadattr_detach_get(). |
|
|
Definition at line 263 of file apr_errno.h. Referenced by apr_error_string(). |
|
|
Definition at line 257 of file apr_errno.h. Referenced by apr_error_string(). |
|
|
Definition at line 570 of file apr_errno.h. Referenced by APR_DECLARE(). |
|
|
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(). |
|
|
Definition at line 226 of file apr_errno.h. Referenced by apr_error_string(). |
|
|
Definition at line 633 of file apr_errno.h. Referenced by AP_DECLARE(), APR_DECLARE(), and run_cgi_child(). |
|
|
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(). |
|
|
Definition at line 252 of file apr_errno.h. Referenced by apr_error_string(), test_bad_input(), and test_badmask_str(). |
|
|
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(). |
|
|
Definition at line 409 of file apr_errno.h. |
|
|
Definition at line 698 of file apr_errno.h. Referenced by PROXY_DECLARE(), ssl_io_filter_input(), and ssl_io_filter_output(). |
|
|
Definition at line 680 of file apr_errno.h. |
|
|
Definition at line 705 of file apr_errno.h. Referenced by bio_filter_out_flush(). |
|
|
Definition at line 255 of file apr_errno.h. Referenced by apr_error_string(). |
|
|
Definition at line 577 of file apr_errno.h. Referenced by APR_DECLARE(), gettemp(), and RegisterAppWithWinSock(). |
|
|
Definition at line 733 of file apr_errno.h. |
|
|
|
Definition at line 719 of file apr_errno.h. |
|
|
Definition at line 261 of file apr_errno.h. Referenced by APR_DECLARE(), and apr_error_string(). |
|
|
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(). |
|
|
Definition at line 687 of file apr_errno.h. |
|
|
Definition at line 666 of file apr_errno.h. Referenced by AP_DECLARE(), ap_proxy_ftp_handler(), ap_queue_pop(), and apr_socket_accept(). |
|
|
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(). |
|
|
Definition at line 228 of file apr_errno.h. Referenced by apr_error_string(), and socket_cleanup(). |
|
|
Definition at line 619 of file apr_errno.h. |
|
|
Definition at line 407 of file apr_errno.h. Referenced by apr_error_string(). |
|
|
Definition at line 584 of file apr_errno.h. Referenced by AP_DECLARE(), APR_DECLARE(), and apr_gethostname(). |
|
|
Definition at line 726 of file apr_errno.h. |
|
|
Definition at line 626 of file apr_errno.h. |
|
|
Definition at line 234 of file apr_errno.h. Referenced by apr_error_string(), and apr_os_dir_get(). |
|
|
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(). |
|
|
Definition at line 236 of file apr_errno.h. Referenced by apr_error_string(), and apr_os_proc_mutex_get(). |
|
|
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(). |
|
|
Definition at line 238 of file apr_errno.h. Referenced by apr_error_string(). |
|
|
Definition at line 223 of file apr_errno.h. Referenced by apr_error_string(), and apr_os_threadkey_put(). |
|
|
Definition at line 230 of file apr_errno.h. Referenced by apr_error_string(), and create_uncompress_child(). |
|
|
Definition at line 248 of file apr_errno.h. Referenced by apr_error_string(). |
|
|
Definition at line 240 of file apr_errno.h. Referenced by apr_error_string(). |
|
|
Definition at line 605 of file apr_errno.h. Referenced by AP_DECLARE(), getpage(), makroom(), read_request_line(), and worker_stack_wait(). |
|
|
Definition at line 221 of file apr_errno.h. |
|
|
Definition at line 598 of file apr_errno.h. Referenced by gettemp(). |
|
|
Definition at line 754 of file apr_errno.h. |
|
|
Definition at line 244 of file apr_errno.h. Referenced by apr_error_string(). |
|
|
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(). |
|
|
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(). |
|
|
|
Definition at line 673 of file apr_errno.h. |
|
|
|
Definition at line 267 of file apr_errno.h. Referenced by apr_error_string(), dirsection(), and test_safe_name(). |
|
|
Definition at line 740 of file apr_errno.h. |
|
|
Definition at line 271 of file apr_errno.h. Referenced by APR_DECLARE(), and apr_error_string(). |
|
|
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(). |
|
|
Definition at line 647 of file apr_errno.h. |
|
|
Definition at line 269 of file apr_errno.h. |
|
|
Definition at line 712 of file apr_errno.h. |
|
|
Definition at line 747 of file apr_errno.h. |
|
|
Definition at line 399 of file apr_errno.h. Referenced by apr_error_string(). |
|
|
Definition at line 367 of file apr_errno.h. Referenced by apr_error_string(), and make_child(). |
|
|
|
Definition at line 369 of file apr_errno.h. Referenced by apr_error_string(). |
|
|
Definition at line 401 of file apr_errno.h. Referenced by apr_error_string(). |
|
|
Definition at line 373 of file apr_errno.h. Referenced by apr_error_string(), and apr_threadattr_detach_get(). |
|
|
Definition at line 392 of file apr_errno.h. Referenced by apr_error_string(), and recall_headers(). |
|
|
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(). |