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

/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c493 set_max_queries(unsigned int new_max) { argument
498 if (new_max > query_status_allocated) {
499 temp_stat = realloc(status, new_max * size_qs);
516 for (; count < new_max; count++) {
522 query_status_allocated = new_max;
526 max_queries_outstanding = new_max;

Completed in 486 milliseconds