Lines Matching refs:saved_record_size
191 size_t saved_record_size; in tac_seekable() local
215 while ((saved_record_size = safe_read (input_fd, G_buffer, read_size)) == 0 in tac_seekable()
225 while (saved_record_size == read_size) in tac_seekable()
230 saved_record_size = nread; in tac_seekable()
231 if (saved_record_size == SAFE_READ_ERROR) in tac_seekable()
236 if (saved_record_size == SAFE_READ_ERROR) in tac_seekable()
242 match_start = past_end = G_buffer + saved_record_size; in tac_seekable()
299 saved_record_size = past_end - G_buffer; in tac_seekable()
300 if (saved_record_size > read_size) in tac_seekable()
332 memmove (G_buffer + read_size, G_buffer, saved_record_size); in tac_seekable()
333 past_end = G_buffer + read_size + saved_record_size; in tac_seekable()