Searched refs:notifyFunc (Results 1 – 2 of 2) sorted by relevance
48 void (*notifyFunc) (ClientPtr /* client */ , member75 void (*notifyFunc) (ClientPtr, void *), void *closure) in ClientSleepUntil()103 pRequest->notifyFunc = 0; in ClientSleepUntil()106 if (!notifyFunc) in ClientSleepUntil()107 notifyFunc = ClientAwaken; in ClientSleepUntil()108 pRequest->notifyFunc = notifyFunc; in ClientSleepUntil()146 if (pRequest->notifyFunc) in SertafiedDelete()147 (*pRequest->notifyFunc) (pRequest->pClient, pRequest->closure); in SertafiedDelete()
38 void (*notifyFunc) (ClientPtr /* client */ ,