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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinclipboardwrappers.c56 static int s_iCallCount = 0; local in function:winProcEstablishConnection
59 if (s_iCallCount == 0)
80 s_iCallCount = 0;
84 ++s_iCallCount;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinclipboardwrappers.c189 static int s_iCallCount = 0; local in function:winProcEstablishConnection
192 if (s_iCallCount == 0 || s_iCallCount == CLIP_NUM_CALLS) ErrorF ("winProcEstablishConnection - Hello\n");
214 s_iCallCount = 0;
218 ++s_iCallCount;
223 && s_iCallCount < CLIP_NUM_CALLS)
225 if (s_iCallCount == 1) ErrorF ("winProcEstablishConnection - Xdmcp, waiting to "
227 if (s_iCallCount == CLIP_NUM_CALLS - 1) ErrorF (".\n");

Completed in 3 milliseconds