AP_CORE_DECLARE   837 include/http_config.h AP_CORE_DECLARE(ap_conf_vector_t*) ap_create_request_config(apr_pool_t *p);
AP_CORE_DECLARE   844 include/http_config.h AP_CORE_DECLARE(ap_conf_vector_t *) ap_create_per_dir_config(apr_pool_t *p);
AP_CORE_DECLARE   852 include/http_config.h AP_CORE_DECLARE(ap_conf_vector_t*) ap_merge_per_dir_configs(apr_pool_t *p,
AP_CORE_DECLARE   862 include/http_config.h AP_CORE_DECLARE(ap_conf_vector_t*) ap_create_conn_config(apr_pool_t *p);
AP_CORE_DECLARE   875 include/http_config.h AP_CORE_DECLARE(int) ap_parse_htaccess(ap_conf_vector_t **result, 
AP_CORE_DECLARE   889 include/http_config.h AP_CORE_DECLARE(const char *) ap_init_virtual_host(apr_pool_t *p, 
AP_CORE_DECLARE   928 include/http_config.h AP_CORE_DECLARE(int) ap_invoke_handler(request_rec *r);
AP_CORE_DECLARE   938 include/http_config.h AP_CORE_DECLARE(const command_rec *) ap_find_command(const char *name, 
AP_CORE_DECLARE   947 include/http_config.h AP_CORE_DECLARE(const command_rec *) ap_find_command_in_modules(const char *cmd_name, 
AP_CORE_DECLARE   961 include/http_config.h AP_CORE_DECLARE(void *) ap_set_config_vectors(server_rec *server,
AP_CORE_DECLARE    50 include/http_connection.h AP_CORE_DECLARE(void) ap_process_connection(conn_rec *c, void *csd);
AP_CORE_DECLARE    56 include/http_connection.h AP_CORE_DECLARE(void) ap_flush_conn(conn_rec *c);
AP_CORE_DECLARE   603 include/http_core.h AP_CORE_DECLARE(void) ap_add_per_dir_conf(server_rec *s, void *dir_config);
AP_CORE_DECLARE   604 include/http_core.h AP_CORE_DECLARE(void) ap_add_per_url_conf(server_rec *s, void *url_config);
AP_CORE_DECLARE   605 include/http_core.h AP_CORE_DECLARE(void) ap_add_file_conf(core_dir_config *conf, void *url_config);
AP_CORE_DECLARE   487 include/http_protocol.h AP_CORE_DECLARE(void) ap_parse_uri(request_rec *r, const char *uri);
AP_CORE_DECLARE   398 include/httpd.h #ifndef AP_CORE_DECLARE
AP_CORE_DECLARE    69 server/connection.c AP_CORE_DECLARE(void) ap_flush_conn(conn_rec *c)