Home
last modified time | relevance | path

Searched refs:seek_end (Results 151 – 175 of 340) sorted by relevance

12345678910>>...14

/dports/graphics/povray37/povray-3.7.0.10/source/base/
H A Dfileinputoutput.cpp146 if(!seekg(0, seek_end)) in open()
470 case seek_end: in seekg()
/dports/devel/godot/godot-3.2.3-stable/core/io/
H A Dfile_access_encrypted.h67 virtual void seek_end(int64_t p_position = 0); ///< seek from the end of file
H A Dfile_access_compressed.h77 virtual void seek_end(int64_t p_position = 0); ///< seek from the end of file
H A Dfile_access_zip.h99 virtual void seek_end(int64_t p_position = 0); ///< seek from the end of file
H A Dfile_access_compressed.cpp177 f->seek_end(); in close()
230 void FileAccessCompressed::seek_end(int64_t p_position) { in seek_end() function in FileAccessCompressed
/dports/devel/godot-tools/godot-3.2.3-stable/core/io/
H A Dfile_access_encrypted.h67 virtual void seek_end(int64_t p_position = 0); ///< seek from the end of file
H A Dfile_access_compressed.h77 virtual void seek_end(int64_t p_position = 0); ///< seek from the end of file
H A Dfile_access_zip.h99 virtual void seek_end(int64_t p_position = 0); ///< seek from the end of file
H A Dfile_access_compressed.cpp177 f->seek_end(); in close()
230 void FileAccessCompressed::seek_end(int64_t p_position) { in seek_end() function in FileAccessCompressed
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/libebml/src/
H A DMemIOCallback.cpp92 else if (Mode == seek_end) in setFilePointer()
H A DSafeReadIOCallback.cpp77 IO->setFilePointer(0, seek_end); in Init()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/io/
H A Dfile_access_zip.h100 virtual void seek_end(int64_t p_position = 0); ///< seek from the end of file
H A Dfile_access_compressed.cpp172 f->seek_end(); in close()
224 void FileAccessCompressed::seek_end(int64_t p_position) { in seek_end() function in FileAccessCompressed
/dports/devel/godot2/godot-2.1.6-stable/core/io/
H A Dfile_access_zip.h100 virtual void seek_end(int64_t p_position = 0); ///< seek from the end of file
H A Dfile_access_compressed.cpp172 f->seek_end(); in close()
224 void FileAccessCompressed::seek_end(int64_t p_position) { in seek_end() function in FileAccessCompressed
/dports/textproc/libebml/libebml-1.4.2/src/
H A DMemIOCallback.cpp92 else if (Mode == seek_end) in setFilePointer()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/tools/
H A Dbase64tool.cpp88 in->setFilePointer(0, libebml::seek_end); in main()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/base/
H A Dtextstream.cpp78 stream->seekg(0, IOBase::seek_end); in IBufferedTextStream()
101 stream->seekg(0, IOBase::seek_end); in IBufferedTextStream()
H A Dfileinputoutput.cpp252 if(!seekg(0, seek_end)) in OStream()
494 case seek_end: in seekg()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/avilib-0.6.10/
H A Dxio.cpp110 smode = libebml::seek_end; in xio_lseek()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dpulse.h87 off_t seek_end; member
H A Djack.h92 off_t seek_end; member
/dports/audio/py-mutagen/mutagen-1.42.0/tests/
H A Dtest__util.py5 resize_bytes, seek_end, mmap_move, verify_fileobj, fileobj_name, \
727 seek_end(f, 2)
729 seek_end(f, 3)
731 seek_end(f, 4)
733 seek_end(f, 0)
735 self.assertRaises(ValueError, seek_end, f, -1)
740 seek_end(f, 10)
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Dlogger.cpp115 out.setFilePointer(0, libebml::seek_end); in log_line()
/dports/www/h2o-devel/h2o-dcc7134/deps/klib/
H A Dkurl.c244 int failed = 0, seek_end = 0; in kurl_seek() local
249 …if (whence == SEEK_END && kurl_isfile(ku)) new_off = lseek(ku->fd, offset, SEEK_END), seek_end = 1; in kurl_seek()
258 if (!seek_end && new_off >= cur_off && new_off - cur_off + ku->p_buf < ku->l_buf) { in kurl_seek()
262 …if (seek_end || new_off < cur_off || new_off - cur_off > KU_MAX_SKIP) { // if jump is large, do ac… in kurl_seek()

12345678910>>...14