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

/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dsample-async.c71 static struct query_trans query_array[MAX_QUERIES]; variable in typeref:struct:query_trans
315 query_array[i].id = i;
316 query_array[i].inuse = ISC_FALSE;
317 query_array[i].type = type;
318 dns_fixedname_init(&query_array[i].fixedname);
319 query_array[i].qname = NULL;
320 ISC_LIST_INIT(query_array[i].answerlist);
321 query_array[i].xid = NULL;
382 result = dispatch_query(&query_array[i]);
392 INSIST(query_array[
[all...]

Completed in 109 milliseconds