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

Function our_cconfig

modules/examples/mod_example_hooks.c:312–315  ·  view source on GitHub ↗

* Likewise for our configuration record for a connection. */

Source from the content-addressed store, hash-verified

310 * Likewise for our configuration record for a connection.
311 */
312static x_cfg *our_cconfig(const conn_rec *c)
313{
314 return (x_cfg *) ap_get_module_config(c->conn_config, &example_hooks_module);
315}
316
317/*
318 * You *could* change the following if you wanted to see the calling

Callers 1

trace_connectionFunction · 0.85

Calls 1

ap_get_module_configFunction · 0.85

Tested by

no test coverage detected