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

Function dav_prop_log_errors

modules/dav/main/mod_dav.c:2380–2383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2378}
2379
2380static void dav_prop_log_errors(dav_prop_ctx *ctx)
2381{
2382 dav_log_err(ctx->r, ctx->err, APLOG_ERR);
2383}
2384
2385/*
2386 * Call <func> for each context. This can stop when an error occurs, or

Callers

nothing calls this directly

Calls 1

dav_log_errFunction · 0.85

Tested by

no test coverage detected