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

/httpd/modules/examples/
H A Dmod_example_hooks.c1200 static int x_map_to_storage(request_rec *r) function
1206 trace_request(r, "x_map_to_storage()");
1470 ap_hook_map_to_storage(x_map_to_storage, NULL,NULL, APR_HOOK_MIDDLE);

Completed in 21 milliseconds