Searched refs:bytes_uncopied (Results 1 – 1 of 1) sorted by relevance
322 int64_t bytes_uncopied; member1805 rar->bytes_uncopied = rar->bytes_unconsumed = 0; in read_header()2118 if (!rar->is_ppmd_block && rar->dictionary_size && rar->bytes_uncopied > 0) in read_data_compressed()2120 if (rar->bytes_uncopied > (rar->unp_buffer_size - rar->unp_offset)) in read_data_compressed()2123 bs = (size_t)rar->bytes_uncopied; in read_data_compressed()2128 rar->bytes_uncopied -= bs; in read_data_compressed()2167 rar->bytes_uncopied++; in read_data_compressed()2215 rar->bytes_uncopied += length + 32; in read_data_compressed()2227 rar->bytes_uncopied += length + 4; in read_data_compressed()2232 rar->bytes_uncopied++; in read_data_compressed()[all …]