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

/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dastack.h47 isc_astack_pop(isc_astack_t *stack);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dastack.h47 isc_astack_pop(isc_astack_t *stack);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dastack.c64 isc_astack_pop(isc_astack_t *stack) { function
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dastack.c64 isc_astack_pop(isc_astack_t *stack) { function
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Dnetmgr.c1256 while ((handle = isc_astack_pop(sock->inactivehandles)) != NULL) {
1272 while ((uvreq = isc_astack_pop(sock->inactivereqs)) != NULL) {
1574 handle = isc_astack_pop(sock->inactivehandles);
2384 req = isc_astack_pop(sock->inactivereqs);
/netbsd-current/external/mpl/bind/dist/lib/isc/netmgr/
H A Dnetmgr.c1296 while ((handle = isc_astack_pop(sock->inactivehandles)) != NULL) {
1312 while ((uvreq = isc_astack_pop(sock->inactivereqs)) != NULL) {
1673 handle = isc_astack_pop(sock->inactivehandles);
2546 req = isc_astack_pop(sock->inactivereqs);

Completed in 88 milliseconds