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

Function log_bad_create_options

server/util_mutex.c:374–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374static void log_bad_create_options(server_rec *s, const char *type)
375{
376 ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APLOGNO(00021)
377 "Invalid options were specified when creating the %s mutex",
378 type);
379}
380
381static void log_unknown_type(server_rec *s, const char *type)
382{

Callers 2

ap_global_mutex_createFunction · 0.85
ap_proc_mutex_createFunction · 0.85

Calls 1

ap_log_errorFunction · 0.50

Tested by

no test coverage detected