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

/xsrc/external/mit/xorg-server.old/dist/record/
H A Drecord.c420 * clientspec is the resource ID mask identifying the client to search
425 * The RCAP on which clientspec was found, or NULL if not found on
429 * pClientIDs array that holds clientspec.
436 XID clientspec,
447 if (pRCAP->pClientIDs[i] == clientspec)
1120 * clientspec is the resource ID mask identifying a client, or
1133 RecordAddClientToRCAP(RecordClientsAndProtocolPtr pRCAP, XID clientspec)
1159 pRCAP->pClientIDs[pRCAP->numClients++] = clientspec;
1161 RecordInstallHooks(pRCAP, clientspec);
1169 * clientspec i
432 RecordFindClientOnContext(RecordContextPtr pContext,XID clientspec,int * pposition) argument
1131 RecordAddClientToRCAP(RecordClientsAndProtocolPtr pRCAP,XID clientspec) argument
1177 RecordDeleteClientFromContext(RecordContextPtr pContext,XID clientspec) argument
[all...]
/xsrc/external/mit/xorg-server/dist/record/
H A Drecord.c405 * clientspec is the resource ID mask identifying the client to search
410 * The RCAP on which clientspec was found, or NULL if not found on
414 * pClientIDs array that holds clientspec.
420 XID clientspec, int *pposition)
428 if (pRCAP->pClientIDs[i] == clientspec) {
1063 * clientspec is the resource ID mask identifying a client, or
1076 RecordAddClientToRCAP(RecordClientsAndProtocolPtr pRCAP, XID clientspec)
1101 pRCAP->pClientIDs[pRCAP->numClients++] = clientspec;
1103 RecordInstallHooks(pRCAP, clientspec);
1110 * clientspec i
417 RecordFindClientOnContext(RecordContextPtr pContext,XID clientspec,int * pposition) argument
1074 RecordAddClientToRCAP(RecordClientsAndProtocolPtr pRCAP,XID clientspec) argument
1118 RecordDeleteClientFromContext(RecordContextPtr pContext,XID clientspec) argument
[all...]

Completed in 6 milliseconds