Searched refs:apr_queue_full (Results 1 – 1 of 1) sorted by relevance
73 #define apr_queue_full(queue) ((queue)->nelts == (queue)->bounds) macro161 if (apr_queue_full(queue)) { in apr_queue_push()172 if (apr_queue_full(queue)) { in apr_queue_push()224 if (apr_queue_full(queue)) { in apr_queue_trypush()