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

/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c225 unsigned int query_status_allocated; /* init 0 */ variable
498 if (new_max > query_status_allocated) {
515 count = query_status_allocated;
522 query_status_allocated = new_max;
1623 for (; (ct < query_status_allocated) && (found == FALSE); ct++) {
1854 for (; count < query_status_allocated; count++) {

Completed in 32 milliseconds