Home
last modified time | relevance | path

Searched refs:outPos (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3730 size_t inPos = 0, outPos = 0; in Bcj2_Decode() local
3764 outBuf[outPos++] = zip->odd_bcj[i]; in Bcj2_Decode()
3769 zip->bcj2_outPos += outPos; in Bcj2_Decode()
3770 return (outPos); in Bcj2_Decode()
3780 if (outSize - outPos < limit) in Bcj2_Decode()
3781 limit = outSize - outPos; in Bcj2_Decode()
3786 outBuf[outPos++] = bb; in Bcj2_Decode()
3797 if (limit == 0 || outPos == outSize) in Bcj2_Decode()
3843 outBuf[outPos++] = out[i]; in Bcj2_Decode()
3862 zip->bcj2_outPos += outPos; in Bcj2_Decode()
[all …]