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

/httpd/server/mpm/worker/
H A Dfdqueue.c233 #define ap_queue_full(queue) ((queue)->nelts == (queue)->bounds)
275 queue->bounds = queue_capacity;
309 if (queue->in >= queue->bounds)
310 queue->in -= queue->bounds;
361 if (queue->out >= queue->bounds)
362 queue->out -= queue->bounds;
H A Dfdqueue.h59 unsigned int bounds; member in struct:fd_queue_t
/httpd/server/mpm/event/
H A Dfdqueue.c296 #define ap_queue_full(queue) ((queue)->nelts == (queue)->bounds)
342 queue->bounds = queue_capacity;
378 if (queue->in >= queue->bounds)
379 queue->in -= queue->bounds;
461 if (queue->out >= queue->bounds)
462 queue->out -= queue->bounds;
H A Dfdqueue.h80 unsigned int bounds; member in struct:fd_queue_t

Completed in 1171 milliseconds