Searched refs:nClients (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drecordproto.h177 CARD32 nClients; member in struct:__anon2801be800908
196 CARD32 nClients; member in struct:__anon2801be800a08
212 CARD32 nClients; member in struct:__anon2801be800b08
238 CARD32 nClients; member in struct:__anon2801be800d08
/xsrc/external/mit/xorg-server/dist/record/
H A Drecord.c1306 if (stuff->nClients > LimitClients)
1309 if (stuff->nRanges > (MAXINT - 4 * stuff->nClients) / SIZEOF(xRecordRange))
1313 4 * stuff->nClients + SIZEOF(xRecordRange) * stuff->nRanges)
1326 stuff->nClients, recordingClient);
1330 pRange = (xRecordRange *) (((XID *) &stuff[1]) + stuff->nClients);
1559 int nClients;
1579 nClients = stuff->nClients;
1580 if (!nClients)
1587 &nClients,
1556 int nClients; local in function:RecordRegisterClients
1917 int nClients; local in function:ProcRecordUnregisterClients
2147 CARD32 nClients, length; local in function:ProcRecordGetContext
[all...]
/xsrc/external/mit/xorg-server.old/dist/record/
H A Drecord.c1371 4 * stuff->nClients + SIZEOF(xRecordRange) * stuff->nRanges)
1384 stuff->nClients, recordingClient);
1387 pRange = (xRecordRange *)(((XID *)&stuff[1]) + stuff->nClients);
1635 int nClients;
1656 nClients = stuff->nClients;
1657 if (!nClients)
1664 &nClients, recordingClient);
1688 pRanges = (xRecordRange *)(((XID *)&stuff[1]) + stuff->nClients);
1733 sizeClients = nClients
1632 int nClients; local in function:RecordRegisterClients
1987 int nClients; local in function:ProcRecordUnregisterClients
[all...]
/xsrc/external/mit/xfs/dist/difs/
H A Ddispatch.c79 static int nClients = 0; variable in typeref:typename:int
106 nClients = 0;
155 if (drone_server && nClients == 0) {
373 nClients--;
1030 --nClients;
1090 nClients++;
/xsrc/external/mit/libXtst/dist/src/
H A DXRecord.c306 req->nClients = nclients;
342 req->nClients = nclients;
369 req->nClients = nclients;
428 count = rep.nClients;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c167 static int nClients; /* number of authorized clients */ variable in typeref:typename:int
352 nClients = 0;
3436 /* If the client made it to the Running stage, nClients has
3438 * now. If it hasn't gotten to Running, nClients has *not*
3444 --nClients;
3450 if (client->clientState == ClientStateRunning && nClients == 0)
3614 nClients++;
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c165 static int nClients; /* number of authorized clients */ variable in typeref:typename:int
481 nClients = 0;
3526 /* If the client made it to the Running stage, nClients has
3528 * now. If it hasn't gotten to Running, nClients has *not*
3532 --nClients;
3537 if (client->clientState == ClientStateRunning && nClients == 0)
3718 nClients++;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkinput.c1791 extern int nClients;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkinput.c1613 extern int nClients;

Completed in 28 milliseconds