Lines Matching refs:bufIndex
123 unsigned bufIndex; in ThreadFunc2() local
202 bufIndex = (unsigned)(int)-1; in ThreadFunc2()
237 bufIndex = mtc->freeBlockHead; in ThreadFunc2()
238 mtc->freeBlockHead = mtc->freeBlockList[bufIndex]; in ThreadFunc2()
241 res = mtc->mtCallback->Code(mtc->mtCallbackObject, t->index, bufIndex, in ThreadFunc2()
253 block->bufIndex = bufIndex; in ThreadFunc2()
284 if (res == SZ_OK && bufIndex != (unsigned)(int)-1) in ThreadFunc2()
286 res = mtc->mtCallback->Write(mtc->mtCallbackObject, bufIndex); in ThreadFunc2()
301 if (bufIndex != (unsigned)(int)-1) in ThreadFunc2()
303 mtc->freeBlockList[bufIndex] = mtc->freeBlockHead; in ThreadFunc2()
304 mtc->freeBlockHead = bufIndex; in ThreadFunc2()
326 bufIndex = block->bufIndex; in ThreadFunc2()
549 unsigned bufIndex = block->bufIndex; in MtCoder_Code() local
554 if (bufIndex != (unsigned)(int)-1) in MtCoder_Code()
558 res = p->mtCallback->Write(p->mtCallbackObject, bufIndex); in MtCoder_Code()
565 p->freeBlockList[bufIndex] = p->freeBlockHead; in MtCoder_Code()
566 p->freeBlockHead = bufIndex; in MtCoder_Code()