Searched refs:seekable (Results 1 – 7 of 7) sorted by relevance
20 error_code NOT_SEEKABLE, "File descriptor not seekable"
38 is seekable).
819 public int seekable(int f) in seekable() function874 if ((flags & CH_CANSEEK) && !seekable(f)) in ch_init()
480 if (!seekable(f)) in bin_file()
68 public int seekable(int f);
2535 bool seekable; in sendfile_fallback() local2552 seekable = (ofp->f_ops->fo_flags & DFLAG_SEEKABLE) != 0; in sendfile_fallback()2553 if (seekable) { in sendfile_fallback()2588 auio.uio_offset = (seekable) ? out_offset : 0; in sendfile_fallback()2606 if (error == 0 && seekable) in sendfile_fallback()
80 misc: improve seekable format ingestion speed (~+100%) for very small chunk sizes (#3544) by @Cyan4…138 misc: Fix `contrib/` seekable format (#3058, @yhoogstrate and #3346, @daniellerozenblit)200 tests: OSS-Fuzz coverage for seekable format (#2617, @senhuang42)369 bug: Fix seekable decompression in-memory API by @iburinoc (#1695)