Searched refs:outPos (Results 1 – 1 of 1) sorted by relevance
4397 size_t inPos = 0, outPos = 0; in Bcj2_Decode() local4430 for (i = 0; zip->odd_bcj_size > 0 && outPos < outSize; i++) { in Bcj2_Decode()4431 outBuf[outPos++] = zip->odd_bcj[i]; in Bcj2_Decode()4436 zip->bcj2_outPos += outPos; in Bcj2_Decode()4437 return (outPos); in Bcj2_Decode()4447 if (outSize - outPos < limit) in Bcj2_Decode()4448 limit = outSize - outPos; in Bcj2_Decode()4453 outBuf[outPos++] = bb; in Bcj2_Decode()4464 if (limit == 0 || outPos == outSize) in Bcj2_Decode()4503 ((uint32_t)zip->bcj2_outPos + (uint32_t)outPos + 4); in Bcj2_Decode()[all …]