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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dclient.c98 ISC_LIST(struct reqctx) reqctxs; member in struct:dns_client
521 ISC_LIST_INIT(client->reqctxs);
607 ISC_LIST_EMPTY(client->reqctxs) &&
1444 ISC_LIST_EMPTY(client->reqctxs) &&
1730 ISC_LIST_APPEND(client->reqctxs, ctx, link);
1748 ISC_LIST_UNLINK(client->reqctxs, ctx, link);
1801 ISC_LIST_UNLINK(client->reqctxs, ctx, link);
1804 ISC_LIST_EMPTY(client->reqctxs) &&
2924 ISC_LIST_EMPTY(client->reqctxs) &&

Completed in 96 milliseconds