Searched refs:seekable (Results 1 – 7 of 7) sorted by relevance
20 error_code NOT_SEEKABLE, "File descriptor not seekable"
38 is seekable).
786 public int seekable(int f) in seekable() function841 if ((flags & CH_CANSEEK) && !seekable(f)) in ch_init()
479 if (!seekable(f)) in bin_file()
61 public int seekable(int f);
2446 bool seekable; in sendfile_fallback() local2463 seekable = (ofp->f_ops->fo_flags & DFLAG_SEEKABLE) != 0; in sendfile_fallback()2464 if (seekable) { in sendfile_fallback()2499 auio.uio_offset = (seekable) ? out_offset : 0; in sendfile_fallback()2517 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)