MCPcopy Create free account
hub / github.com/apache/httpd / x_pre_config

Function x_pre_config

modules/examples/mod_example_hooks.c:739–747  ·  view source on GitHub ↗

* This routine is called before the server processes the configuration * files. There is no return value. */

Source from the content-addressed store, hash-verified

737 * files. There is no return value.
738 */
739static int x_pre_config(apr_pool_t *pconf, apr_pool_t *plog,
740 apr_pool_t *ptemp)
741{
742 /*
743 * Log the call and exit.
744 */
745 trace_startup(pconf, NULL, NULL, "x_pre_config()");
746 return OK;
747}
748
749/*
750 * This routine is called after the server processes the configuration

Callers

nothing calls this directly

Calls 1

trace_startupFunction · 0.85

Tested by

no test coverage detected