Searched refs:noClientException (Results 1 – 6 of 6) sorted by relevance
91 short noClientException; /* this client died or needs to be killed */ member
677 (client->noClientException != Success && !client->clientGone)) in EstablishNewConnections()
491 if (client->noClientException != Success) { in Dispatch()3587 return client->noClientException = -1; in ProcInitialConnection()3628 return client->noClientException = -1; in SendConnSetup()3744 client->noClientException = -1; in MarkClientException()
1139 pClient->noClientException = -1; in WriteSConnectionInfo()
298 *error = cl->client->noClientException; in __glXDRIcontextWait()
2044 Revert "dri2: Don't make reference to noClientException"21738 dri2: Don't make reference to noClientException21740 noClientException is now never filled in with a meaningful value, it's21751 dri3: Don't do return client->noClientException21759 Eliminate boilerplate around client->noClientException.21768 sync: Don't do return client->noClientException21776 Eliminate boilerplate around client->noClientException.102057 away from client->noClientException and xalloc/xfree.111482 Eliminate boilerplate around client->noClientException.111484 Just let Dispatch() check for a noClientException, rather than making