Home
last modified time | relevance | path

Searched refs:noClientException (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Ddixstruct.h91 short noClientException; /* this client died or needs to be killed */ member
/OK3568_Linux_fs/external/xserver/os/
H A Dconnection.c677 (client->noClientException != Success && !client->clientGone)) in EstablishNewConnections()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c491 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()
H A Dswaprep.c1139 pClient->noClientException = -1; in WriteSConnectionInfo()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdri2.c298 *error = cl->client->noClientException; in __glXDRIcontextWait()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog2044 Revert "dri2: Don't make reference to noClientException"
21738 dri2: Don't make reference to noClientException
21740 noClientException is now never filled in with a meaningful value, it's
21751 dri3: Don't do return client->noClientException
21759 Eliminate boilerplate around client->noClientException.
21768 sync: Don't do return client->noClientException
21776 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