* Locate our directory configuration record for the current request. */
| 279 | * Locate our directory configuration record for the current request. |
| 280 | */ |
| 281 | static 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 |
no test coverage detected