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

/httpd/modules/aaa/
H A Dmod_auth_digest.c722 * to the entry returned by get_client() is NOT synchronized. This means
730 static client_entry *get_client(unsigned long key, const request_rec *r) function
758 "get_client(): client %lu found", key);
762 "get_client(): client %lu not found", key);
1017 resp->client = get_client(resp->opaque_num, r);

Completed in 1777 milliseconds