Searched defs:simple_check_config (Results 1 - 1 of 1) sorted by relevance

/httpd/server/mpm/simple/
H A Dsimple_api.c175 simple_check_config(apr_pool_t * p, apr_pool_t * plog, function
182 "simple_check_config: SimpleProcCount must be at most %d",
189 "simple_check_config: SimpleProcCount must be at least %d",
196 "simple_check_config: SimpleThreadCount must be at most %d",
203 "simple_check_config: SimpleThreadCount must be at least %d",
219 ap_hook_check_config(simple_check_config, NULL, NULL, APR_HOOK_MIDDLE);

Completed in 10 milliseconds