OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inactive_handles
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/netmgr/
netmgr.c
495
while ((handle = ISC_LIST_HEAD(sock->
inactive_handles
)) != NULL) {
496
ISC_LIST_DEQUEUE(sock->
inactive_handles
, handle, inactive_link);
712
.
inactive_handles
= ISC_LIST_INITIALIZER,
832
isc_nmhandle_t *handle = ISC_LIST_HEAD(sock->
inactive_handles
);
834
ISC_LIST_DEQUEUE(sock->
inactive_handles
, handle, inactive_link);
843
INSIST(ISC_LIST_EMPTY(sock->
inactive_handles
));
953
ISC_LIST_APPEND(sock->
inactive_handles
, handle, inactive_link);
netmgr-int.h
681
ISC_LIST(isc_nmhandle_t)
inactive_handles
;
member in struct:isc_nmsocket
Completed in 18 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026