Searched refs:seekable (Results 1 – 7 of 7) sorted by relevance
20 error_code NOT_SEEKABLE, "File descriptor not seekable"
38 is seekable).
706 * data. They are sometimes, but not always, seekable. in ch_flush() 707 * Force them to be non-seekable here. in ch_flush() 785 public int seekable(int f) in ch_delbufs() 792 * In MS-DOS, pipes are seekable. Check for793 * standard input, and pretend it is not seekable.840 if ((flags & CH_CANSEEK) && !seekable(f)) in ch_init() 794 public int seekable(int f) seekable() function
454 if (!seekable(f)) in bin_file()
56 public int seekable(int f);
2445 bool seekable; in sendfile_fallback() local2462 seekable = (ofp->f_ops->fo_flags & DFLAG_SEEKABLE) != 0; in sendfile_fallback()2463 if (seekable) { in sendfile_fallback()2498 auio.uio_offset = (seekable) ? out_offset : 0; in sendfile_fallback()2516 if (error == 0 && seekable) in sendfile_fallback()
58 tests: OSS-Fuzz coverage for seekable format (#2617, @senhuang42)227 bug: Fix seekable decompression in-memory API by @iburinoc (#1695)