Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3758 size_t inPos = 0, outPos = 0; in Bcj2_Decode() local
3792 outBuf[outPos++] = zip->odd_bcj[i]; in Bcj2_Decode()
3797 zip->bcj2_outPos += outPos; in Bcj2_Decode()
3798 return (outPos); in Bcj2_Decode()
3808 if (outSize - outPos < limit) in Bcj2_Decode()
3809 limit = outSize - outPos; in Bcj2_Decode()
3814 outBuf[outPos++] = bb; in Bcj2_Decode()
3825 if (limit == 0 || outPos == outSize) in Bcj2_Decode()
3871 outBuf[outPos++] = out[i]; in Bcj2_Decode()
3890 zip->bcj2_outPos += outPos; in Bcj2_Decode()
[all …]