Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c417 XID clientspec, int *pposition) in RecordFindClientOnContext() argument
425 if (pRCAP->pClientIDs[i] == clientspec) { in RecordFindClientOnContext()
1073 RecordAddClientToRCAP(RecordClientsAndProtocolPtr pRCAP, XID clientspec) in RecordAddClientToRCAP() argument
1098 pRCAP->pClientIDs[pRCAP->numClients++] = clientspec; in RecordAddClientToRCAP()
1100 RecordInstallHooks(pRCAP, clientspec); in RecordAddClientToRCAP()
1117 RecordDeleteClientFromContext(RecordContextPtr pContext, XID clientspec) in RecordDeleteClientFromContext() argument
1122 if ((pRCAP = RecordFindClientOnContext(pContext, clientspec, &position))) in RecordDeleteClientFromContext()