Searched refs:sub_stream_bytes_remaining (Results 1 – 1 of 1) sorted by relevance
345 size_t sub_stream_bytes_remaining[3]; member3728 zip->sub_stream_bytes_remaining[i] = s[idx[i]]; in setup_decode_folder()4052 size1 = zip->sub_stream_bytes_remaining[0]; in Bcj2_Decode()4054 size2 = zip->sub_stream_bytes_remaining[1]; in Bcj2_Decode()4056 size3 = zip->sub_stream_bytes_remaining[2]; in Bcj2_Decode()4173 zip->sub_stream_bytes_remaining[0] = size1; in Bcj2_Decode()4174 zip->sub_stream_bytes_remaining[1] = size2; in Bcj2_Decode()4175 zip->sub_stream_bytes_remaining[2] = bufferLim - buffer; in Bcj2_Decode()