Lines Matching refs:cur_offset
421 static off_t cur_offset;
653 off_t saved_offset = cur_offset;
670 cur_offset = saved_offset;
671 lseek (trace_fd, cur_offset, SEEK_SET);
760 cur_offset = offset;
778 CUR_OFFSET, and call CALLBACK for each block found. If CALLBACK
781 (cur_offset). Returns -1 if no callback call returned true,
790 lseek (trace_fd, cur_offset + pos, SEEK_SET);
806 lseek (trace_fd, cur_offset + pos + trace_regblock_size, SEEK_SET);
810 lseek (trace_fd, cur_offset + pos + 8, SEEK_SET);
820 lseek (trace_fd, cur_offset + pos + 4 + 8, SEEK_SET);