Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c4044 size_t inPos = 0, outPos = 0; in Bcj2_Decode() local
4077 for (i = 0; zip->odd_bcj_size > 0 && outPos < outSize; i++) { in Bcj2_Decode()
4078 outBuf[outPos++] = zip->odd_bcj[i]; in Bcj2_Decode()
4083 zip->bcj2_outPos += outPos; in Bcj2_Decode()
4084 return (outPos); in Bcj2_Decode()
4094 if (outSize - outPos < limit) in Bcj2_Decode()
4095 limit = outSize - outPos; in Bcj2_Decode()
4100 outBuf[outPos++] = bb; in Bcj2_Decode()
4111 if (limit == 0 || outPos == outSize) in Bcj2_Decode()
4150 ((uint32_t)zip->bcj2_outPos + (uint32_t)outPos + 4); in Bcj2_Decode()
[all …]