Lines Matching defs:clients
101 * Number of 'mctx pools' for clients. (Should this be configurable?)
138 /* Lock covers the clients list */
140 client_list_t clients; /*%< All active clients */
144 client_list_t recursing; /*%< Recursing clients */
147 /*%< mctx pool for clients. */
177 * It is on the client manager's list of inactive clients.
185 * client manager's list of active clients.
318 * - The view refcount does not go to zero until all clients detach
436 * or UDP request, but we may have enough clients doing
440 * UDP clients go inactive at this point, but TCP clients
561 ISC_LIST_UNLINK(manager->clients, client, link);
564 ISC_LIST_EMPTY(manager->clients))
2476 "no more TCP clients(read): %s",
3224 * deny service to legitimate TCP clients.
3234 "no more TCP clients(accept): %s",
3375 REQUIRE(ISC_LIST_EMPTY(manager->clients));
3424 ISC_LIST_INIT(manager->clients);
3476 for (client = ISC_LIST_HEAD(manager->clients);
3481 if (ISC_LIST_EMPTY(manager->clients))
3527 ISC_LIST_APPEND(manager->clients, client, link);
3591 ISC_LIST_APPEND(manager->clients, client, link);