Searched defs:AP_DECLARE (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/apache-786.1/httpd/os/beos/
H A Dos.c29 AP_DECLARE(apr_status_t) ap_os_create_privileged_process( function
H A Dbeosd.c73 AP_DECLARE(apr_status_t) beosd_accept(void **accepted, ap_listen_rec *lr, function
/macosx-10.9.5/apache-786.1/httpd/os/os2/
H A Dutil_os2.c31 AP_DECLARE(apr_status_t) ap_os_create_privileged_process( function
/macosx-10.9.5/apache-786.1/httpd/os/win32/
H A Dutil_win32.c30 AP_DECLARE(apr_status_t) ap_os_proc_filepath(char **binpath, apr_pool_t *p) function
69 AP_DECLARE(apr_status_t) ap_os_create_privileged_process( function
H A Dap_regkey.c58 AP_DECLARE(apr_status_t) ap_regkey_open(ap_regkey_t **newkey, function
120 AP_DECLARE(apr_status_t) ap_regkey_close(ap_regkey_t *regkey) function
130 AP_DECLARE(apr_status_t) ap_regkey_remove(const ap_regkey_t *parent, function
179 AP_DECLARE(apr_status_t) ap_regkey_value_get(char **result, function
283 AP_DECLARE(apr_status_t) ap_regkey_value_set(ap_regkey_t *key, function
341 AP_DECLARE(apr_status_t) ap_regkey_value_raw_get(void **result, function
403 AP_DECLARE(apr_status_t) ap_regkey_value_raw_set(ap_regkey_t *key, function
443 AP_DECLARE(apr_status_t) ap_regkey_value_array_get(apr_array_header_t **result, function
525 AP_DECLARE(apr_status_ function
610 AP_DECLARE(apr_status_t) ap_regkey_value_remove(const ap_regkey_t *key, function
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/mpm/experimental/event/
H A Dpod.c23 AP_DECLARE(apr_status_t) ap_mpm_pod_open(apr_pool_t * p, ap_pod_t ** pod) function
66 AP_DECLARE(apr_status_t) ap_mpm_pod_close(ap_pod_t * pod) function
96 AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t * pod, int graceful) function
H A Devent.c325 AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result) function
/macosx-10.9.5/apache-786.1/httpd/server/mpm/worker/
H A Dpod.c23 AP_DECLARE(apr_status_t) ap_mpm_pod_open(apr_pool_t *p, ap_pod_t **pod) function
66 AP_DECLARE(apr_status_t) ap_mpm_pod_close(ap_pod_t *pod) function
96 AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t *pod, int graceful) function
H A Dworker.c299 AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result) function
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dprovider.c35 AP_DECLARE(apr_status_t) ap_register_provider(apr_pool_t *pool, function
H A Dutil_time.c134 AP_DECLARE(apr_status_t) ap_explode_recent_localtime(apr_time_exp_t * tm, function
140 AP_DECLARE(apr_status_t) ap_explode_recent_gmt(apr_time_exp_t * tm, function
146 AP_DECLARE(apr_status_t) ap_recent_ctime(char *date_str, apr_time_t t) function
191 AP_DECLARE(apr_status_t) ap_recent_rfc822_date(char *date_str, apr_time_t t) function
H A Dutil_pcre.c68 AP_DECLARE(apr_size_t) ap_regerror(int errcode, const ap_regex_t *preg, function
H A Dutil_filter.c482 AP_DECLARE(apr_status_t) ap_get_brigade(ap_filter_t *next, function
500 AP_DECLARE(apr_status_t) ap_pass_brigade(ap_filter_t *next, function
531 AP_DECLARE(apr_status_t) ap_save_brigade(ap_filter_t *f, function
595 AP_DECLARE(apr_status_t) ap_fflush(ap_filter_t *f, apr_bucket_brigade *bb) function
[all...]
H A Dlog.c201 AP_DECLARE(apr_status_t) ap_replace_stderr_log(apr_pool_t *p, function
823 AP_DECLARE(apr_status_t) ap_read_pid(apr_pool_t *p, const char *filename, function
[all...]
H A Dmpm_common.c498 AP_DECLARE(uid_t) ap_uname2id(const char *name) function
516 AP_DECLARE(gid_t) ap_gname2id(const char *name) function
568 AP_DECLARE(apr_status_t) ap_mpm_pod_open(apr_pool_t *p, ap_pod_t **pod) function
588 AP_DECLARE(apr_status_t) ap_mpm_pod_check(ap_pod_t *pod) function
607 AP_DECLARE(apr_status_t) ap_mpm_pod_close(ap_pod_t *pod) function
737 AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t *pod) function
H A Dprotocol.c169 AP_DECLARE(apr_time_t) ap_rationalize_mtime(request_rec *r, apr_time_t mtime) function
210 AP_DECLARE(apr_status_t) ap_rgetline_core(char **s, apr_size_t n, function
442 AP_DECLARE(apr_status_t) ap_rgetline(char **s, apr_size_t n, function
1377 AP_DECLARE(apr_status_t) ap_send_fd(apr_file_t *fd, request_rec *r, function
1403 AP_DECLARE(size_t) ap_send_mmap(apr_mmap_t *mm, request_rec *r, size_t offset, function
[all...]
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dap_config.h69 #define AP_DECLARE(type) type macro
94 #define AP_DECLARE(type) type __stdcall macro
98 #define AP_DECLARE(type) __declspec(dllexport) type __stdcall macro
102 #define AP_DECLARE(type) __declspec(dllimport) type __stdcall macro
/macosx-10.9.5/apache-786.1/httpd/os/netware/
H A Dutil_nw.c34 AP_DECLARE(apr_status_t) ap_os_create_privileged_process( function
/macosx-10.9.5/apache-786.1/httpd/os/tpf/
H A Dos.c124 AP_DECLARE(apr_status_t) ap_os_create_privileged_process( function
/macosx-10.9.5/apache-786.1/httpd/os/unix/
H A Dunixd.c417 AP_DECLARE(apr_status_t) ap_os_create_privileged_process( function
448 AP_DECLARE(apr_status_t) unixd_set_proc_mutex_perms(apr_proc_mutex_t *pmutex) function
501 AP_DECLARE(apr_status_ function
513 AP_DECLARE(apr_status_t) unixd_accept(void **accepted, ap_listen_rec *lr, function
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c418 AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result) function
/macosx-10.9.5/apache-786.1/httpd/server/mpm/beos/
H A Dbeos.c233 AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result) function
/macosx-10.9.5/apache-786.1/httpd/server/mpm/netware/
H A Dmpm_netware.c202 AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result) function
/macosx-10.9.5/apache-786.1/httpd/server/mpm/prefork/
H A Dprefork.c253 AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result) function
/macosx-10.9.5/apache-786.1/httpd/server/mpm/winnt/
H A Dmpm_winnt.c1010 AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result) function

Completed in 153 milliseconds

12