Searched refs:sub_stream_bytes_remaining (Results 1 – 1 of 1) sorted by relevance
368 size_t sub_stream_bytes_remaining[3]; member3957 zip->sub_stream_bytes_remaining[i] = s[idx[i]]; in setup_decode_folder()4405 size1 = zip->sub_stream_bytes_remaining[0]; in Bcj2_Decode()4407 size2 = zip->sub_stream_bytes_remaining[1]; in Bcj2_Decode()4409 size3 = zip->sub_stream_bytes_remaining[2]; in Bcj2_Decode()4526 zip->sub_stream_bytes_remaining[0] = size1; in Bcj2_Decode()4527 zip->sub_stream_bytes_remaining[1] = size2; in Bcj2_Decode()4528 zip->sub_stream_bytes_remaining[2] = bufferLim - buffer; in Bcj2_Decode()