Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/contrib/ntp/lib/isc/unix/
H A Dsocket.c1579 INSIST(ISC_LIST_EMPTY(ev->bufferlist)); in destroy_socketevent()
2012 INSIST(ISC_LIST_EMPTY(sock->recv_list)); in destroy()
2028 if (ISC_LIST_EMPTY(manager->socklist)) in destroy()
3250 if (!ISC_LIST_EMPTY(sock->accept_list)) in internal_accept()
3382 if (!ISC_LIST_EMPTY(sock->recv_list)) in internal_recv()
3437 if (!ISC_LIST_EMPTY(sock->send_list)) in internal_send()
4478 if (ISC_LIST_EMPTY(sock->recv_list)) in socket_recv()
4546 REQUIRE(!ISC_LIST_EMPTY(*buflist)); in isc__socket_recvv()
4679 if (ISC_LIST_EMPTY(sock->send_list)) in socket_send()
4793 REQUIRE(!ISC_LIST_EMPTY(*buflist)); in isc__socket_sendtov()
[all …]
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Dsocket.c744 if (ISC_LIST_EMPTY(sock->recv_list)) { in queue_receive_request()
1059 INSIST(ISC_LIST_EMPTY(ev->bufferlist)); in destroy_socketevent()
1582 || !ISC_LIST_EMPTY(sock->recv_list) in maybe_free_socket()
1583 || !ISC_LIST_EMPTY(sock->send_list) in maybe_free_socket()
1584 || !ISC_LIST_EMPTY(sock->accept_list) in maybe_free_socket()
1621 if (ISC_LIST_EMPTY(manager->socklist)) in free_socket()
2199 while (!ISC_LIST_EMPTY(sock->recv_list)) { in send_recvdone_abort()
2665 REQUIRE(ISC_LIST_EMPTY(manager->socklist)); in isc__socketmgr_setstats()
2691 while (!ISC_LIST_EMPTY(manager->socklist)) { in isc__socketmgr_destroy()
2824 REQUIRE(!ISC_LIST_EMPTY(*buflist)); in isc__socket_recvv()
[all …]
/freebsd-12.1/contrib/ntp/lib/isc/
H A Dratelimiter.c313 if (!ISC_LIST_EMPTY(rl->pending)) { in isc_ratelimiter_release()
H A Dmem.c1066 INSIST(ISC_LIST_EMPTY(ctx->pools)); in destroy()
1072 if (!ISC_LIST_EMPTY(ctx->debuglist[i])) in destroy()
1074 INSIST(ISC_LIST_EMPTY(ctx->debuglist[i])); in destroy()
2298 if (!ISC_LIST_EMPTY(contexts)) { in isc__mem_checkdestroyed()
H A Dtask.c1546 if (!ISC_LIST_EMPTY(manager->tasks)) in isc__taskmgr_destroy()
1549 INSIST(ISC_LIST_EMPTY(manager->tasks)); in isc__taskmgr_destroy()
H A Dhttpd.c342 if (!ISC_LIST_EMPTY(httpdmgr->running)) { in httpdmgr_destroy()
H A Dentropy.c814 REQUIRE(ISC_LIST_EMPTY(ent->sources)); in destroy()