| 262 | */ |
| 263 | |
| 264 | static ap_conf_vector_t *create_empty_config(apr_pool_t *p) |
| 265 | { |
| 266 | void *conf_vector = apr_pcalloc(p, sizeof(void *) * conf_vector_length); |
| 267 | return conf_vector; |
| 268 | } |
| 269 | |
| 270 | static ap_conf_vector_t *create_default_per_dir_config(apr_pool_t *p) |
| 271 | { |
no outgoing calls
no test coverage detected