Searched refs:newstate (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/named/
H A Dclient.c163 * To force the client into a less active state, set client->newstate
217 * Sentinel value used to indicate "no state". When client->newstate
256 client->newstate = client->state = NS_CLIENTSTATE_RECURSING;
308 if (client->state <= client->newstate)
311 INSIST(client->newstate < NS_CLIENTSTATE_RECURSING);
325 client->newstate == NS_CLIENTSTATE_FREED && client->view != NULL)
331 INSIST(client->newstate <= NS_CLIENTSTATE_READING);
382 if (NS_CLIENTSTATE_READING == client->newstate) {
385 client->newstate = NS_CLIENTSTATE_MAX;
388 client->newstate
754 int newstate; local
[all...]
/bind-9.11.3/bin/named/include/named/
H A Dclient.h83 int newstate; member in struct:ns_client

Completed in 280 milliseconds