Lines Matching refs:bufIndex
96 unsigned bufIndex;
175 bufIndex = (unsigned)(int)-1;
210 bufIndex = mtc->freeBlockHead;
211 mtc->freeBlockHead = mtc->freeBlockList[bufIndex];
214 res = mtc->mtCallback->Code(mtc->mtCallbackObject, t->index, bufIndex,
226 block->bufIndex = bufIndex;
257 if (res == SZ_OK && bufIndex != (unsigned)(int)-1)
259 res = mtc->mtCallback->Write(mtc->mtCallbackObject, bufIndex);
274 if (bufIndex != (unsigned)(int)-1)
276 mtc->freeBlockList[bufIndex] = mtc->freeBlockHead;
277 mtc->freeBlockHead = bufIndex;
299 bufIndex = block->bufIndex;
517 unsigned bufIndex = block->bufIndex;
522 if (bufIndex != (unsigned)(int)-1)
526 res = p->mtCallback->Write(p->mtCallbackObject, bufIndex);
533 p->freeBlockList[bufIndex] = p->freeBlockHead;
534 p->freeBlockHead = bufIndex;