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.c4405 size_t inPos = 0, outPos = 0; in Bcj2_Decode() local
4438 for (i = 0; zip->odd_bcj_size > 0 && outPos < outSize; i++) { in Bcj2_Decode()
4439 outBuf[outPos++] = zip->odd_bcj[i]; in Bcj2_Decode()
4444 zip->bcj2_outPos += outPos; in Bcj2_Decode()
4445 return (outPos); in Bcj2_Decode()
4455 if (outSize - outPos < limit) in Bcj2_Decode()
4456 limit = outSize - outPos; in Bcj2_Decode()
4461 outBuf[outPos++] = bb; in Bcj2_Decode()
4472 if (limit == 0 || outPos == outSize) in Bcj2_Decode()
4511 ((uint32_t)zip->bcj2_outPos + (uint32_t)outPos + 4); in Bcj2_Decode()
[all …]