Searched defs:inactive (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/bin/named/
H A Dclient.c127 client_list_t inactive; /*%< To be recycled */ member in struct:ns_clientmgr
159 * It is on the client manager's list of inactive clients.
391 * active and force it to go inactive if not.
408 * We are trying to enter the inactive state.
454 * Put the client on the inactive list. If we are aiming for
455 * the "freed" state, it will be removed from the inactive
462 ISC_LIST_APPEND(client->manager->inactive, client, link);
463 client->list = &client->manager->inactive;
513 ISC_LIST_EMPTY(manager->inactive) &&
656 * This client object should normally go inactive
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c996 unsigned int inactive = 0; local
1015 inactive++;
1019 if (inactive != 0) {
1021 rbtdb->active -= inactive;
4920 isc_boolean_t inactive = ISC_FALSE; local
4935 inactive = ISC_TRUE;
4943 if (inactive) {

Completed in 34 milliseconds