Searched refs:ISC_LIST_EMPTY (Results 1 – 9 of 9) sorted by relevance
47 #define ISC_LIST_EMPTY(list) ISC_TF((list).head == NULL) macro161 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)) { \
195 #define EMPTY(list) ISC_LIST_EMPTY(list)
1579 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 …]
744 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 …]
313 if (!ISC_LIST_EMPTY(rl->pending)) { in isc_ratelimiter_release()
1066 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()
1546 if (!ISC_LIST_EMPTY(manager->tasks)) in isc__taskmgr_destroy()1549 INSIST(ISC_LIST_EMPTY(manager->tasks)); in isc__taskmgr_destroy()
342 if (!ISC_LIST_EMPTY(httpdmgr->running)) { in httpdmgr_destroy()
814 REQUIRE(ISC_LIST_EMPTY(ent->sources)); in destroy()