| 1562 | } |
| 1563 | |
| 1564 | AP_DECLARE(void) ap_reset_module_loglevels(struct ap_logconf *l, int val) |
| 1565 | { |
| 1566 | if (l->module_levels) |
| 1567 | memset(l->module_levels, val, conf_vector_length); |
| 1568 | } |
| 1569 | |
| 1570 | AP_DECLARE(void) ap_set_module_loglevel(apr_pool_t *pool, struct ap_logconf *l, |
| 1571 | int index, int level) |
no outgoing calls
no test coverage detected