Searched refs:check_config (Results 1 - 5 of 5) sorted by relevance
| /httpd/modules/proxy/ |
| H A D | mod_serf.h | 70 const char* (*check_config)(void *baton, member in struct:ap_serf_cluster_provider_t
|
| H A D | mod_serf.c | 713 if (backend->check_config == NULL) { 719 rv = backend->check_config(backend->baton, cmd, cluster->params);
|
| /httpd/modules/generators/ |
| H A D | mod_info.c | 991 static int check_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp, function 1006 ap_hook_check_config(check_config, NULL, NULL, APR_HOOK_FIRST);
|
| /httpd/include/ |
| H A D | http_config.h | 1251 * Run the check_config function for each module 1259 AP_DECLARE_HOOK(int,check_config,(apr_pool_t *pconf, apr_pool_t *plog,
|
| /httpd/server/ |
| H A D | config.c | 75 APR_HOOK_LINK(check_config) 94 AP_IMPLEMENT_HOOK_RUN_ALL(int, check_config,
|
Completed in 219 milliseconds