Searched refs:nBufferIDs (Results 1 – 3 of 3) sorted by relevance
242 pDbeWindowPriv->nBufferIDs = 0; in ProcDbeAllocateBackBufferName()297 memset(&pDbeWindowPriv->IDs[pDbeWindowPriv->nBufferIDs], 0, in ProcDbeAllocateBackBufferName()299 pDbeWindowPriv->nBufferIDs) * sizeof(XID)); in ProcDbeAllocateBackBufferName()327 if (pDbeWindowPriv->nBufferIDs == 0) { in ProcDbeAllocateBackBufferName()337 if (pDbeWindowPriv->nBufferIDs == 0) { in ProcDbeAllocateBackBufferName()343 pDbeWindowPriv->nBufferIDs++; in ProcDbeAllocateBackBufferName()401 for (i = 0; i < pDbeWindowPriv->nBufferIDs; i++) { in ProcDbeDeallocateBackBufferName()408 if (i == pDbeWindowPriv->nBufferIDs) { in ProcDbeDeallocateBackBufferName()1168 while ((i < pDbeWindowPriv->nBufferIDs) && (pDbeWindowPriv->IDs[i] != id)) { in DbeWindowPrivDelete()1172 if (i == pDbeWindowPriv->nBufferIDs) { in DbeWindowPrivDelete()[all …]
145 if (pDbeWindowPriv->nBufferIDs == 0) { in miDbeAllocBackBufferName()231 for (i = 0; i < pDbeWindowPriv->nBufferIDs; i++) { in miDbeAliasBuffers()418 if (pDbeWindowPriv->nBufferIDs != 0) { in miDbeWinPrivDelete()
124 int nBufferIDs; member