Searched defs:temp_stat (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/contrib/queryperf/ | ||
H A D | queryperf.c | 495 struct query_status *temp_stat; local 499 temp_stat = realloc(status, new_max * size_qs); 501 if (temp_stat == NULL) { 505 status = temp_stat; |
Completed in 17 milliseconds