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

Function our_dconfig

modules/examples/mod_example_hooks.c:281–284  ·  view source on GitHub ↗

* Locate our directory configuration record for the current request. */

Source from the content-addressed store, hash-verified

279 * Locate our directory configuration record for the current request.
280 */
281static x_cfg *our_dconfig(const request_rec *r)
282{
283 return (x_cfg *) ap_get_module_config(r->per_dir_config, &example_hooks_module);
284}
285
286/*
287 * The following utility routines are not used in the module. Don't

Callers 2

trace_requestFunction · 0.85
x_handlerFunction · 0.85

Calls 1

ap_get_module_configFunction · 0.85

Tested by

no test coverage detected