#include "apr_want.h"
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
Go to the source code of this file.
|
| char * | ap_strchr (char *s, int c) |
| |
| const char * | ap_strchr_c (const char *s, int c) |
| |
| char * | ap_strrchr (char *s, int c) |
| |
| const char * | ap_strrchr_c (const char *s, int c) |
| |
| char * | ap_strstr (char *s, const char *c) |
| |
| const char * | ap_strstr_c (const char *s, const char *c) |
| |
| void * | ap_get_module_config (const ap_conf_vector_t *cv, const module *m) |
| |
| int | ap_get_module_flags (const module *m) |
| |
| void * | ap_get_core_module_config (const ap_conf_vector_t *cv) |
| |
| int | ap_get_server_module_loglevel (const server_rec *s, int module_index) |
| |
| int | ap_get_conn_module_loglevel (const conn_rec *c, int module_index) |
| |
| int | ap_get_conn_server_module_loglevel (const conn_rec *c, const server_rec *s, int module_index) |
| |
| int | ap_get_request_module_loglevel (const request_rec *c, int module_index) |
| |
| void | ap_set_module_config (ap_conf_vector_t *cv, const module *m, void *val) |
| |
| void | ap_set_core_module_config (ap_conf_vector_t *cv, void *val) |
| |
◆ APR_WANT_STRFUNC