Searched defs:client_mutex_type (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/aaa/
H A Dmod_auth_digest.c177 static const char *client_mutex_type = "authdigest-client"; variable
285 sts = ap_global_mutex_create(&client_lock, NULL, client_mutex_type, NULL,
332 rv = ap_mutex_register(pconf, client_mutex_type, NULL, APR_LOCK_DEFAULT, 0);

Completed in 16 milliseconds