Lines Matching defs:inactive
128 client_queue_t inactive; /*%< To be recycled */
177 * It is on the client manager's list of inactive clients.
438 * active and force it to go inactive if not.
440 * UDP clients go inactive at this point, but TCP clients
453 * We don't need the client; send it to the inactive
475 * We are trying to enter the inactive state.
523 * Put the client on the inactive list. If we are aiming for
524 * the "freed" state, it will be removed from the inactive
536 ISC_QUEUE_PUSH(manager->inactive, client,
686 ISC_QUEUE_UNLINK(client->manager->inactive, client, ilink);
3386 ISC_QUEUE_DESTROY(manager->inactive);
3426 ISC_QUEUE_INIT(manager->inactive, ilink);
3513 ISC_QUEUE_POP(manager->inactive, ilink, client);
3577 ISC_QUEUE_POP(manager->inactive, ilink, client);