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

/httpd/modules/slotmem/
H A Dmod_slotmem_plain.c38 static struct ap_slotmem_instance_t *globallistmem = NULL; variable in typeref:struct:ap_slotmem_instance_t
69 ap_slotmem_instance_t *next = globallistmem;
111 if (globallistmem == NULL)
112 globallistmem = res;
122 ap_slotmem_instance_t *next = globallistmem;
H A Dmod_slotmem_shm.c82 static struct ap_slotmem_instance_t *globallistmem = NULL; variable in typeref:struct:ap_slotmem_instance_t
262 globallistmem = NULL;
304 ap_slotmem_instance_t *next = globallistmem;
433 if (globallistmem == NULL) {
434 globallistmem = res;
451 ap_slotmem_instance_t *next = globallistmem;
514 if (globallistmem == NULL) {
515 globallistmem = res;
741 apr_pool_cleanup_register(p, &globallistmem, cleanup_slotmem,

Completed in 12 milliseconds