Home
last modified time | relevance | path

Searched refs:ISC_LIST_EMPTY (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/usr.bin/dig/lib/isc/include/isc/
H A Dlist.h39 #define ISC_LIST_EMPTY(list) ((list).head == NULL) macro
148 if (ISC_LIST_EMPTY(list1)) \
150 else if (!ISC_LIST_EMPTY(list2)) { \
161 if (ISC_LIST_EMPTY(list1)) \
163 else if (!ISC_LIST_EMPTY(list2)) { \
H A Dutil.h100 #define EMPTY(list) ISC_LIST_EMPTY(list)
/openbsd-src/usr.bin/dig/lib/isc/unix/
H A Dsocket.c789 INSIST(ISC_LIST_EMPTY(ev->bufferlist)); in destroy_socketevent()
1133 INSIST(ISC_LIST_EMPTY(sock->recv_list)); in destroy()
1134 INSIST(ISC_LIST_EMPTY(sock->send_list)); in destroy()
1214 INSIST(ISC_LIST_EMPTY(sock->recv_list)); in free_socket()
1215 INSIST(ISC_LIST_EMPTY(sock->send_list)); in free_socket()
1625 if (!ISC_LIST_EMPTY(sock->recv_list)) in internal_recv()
1673 if (!ISC_LIST_EMPTY(sock->send_list)) in internal_send()
1903 while (!ISC_LIST_EMPTY(manager->socklist)) { in isc_socketmgr_destroy()
1946 if (ISC_LIST_EMPTY(sock->recv_list)) in socket_recv()
1967 if (ISC_LIST_EMPTY(sock->recv_list) && !sock->pending_recv) in socket_recv()
[all …]
/openbsd-src/usr.bin/dig/
H A Dhost.c494 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_QUESTION]) && in printmessage()
502 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_ANSWER])) { in printmessage()
511 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_AUTHORITY]) && in printmessage()
519 if (! ISC_LIST_EMPTY(msg->sections[DNS_SECTION_ADDITIONAL]) && in printmessage()
538 ISC_LIST_EMPTY(msg->sections[DNS_SECTION_ANSWER])) { in printmessage()
H A Ddighost.c1177 if (ISC_LIST_EMPTY(server_list)) in setup_system()
1181 if (ISC_LIST_EMPTY(server_list)) { in setup_system()
1387 debug("list %s", ISC_LIST_EMPTY(lookup_list) ? "empty" : "full"); in check_if_done()
1388 if (ISC_LIST_EMPTY(lookup_list) && current_lookup == NULL && in check_if_done()
1878 if (!ISC_LIST_EMPTY(root_hints_server_list)) in populate_root_hints()
1926 if (ISC_LIST_EMPTY(lookup->my_server_list)) { in setup_lookup()
2339 if (!ISC_LIST_EMPTY(lookup->q) && qr) { in setup_lookup()
2798 ENSURE(ISC_LIST_EMPTY(query->recvlist)); in tcp_length_done()
H A Dnslookup.c425 if (!ISC_LIST_EMPTY(msg->sections[DNS_SECTION_ANSWER])) in printmessage()
/openbsd-src/usr.bin/dig/lib/isc/
H A Dtask.c797 INSIST(ISC_LIST_EMPTY(manager->tasks)); in isc_taskmgr_destroy()
/openbsd-src/usr.bin/dig/lib/dns/
H A Dmessage.c922 if (!ISC_LIST_EMPTY(*section)) in getquestions()
2312 if (ISC_LIST_EMPTY(msg->sections[section])) in dns_message_sectiontotext()