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

/bind-9.11.3/lib/dns/
H A Dclient.c96 ISC_LIST(struct reqctx) reqctxs; member in struct:dns_client
522 ISC_LIST_INIT(client->reqctxs);
608 ISC_LIST_EMPTY(client->reqctxs) &&
1505 ISC_LIST_EMPTY(client->reqctxs) &&
1794 ISC_LIST_APPEND(client->reqctxs, ctx, link);
1812 ISC_LIST_UNLINK(client->reqctxs, ctx, link);
1865 ISC_LIST_UNLINK(client->reqctxs, ctx, link);
1868 ISC_LIST_EMPTY(client->reqctxs) &&
3074 ISC_LIST_EMPTY(client->reqctxs) &&

Completed in 44 milliseconds