Searched refs:pClientIDs (Results 1 – 1 of 1) sorted by relevance
113 XID *pClientIDs; /* array of clients to record */ member425 if (pRCAP->pClientIDs[i] == clientspec) { in RecordFindClientOnContext()859 client = pRCAP->numClients ? pRCAP->pClientIDs[i++] : 0; in RecordInstallHooks()896 client = (i < pRCAP->numClients) ? pRCAP->pClientIDs[i++] : 0; in RecordInstallHooks()944 client = pRCAP->numClients ? pRCAP->pClientIDs[i++] : 0; in RecordUninstallHooks()994 client = (i < pRCAP->numClients) ? pRCAP->pClientIDs[i++] : 0; in RecordUninstallHooks()1032 RecordUninstallHooks(pRCAP, pRCAP->pClientIDs[position]); in RecordDeleteClientFromRCAP()1034 pRCAP->pClientIDs[position] = pRCAP->pClientIDs[pRCAP->numClients - 1]; in RecordDeleteClientFromRCAP()1051 free(pRCAP->pClientIDs); in RecordDeleteClientFromRCAP()1078 reallocarray(pRCAP->pClientIDs, in RecordAddClientToRCAP()[all …]