Searched refs:queue_capacity (Results 1 – 2 of 2) sorted by relevance
102 unsigned int queue_capacity, in apr_queue_create() argument129 queue->data = apr_pcalloc(a, queue_capacity * sizeof(void*)); in apr_queue_create()130 queue->bounds = queue_capacity; in apr_queue_create()
56 unsigned int queue_capacity,