Lines Matching refs:offset
70 ** offset -- seek offset based on 'whence'
79 sm_io_seek(fp, timeout, offset, whence)
82 long SM_NONVOLATILE offset;
141 ** In order to seek relative to the current stream offset,
142 ** we have to first find the current stream offset a la
146 /* may adjust seek offset on append stream */
169 offset += curoff;
218 target = offset;
223 target = st.st_size + offset;
244 ** offset backwards by this count so that it represents the
245 ** file offset for the first byte in the current input buffer.
263 ** If the target offset is within the current buffer,
285 ** By aligning the file offset to a block boundary, we can let
324 (*seekfn)(fp, (off_t) offset, whence) == POS_ERR)