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

/httpd/modules/examples/
H A Dmod_example_hooks.c1383 static int x_create_request(request_rec *r) function
1389 trace_nocontext( r->pool, __FILE__, __LINE__, "x_create_request()");
1487 ap_hook_create_request(x_create_request, NULL, NULL, APR_HOOK_MIDDLE);

Completed in 21 milliseconds