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

/bind-9.11.3/lib/samples/
H A Dsample-async.c68 static struct query_trans query_array[MAX_QUERIES]; variable in typeref:struct:query_trans
314 query_array[i].id = i;
315 query_array[i].inuse = ISC_FALSE;
316 query_array[i].type = type;
317 dns_fixedname_init(&query_array[i].fixedname);
318 query_array[i].qname = NULL;
319 ISC_LIST_INIT(query_array[i].answerlist);
320 query_array[i].xid = NULL;
381 result = dispatch_query(&query_array[i]);
391 INSIST(query_array[
[all...]

Completed in 12 milliseconds