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

Function ap_reset_module_loglevels

server/config.c:1564–1568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1562}
1563
1564AP_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
1570AP_DECLARE(void) ap_set_module_loglevel(apr_pool_t *pool, struct ap_logconf *l,
1571 int index, int level)

Callers 2

ap_set_module_loglevelFunction · 0.85
set_loglevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected