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

/httpd/modules/examples/
H A Dmod_example_hooks.c1113 static int x_pre_connection(conn_rec *c, void *csd) function
1120 note = apr_psprintf(c->pool, "x_pre_connection(c = %pp, p = %pp)",
1459 ap_hook_pre_connection(x_pre_connection, NULL, NULL, APR_HOOK_MIDDLE);

Completed in 13 milliseconds