Searched refs:fd_bytes_read (Results 1 – 1 of 1) sorted by relevance
41 long fd_bytes_read; member135 if ((obj->fd_bytes_read = read(obj->fd, buftab, size_read)) != -1) { in read_high()139 buftab[obj->fd_bytes_read] = '\0'; /* mark end of valid data */ in read_high()145 for (j = 0; j < obj->fd_bytes_read; j++) in read_high()177 obj->bytes_read = obj->fd_bytes_read; in read_high()185 while (j < obj->fd_bytes_read) { in read_high()243 lseek_set(obj, fpos - obj->fd_bytes_read); in tabize()347 if (fpos > obj->fd_bytes_read) { /* Not beginning of file yet */ in back_lines()354 if (fpos < BUF_SIZE / 2 + obj->fd_bytes_read) { in back_lines()357 val_to_tabize = fpos - obj->fd_bytes_read; in back_lines()[all …]