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

Function ap_log_rdata_

server/log.c:1552–1560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1550}
1551
1552AP_DECLARE(void) ap_log_rdata_(const char *file, int line,
1553 int module_index, int level,
1554 const request_rec *r, const char *label,
1555 const void *data, apr_size_t len,
1556 unsigned int flags)
1557{
1558 log_data_core(file, line, module_index, level, r->server, NULL, r, label,
1559 data, len, flags);
1560}
1561
1562AP_DECLARE(void) ap_log_cdata_(const char *file, int line,
1563 int module_index, int level,

Callers

nothing calls this directly

Calls 1

log_data_coreFunction · 0.85

Tested by

no test coverage detected