Searched refs:fd_bytes_read (Results 1 – 1 of 1) sorted by relevance
41 long fd_bytes_read; member145 for (j = 0; j < obj->fd_bytes_read; j++) in read_high()177 obj->bytes_read = obj->fd_bytes_read; in read_high()182 while (j < obj->fd_bytes_read) in read_high()232 lseek_set(obj, fpos - obj->fd_bytes_read); in tabize()371 if (fpos > obj->fd_bytes_read) { in back_lines()376 val_to_tabize = fpos - obj->fd_bytes_read; in back_lines()470 fpos - obj->fd_bytes_read + size, in print_position()471 fpos - obj->fd_bytes_read + size, in print_position()610 fpos = ftell_obj(obj) - obj->fd_bytes_read; in perform_search()[all …]