Searched refs:fcache_line_record_size (Results 1 – 3 of 3) sorted by relevance
139 static const size_t fcache_line_record_size = 100; variable598 && c->line_record.length () < fcache_line_record_size) in get_next_line()602 if (c->total_lines <= fcache_line_record_size in get_next_line()607 else if (c->total_lines > fcache_line_record_size) in get_next_line()611 size_t n = (c->line_num * fcache_line_record_size) / c->total_lines; in get_next_line()679 if (c->total_lines <= fcache_line_record_size) in read_line_num()702 ? line_num * fcache_line_record_size / c->total_lines in read_line_num()
21287 (fcache_line_record_size): Move to...
47988 (fcache_tab_size, fcache_buffer_size, fcache_line_record_size):