Searched refs:sub_stream_bytes_remaining (Results 1 – 1 of 1) sorted by relevance
310 size_t sub_stream_bytes_remaining[3]; member3524 zip->sub_stream_bytes_remaining[i] = s[idx[i]]; in setup_decode_folder()3738 size1 = zip->sub_stream_bytes_remaining[0]; in Bcj2_Decode()3740 size2 = zip->sub_stream_bytes_remaining[1]; in Bcj2_Decode()3742 size3 = zip->sub_stream_bytes_remaining[2]; in Bcj2_Decode()3859 zip->sub_stream_bytes_remaining[0] = size1; in Bcj2_Decode()3860 zip->sub_stream_bytes_remaining[1] = size2; in Bcj2_Decode()3861 zip->sub_stream_bytes_remaining[2] = bufferLim - buffer; in Bcj2_Decode()