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

/httpd/modules/aaa/
H A Dmod_auth_digest.c171 static apr_shm_t *client_shm = NULL; variable
205 if (client_shm) {
206 apr_shm_destroy(client_shm);
207 client_shm = NULL;
253 sts = apr_shm_create(&client_shm, shmem_size,
265 apr_shm_baseaddr_get(client_shm),
392 if (!client_shm) {
399 apr_shm_baseaddr_get(client_shm),
736 if (!key || !client_shm) return NULL;
819 if (!key || !client_shm) {
[all...]

Completed in 123 milliseconds