Searched refs:outPos (Results 1 – 1 of 1) sorted by relevance
4489 size_t inPos = 0, outPos = 0; in Bcj2_Decode() local4522 for (i = 0; zip->odd_bcj_size > 0 && outPos < outSize; i++) { in Bcj2_Decode()4523 outBuf[outPos++] = zip->odd_bcj[i]; in Bcj2_Decode()4528 zip->bcj2_outPos += outPos; in Bcj2_Decode()4529 return (outPos); in Bcj2_Decode()4539 if (outSize - outPos < limit) in Bcj2_Decode()4540 limit = outSize - outPos; in Bcj2_Decode()4545 outBuf[outPos++] = bb; in Bcj2_Decode()4556 if (limit == 0 || outPos == outSize) in Bcj2_Decode()4592 (zip->bcj2_outPos + outPos + 4); in Bcj2_Decode()[all …]