Lines Matching defs:offset
24 bytes could be counted from the parent ostream's offset.
26 Seeking to a specified offset only makes sense if there is no
29 uoff_t offset;
57 /* Create an output stream from a regular file which begins at given offset.
58 If offset==(uoff_t)-1, the current offset isn't known. */
60 o_stream_create_fd_file(int fd, uoff_t offset, bool autoclose_fd);
61 struct ostream *o_stream_create_fd_file_autoclose(int *fd, uoff_t offset);
156 int o_stream_seek(struct ostream *stream, uoff_t offset);
210 /* Write data to specified offset. Returns 0 if successful, -1 if error. */
212 uoff_t offset);