Searched refs:ISC_LIST_EMPTY (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dlist.h47 #define ISC_LIST_EMPTY(list) ISC_TF((list).head == NULL) macro
163 if (ISC_LIST_EMPTY(list1)) \
165 else if (!ISC_LIST_EMPTY(list2)) { \
176 if (ISC_LIST_EMPTY(list1)) \
178 else if (!ISC_LIST_EMPTY(list2)) { \
H A Dutil.h195 #define EMPTY(list) ISC_LIST_EMPTY(list)
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dlist.h47 #define ISC_LIST_EMPTY(list) ISC_TF((list).head == NULL) macro
161 if (ISC_LIST_EMPTY(list1)) \
163 else if (!ISC_LIST_EMPTY(list2)) { \
174 if (ISC_LIST_EMPTY(list1)) \
176 else if (!ISC_LIST_EMPTY(list2)) { \
H A Dutil.h195 #define EMPTY(list) ISC_LIST_EMPTY(list)
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dforward.c126 while (!ISC_LIST_EMPTY(forwarders->addrs)) {
209 while (!ISC_LIST_EMPTY(forwarders->addrs)) {
H A Dupdate.c1563 INSIST(ISC_LIST_EMPTY(diffnames.tuples));
1694 INSIST(ISC_LIST_EMPTY(sig_diff.tuples));
1695 INSIST(ISC_LIST_EMPTY(nsec_diff.tuples));
1696 INSIST(ISC_LIST_EMPTY(nsec_mindiff.tuples));
1831 INSIST(ISC_LIST_EMPTY(sig_diff.tuples));
1832 INSIST(ISC_LIST_EMPTY(nsec_diff.tuples));
1833 INSIST(ISC_LIST_EMPTY(nsec_mindiff.tuples));
H A Djournal.c1983 INSIST(ISC_LIST_EMPTY(diff[0].tuples));
1984 INSIST(ISC_LIST_EMPTY(diff[1].tuples));
1992 INSIST(ISC_LIST_EMPTY(diff[i].tuples));
2003 INSIST(ISC_LIST_EMPTY(diff[0].tuples));
2010 INSIST(ISC_LIST_EMPTY(diff[1].tuples));
2016 INSIST(ISC_LIST_EMPTY(diff[0].tuples));
2017 INSIST(ISC_LIST_EMPTY(diff[1].tuples));
2026 INSIST(ISC_LIST_EMPTY(diff[0].tuples));
2027 INSIST(ISC_LIST_EMPTY(diff[1].tuples));
2079 if (ISC_LIST_EMPTY(dif
[all...]
H A Dclient.c606 if (client->references == 0 && ISC_LIST_EMPTY(client->resctxs) &&
607 ISC_LIST_EMPTY(client->reqctxs) &&
608 ISC_LIST_EMPTY(client->updatectxs)) {
1190 REQUIRE(namelist != NULL && ISC_LIST_EMPTY(*namelist));
1443 if (client->references == 0 && ISC_LIST_EMPTY(client->resctxs) &&
1444 ISC_LIST_EMPTY(client->reqctxs) &&
1445 ISC_LIST_EMPTY(client->updatectxs))
1450 INSIST(ISC_LIST_EMPTY(rctx->namelist));
1803 if (client->references == 0 && ISC_LIST_EMPTY(client->resctxs) &&
1804 ISC_LIST_EMPTY(clien
[all...]
H A Dresolver.c526 if (!ISC_LIST_EMPTY(fctx->validators))
989 REQUIRE(ISC_LIST_EMPTY(fctx->queries));
1005 REQUIRE(ISC_LIST_EMPTY(fctx->queries));
1021 REQUIRE(ISC_LIST_EMPTY(fctx->queries));
1036 REQUIRE(ISC_LIST_EMPTY(fctx->queries));
1388 INSIST(ISC_LIST_EMPTY(fctx->validators));
2222 fctx->nqueries == 0 && ISC_LIST_EMPTY(fctx->validators)) {
2413 while (!ISC_LIST_EMPTY(find->list)) {
2444 while (!ISC_LIST_EMPTY(*findlist)) {
2508 } else if (!ISC_LIST_EMPTY(fin
[all...]
H A Decdb.c201 if (ecdb->references == 0 && ISC_LIST_EMPTY(ecdb->nodes))
240 if (ecdb->references == 0 && ISC_LIST_EMPTY(ecdb->nodes))
799 if (ISC_LIST_EMPTY(ecdbnode->rdatasets))
H A Dacache.c287 if (ISC_LIST_EMPTY(acache->entries) && acache->dbentries == 0) {
348 INSIST(ISC_LIST_EMPTY(dbent->originlist) &&
349 ISC_LIST_EMPTY(dbent->referlist));
1353 INSIST(ISC_LIST_EMPTY(dbentry->originlist) &&
1354 ISC_LIST_EMPTY(dbentry->referlist));
H A Dsdb.c703 while (!ISC_LIST_EMPTY(node->lists)) {
705 while (!ISC_LIST_EMPTY(list->rdata)) {
714 while (!ISC_LIST_EMPTY(node->buffers)) {
1461 while (!ISC_LIST_EMPTY(sdbiter->nodelist)) {
1573 if (ISC_LIST_EMPTY(sdbnode->lists))
H A Dsdlz.c280 if (ISC_LIST_EMPTY(sdlznode->lists))
512 while (!ISC_LIST_EMPTY(node->lists)) {
514 while (!ISC_LIST_EMPTY(list->rdata)) {
523 while (!ISC_LIST_EMPTY(node->buffers)) {
1279 while (!ISC_LIST_EMPTY(sdlziter->nodelist)) {
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Dhost.c550 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_QUESTION]) &&
558 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_ANSWER])) {
567 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_AUTHORITY]) &&
575 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_ADDITIONAL]) &&
594 ISC_LIST_EMPTY(msg->sections[DNS_SECTION_ANSWER])) {
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dsocket.c1589 INSIST(ISC_LIST_EMPTY(ev->bufferlist));
2025 INSIST(ISC_LIST_EMPTY(sock->accept_list));
2026 INSIST(ISC_LIST_EMPTY(sock->recv_list));
2027 INSIST(ISC_LIST_EMPTY(sock->send_list));
2042 if (ISC_LIST_EMPTY(manager->socklist))
2192 INSIST(ISC_LIST_EMPTY(sock->recv_list));
2193 INSIST(ISC_LIST_EMPTY(sock->send_list));
2194 INSIST(ISC_LIST_EMPTY(sock->accept_list));
2887 INSIST(ISC_LIST_EMPTY(sock->recv_list));
2888 INSIST(ISC_LIST_EMPTY(soc
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dsocket.c1579 INSIST(ISC_LIST_EMPTY(ev->bufferlist));
2011 INSIST(ISC_LIST_EMPTY(sock->accept_list));
2012 INSIST(ISC_LIST_EMPTY(sock->recv_list));
2013 INSIST(ISC_LIST_EMPTY(sock->send_list));
2028 if (ISC_LIST_EMPTY(manager->socklist))
2178 INSIST(ISC_LIST_EMPTY(sock->recv_list));
2179 INSIST(ISC_LIST_EMPTY(sock->send_list));
2180 INSIST(ISC_LIST_EMPTY(sock->accept_list));
2869 INSIST(ISC_LIST_EMPTY(sock->recv_list));
2870 INSIST(ISC_LIST_EMPTY(soc
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwdclient.c99 if (ISC_LIST_EMPTY(cm->idle))
159 if (!ISC_LIST_EMPTY(cm->running))
H A Dlwsearch.c100 while (!ISC_LIST_EMPTY(list->names)) {
H A Dcontrolconf.c131 while (!ISC_LIST_EMPTY(*keylist)) {
142 INSIST(ISC_LIST_EMPTY(listener->connections));
159 ISC_LIST_EMPTY(listener->connections))
1453 REQUIRE(ISC_LIST_EMPTY(controls->listeners));
H A Dlwresd.c620 if (ISC_LIST_EMPTY(listener->cmgrs))
829 while (!ISC_LIST_EMPTY(listeners)) {
864 while (!ISC_LIST_EMPTY(listeners)) {
H A Dzoneconf.c476 if (ISC_LIST_EMPTY(rdatalist_a->rdata) &&
477 ISC_LIST_EMPTY(rdatalist_aaaa->rdata)) {
639 if (ISC_LIST_EMPTY(rdatalist_ns.rdata)) {
673 if (!ISC_LIST_EMPTY(rdatalist_a.rdata)) {
684 if (!ISC_LIST_EMPTY(rdatalist_aaaa.rdata)) {
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dsocket.c744 if (ISC_LIST_EMPTY(sock->recv_list)) {
1059 INSIST(ISC_LIST_EMPTY(ev->bufferlist));
1295 while (sock->recvbuf.remaining > 0 && !ISC_LIST_EMPTY(sock->recv_list)) {
1582 || !ISC_LIST_EMPTY(sock->recv_list)
1583 || !ISC_LIST_EMPTY(sock->send_list)
1584 || !ISC_LIST_EMPTY(sock->accept_list)
1621 if (ISC_LIST_EMPTY(manager->socklist))
2199 while (!ISC_LIST_EMPTY(sock->recv_list)) {
2665 REQUIRE(ISC_LIST_EMPTY(manager->socklist));
2691 while (!ISC_LIST_EMPTY(manage
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dratelimiter.c314 if (!ISC_LIST_EMPTY(rl->pending)) {
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dratelimiter.c313 if (!ISC_LIST_EMPTY(rl->pending)) {
/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dsample-async.c212 REQUIRE(ISC_LIST_EMPTY(trans->answerlist));

Completed in 332 milliseconds

123