Searched refs:log_error_and_cleanup (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/aaa/
H A Dmod_auth_digest.c225 static void log_error_and_cleanup(char *msg, apr_status_t sts, server_rec *s) function
259 log_error_and_cleanup("failed to initialize shm", sts, s);
268 log_error_and_cleanup("failed to initialize rmm", sts, s);
275 log_error_and_cleanup("failed to allocate shared memory", -1, s);
288 log_error_and_cleanup("failed to create lock (client_lock)", sts, s);
297 log_error_and_cleanup("failed to allocate shared memory", -1, s);
305 log_error_and_cleanup("failed to create lock (opaque_lock)", sts, s);
314 log_error_and_cleanup("failed to allocate shared memory", -1, s);
402 log_error_and_cleanup("failed to attach to rmm", sts, s);
410 log_error_and_cleanup("faile
[all...]

Completed in 788 milliseconds