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);
2474 bool seekable; in sendfile_fallback() local2491 seekable = (ofp->f_ops->fo_flags & DFLAG_SEEKABLE) != 0; in sendfile_fallback()2492 if (seekable) { in sendfile_fallback()2527 auio.uio_offset = (seekable) ? out_offset : 0; in sendfile_fallback()2545 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)