Lines Matching refs:AP_DECLARE
40 AP_DECLARE(char *) ap_strchr(char *s, int c);
43 AP_DECLARE(char *) ap_strchr(char *s, int c)
50 AP_DECLARE(const char *) ap_strchr_c(const char *s, int c);
53 AP_DECLARE(const char *) ap_strchr_c(const char *s, int c)
60 AP_DECLARE(char *) ap_strrchr(char *s, int c);
63 AP_DECLARE(char *) ap_strrchr(char *s, int c)
70 AP_DECLARE(const char *) ap_strrchr_c(const char *s, int c);
73 AP_DECLARE(const char *) ap_strrchr_c(const char *s, int c)
80 AP_DECLARE(char *) ap_strstr(char *s, const char *c);
83 AP_DECLARE(char *) ap_strstr(char *s, const char *c)
90 AP_DECLARE(const char *) ap_strstr_c(const char *s, const char *c);
93 AP_DECLARE(const char *) ap_strstr_c(const char *s, const char *c)
100 AP_DECLARE(void *) ap_get_module_config(const ap_conf_vector_t *cv,
104 AP_DECLARE(void *) ap_get_module_config(const ap_conf_vector_t *cv,
112 AP_DECLARE(void *) ap_get_core_module_config(const ap_conf_vector_t *cv);
115 AP_DECLARE(void *) ap_get_core_module_config(const ap_conf_vector_t *cv)
123 AP_DECLARE(int) ap_get_server_module_loglevel(const server_rec *s, int module_index);
126 AP_DECLARE(int) ap_get_server_module_loglevel(const server_rec *s, int module_index)
139 AP_DECLARE(int) ap_get_conn_module_loglevel(const conn_rec *c, int module_index);
142 AP_DECLARE(int) ap_get_conn_module_loglevel(const conn_rec *c, int module_index)
156 AP_DECLARE(int) ap_get_conn_server_module_loglevel(const conn_rec *c,
161 AP_DECLARE(int) ap_get_conn_server_module_loglevel(const conn_rec *c,
178 AP_DECLARE(int) ap_get_request_module_loglevel(const request_rec *c, int module_index);
181 AP_DECLARE(int) ap_get_request_module_loglevel(const request_rec *r, int module_index)
206 AP_DECLARE(void) ap_set_module_config(ap_conf_vector_t *cv, const module *m,
210 AP_DECLARE(void) ap_set_module_config(ap_conf_vector_t *cv, const module *m,
219 AP_DECLARE(void) ap_set_core_module_config(ap_conf_vector_t *cv, void *val);
222 AP_DECLARE(void) ap_set_core_module_config(ap_conf_vector_t *cv, void *val)
230 AP_DECLARE(void *) ap_palloc_debug(apr_pool_t *p, apr_size_t size)
239 AP_DECLARE(void *) ap_pcalloc_debug(apr_pool_t *p, apr_size_t size)