Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 25 of 56) sorted by relevance

123

/external/curl/src/
Dtool_cb_see.c47 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb()
95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) argument
103 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) argument
110 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
/external/strace/
Dlseek.c51 int whence; in SYS_FUNC() local
74 int whence; in SYS_FUNC() local
/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h78 # define OPJ_FSEEK(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence) argument
84 # define OPJ_FSEEK(stream,offset,whence) fseek(stream,offset,whence) argument
/external/pdfium/third_party/libtiff/
Dtiffiop.h221 #define TIFFSeekFile(tif, off, whence) \ argument
285 # define fseek(stream,offset,whence) fseeko(stream,offset,whence) argument
286 # define ftell(stream,offset,whence) ftello(stream,offset,whence) argument
293 #define _TIFF_lseek_f(fildes,offset,whence) _lseeki64(fildes,/* __int64 */ offset,whence) argument
295 #define _TIFF_fseek_f(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence) argument
303 #define _TIFF_lseek_f(fildes,offset,whence) lseek(fildes,offset,whence) argument
305 #define _TIFF_fseek_f(stream,offset,whence) fseek(stream,offset,whence) argument
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dresumable_streaming_upload.py162 def seek(self, offset, whence=os.SEEK_SET): # pylint: disable=invalid-name argument
Ddaisy_chain_wrapper.py226 def seek(self, offset, whence=os.SEEK_SET): # pylint: disable=invalid-name argument
Dfile_part.py63 def seek(self, offset, whence=os.SEEK_SET): argument
Dhashing_helper.py421 def seek(self, offset, whence=os.SEEK_SET): # pylint: disable=invalid-name argument
/external/zlib/src/
Dgzlib.c362 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument
439 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
/external/pdfium/third_party/zlib_v128/
Dgzlib.c365 int whence) in gzseek64()
442 int whence) in gzseek()
/external/opencv3/3rdparty/zlib/
Dgzlib.c362 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument
439 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
/external/compiler-rt/test/msan/Linux/
Dfopencookie.cc28 static int cookie_seek(void *cookie, off64_t *offset, int whence) { in cookie_seek()
/external/opencv3/3rdparty/libtiff/
Dtif_stream.cxx155 _tiffosSeekProc(thandle_t fd, uint64 off, int whence) in _tiffosSeekProc()
253 _tiffisSeekProc(thandle_t fd, uint64 off, int whence) in _tiffisSeekProc()
Dtif_unix.c83 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc()
Dtif_win32.c96 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc()
/external/e2fsprogs/lib/blkid/
Dllseek.c90 blkid_loff_t blkid_llseek(int fd, blkid_loff_t offset, int whence) in blkid_llseek()
/external/e2fsprogs/lib/ext2fs/
Dfileio.c338 int whence, __u64 *ret_pos) in ext2fs_file_llseek()
358 int whence, ext2_off_t *ret_pos) in ext2fs_file_lseek()
/external/curl/lib/
Dcurl_setup.h360 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence) argument
379 # define lseek(fdes,offset,whence) _lseek(fdes, (long)offset, whence) argument
/external/clang/test/Analysis/
Dstream.c82 void pr8081(FILE *stream, long offset, int whence) { in pr8081()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dkeyfile.py51 def seek(self, pos, whence=os.SEEK_SET): argument
/external/libbrillo/brillo/streams/
Dfile_stream.cc49 off64_t Seek(off64_t offset, int whence) override { in Seek()
409 Whence whence, in Seek()
Dstream_utils.cc153 Stream::Whence whence, in CalculateStreamPosition()
Dmemory_stream.cc116 Whence whence, in Seek()
/external/tlsdate/src/common/
Dfmemopen.c108 fmemopen_seek(void *cookie, fpos_t offset, int whence) in fmemopen_seek()
/external/libvorbis/include/vorbis/
Dvorbisfile.h53 static int _ov_header_fseek_wrap(FILE *f,ogg_int64_t off,int whence){ in _ov_header_fseek_wrap()

123