Searched refs:bytes_uncopied (Results 1 – 1 of 1) sorted by relevance
323 int64_t bytes_uncopied; member1776 rar->bytes_uncopied = rar->bytes_unconsumed = 0; in read_header()2086 if (!rar->is_ppmd_block && rar->dictionary_size && rar->bytes_uncopied > 0) in read_data_compressed()2088 if (rar->bytes_uncopied > (rar->unp_buffer_size - rar->unp_offset)) in read_data_compressed()2091 bs = (size_t)rar->bytes_uncopied; in read_data_compressed()2096 rar->bytes_uncopied -= bs; in read_data_compressed()2135 rar->bytes_uncopied++; in read_data_compressed()2183 rar->bytes_uncopied += length + 32; in read_data_compressed()2195 rar->bytes_uncopied += length + 4; in read_data_compressed()2200 rar->bytes_uncopied++; in read_data_compressed()[all …]