Searched refs:x_cfg (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/examples/
H A Dmod_example_hooks.c107 typedef struct x_cfg { struct
120 } x_cfg; typedef in typeref:struct:x_cfg
281 static x_cfg *our_dconfig(const request_rec *r)
283 return (x_cfg *) ap_get_module_config(r->per_dir_config, &example_hooks_module);
295 static x_cfg *our_sconfig(const server_rec *s)
297 return (x_cfg *) ap_get_module_config(s->module_config, &example_hooks_module);
303 static x_cfg *our_rconfig(const request_rec *r)
305 return (x_cfg *) ap_get_module_config(r->request_config, &example_hooks_module);
312 static x_cfg *our_cconfig(const conn_rec *c)
314 return (x_cfg *) ap_get_module_confi
[all...]

Completed in 531 milliseconds