Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c311 size_t sub_stream_bytes_remaining[3]; member
3552 zip->sub_stream_bytes_remaining[i] = s[idx[i]]; in setup_decode_folder()
3766 size1 = zip->sub_stream_bytes_remaining[0]; in Bcj2_Decode()
3768 size2 = zip->sub_stream_bytes_remaining[1]; in Bcj2_Decode()
3770 size3 = zip->sub_stream_bytes_remaining[2]; in Bcj2_Decode()
3887 zip->sub_stream_bytes_remaining[0] = size1; in Bcj2_Decode()
3888 zip->sub_stream_bytes_remaining[1] = size2; in Bcj2_Decode()
3889 zip->sub_stream_bytes_remaining[2] = bufferLim - buffer; in Bcj2_Decode()