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

/httpd/modules/slotmem/
H A Dmod_slotmem_plain.c23 #define AP_SLOTMEM_IS_PREGRAB(t) (t->type & AP_SLOTMEM_TYPE_PREGRAB) macro
55 if (!AP_SLOTMEM_IS_PREGRAB(mem) ||
56 (AP_SLOTMEM_IS_PREGRAB(mem) && *inuse)) {
180 if (AP_SLOTMEM_IS_PREGRAB(slot) && !*inuse) {
206 if (AP_SLOTMEM_IS_PREGRAB(slot) && !*inuse) {
240 * XXXX: if !AP_SLOTMEM_IS_PREGRAB, then still worry about
H A Dmod_slotmem_shm.c46 #define AP_SLOTMEM_IS_PREGRAB(t) (t->desc.type & AP_SLOTMEM_TYPE_PREGRAB) macro
282 if (!AP_SLOTMEM_IS_PREGRAB(mem) ||
283 (AP_SLOTMEM_IS_PREGRAB(mem) && *inuse)) {
566 if (AP_SLOTMEM_IS_PREGRAB(slot) && !*inuse) {
593 if (AP_SLOTMEM_IS_PREGRAB(slot) && !*inuse) {
612 if (AP_SLOTMEM_IS_PREGRAB(slot))

Completed in 13 milliseconds