/external/curl/src/ |
D | tool_cb_see.c | 47 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/ |
D | lseek.c | 51 int whence; in SYS_FUNC() local 74 int whence; in SYS_FUNC() local
|
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_includes.h | 78 # 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/ |
D | tiffiop.h | 221 #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/ |
D | resumable_streaming_upload.py | 162 def seek(self, offset, whence=os.SEEK_SET): # pylint: disable=invalid-name argument
|
D | daisy_chain_wrapper.py | 226 def seek(self, offset, whence=os.SEEK_SET): # pylint: disable=invalid-name argument
|
D | file_part.py | 63 def seek(self, offset, whence=os.SEEK_SET): argument
|
D | hashing_helper.py | 421 def seek(self, offset, whence=os.SEEK_SET): # pylint: disable=invalid-name argument
|
/external/zlib/src/ |
D | gzlib.c | 362 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/ |
D | gzlib.c | 365 int whence) in gzseek64() 442 int whence) in gzseek()
|
/external/opencv3/3rdparty/zlib/ |
D | gzlib.c | 362 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/ |
D | fopencookie.cc | 28 static int cookie_seek(void *cookie, off64_t *offset, int whence) { in cookie_seek()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_stream.cxx | 155 _tiffosSeekProc(thandle_t fd, uint64 off, int whence) in _tiffosSeekProc() 253 _tiffisSeekProc(thandle_t fd, uint64 off, int whence) in _tiffisSeekProc()
|
D | tif_unix.c | 83 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc()
|
D | tif_win32.c | 96 _tiffSeekProc(thandle_t fd, uint64 off, int whence) in _tiffSeekProc()
|
/external/e2fsprogs/lib/blkid/ |
D | llseek.c | 90 blkid_loff_t blkid_llseek(int fd, blkid_loff_t offset, int whence) in blkid_llseek()
|
/external/e2fsprogs/lib/ext2fs/ |
D | fileio.c | 338 int whence, __u64 *ret_pos) in ext2fs_file_llseek() 358 int whence, ext2_off_t *ret_pos) in ext2fs_file_lseek()
|
/external/curl/lib/ |
D | curl_setup.h | 360 # 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/ |
D | stream.c | 82 void pr8081(FILE *stream, long offset, int whence) { in pr8081()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
D | keyfile.py | 51 def seek(self, pos, whence=os.SEEK_SET): argument
|
/external/libbrillo/brillo/streams/ |
D | file_stream.cc | 49 off64_t Seek(off64_t offset, int whence) override { in Seek() 409 Whence whence, in Seek()
|
D | stream_utils.cc | 153 Stream::Whence whence, in CalculateStreamPosition()
|
D | memory_stream.cc | 116 Whence whence, in Seek()
|
/external/tlsdate/src/common/ |
D | fmemopen.c | 108 fmemopen_seek(void *cookie, fpos_t offset, int whence) in fmemopen_seek()
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 53 static int _ov_header_fseek_wrap(FILE *f,ogg_int64_t off,int whence){ in _ov_header_fseek_wrap()
|