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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXint.h78 XDPSReadyProc readyProc; member in struct:_t_DPSPrivContextRec
H A DdpsXclient.c849 XDPSReadyProc XDPSRegisterReadyProc (ctxt, readyProc)
851 XDPSReadyProc readyProc;
854 XDPSReadyProc old = c->readyProc;
856 if (c->wh != NIL) c->readyProc = readyProc;
928 if (c->readyProc != NIL)
929 (*(c->readyProc)) ((DPSContext) c, e->val);

Completed in 16 milliseconds