/third_party/curl/src/ |
D | tool_cb_see.c | 95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) macro 101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) macro 103 # undef _lseeki64 104 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) macro 110 # undef _lseeki64 111 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) macro 124 if(_lseeki64(fd, where, SEEK_SET) < 0) in tool_ftruncate64()
|
/third_party/mingw-w64/mingw-w64-crt/stdio/ |
D | fseeki64.c | 39 _CRTIMP __int64 __cdecl _lseeki64(int fh,__int64 pos,int mthd); 102 return (_lseeki64(_fileno(stream), offset, whence) == -1ll ? -1 : 0); in _fseeki64() 122 if ((filepos = _lseeki64(fd, 0ll, SEEK_CUR)) < 0L) in _ftelli64() 152 if (_lseeki64(fd, 0ll, SEEK_END) == filepos) { in _ftelli64() 160 _lseeki64(fd, filepos, SEEK_SET); in _ftelli64()
|
D | lseek64.c | 10 return _lseeki64(fd, (_off64_t) offset, whence); in lseek64()
|
D | ftruncate64.c | 298 if(_lseeki64(__fd,pos,SEEK_SET) == -1LL){ in ftruncate64()
|
/third_party/boost/boost/iostreams/detail/config/ |
D | rtl.hpp | 41 # define BOOST_IOSTREAMS_FD_SEEK _lseeki64
|
/third_party/libsnd/src/ |
D | file_io.c | 1261 { new_position = _lseeki64 (psf->file.filedes, offset, whence) ; in psf_fseek() 1274 offset = _lseeki64 (psf->file.filedes, 0, SEEK_END) + offset ; in psf_fseek() 1291 new_position = _lseeki64 (psf->file.filedes, offset, whence) ; in psf_fseek() 1496 _lseeki64 (psf->file.filedes, 0, SEEK_END) ; in psf_get_filelen() 1498 if ((filelen = _lseeki64 (psf->file.filedes, 0, SEEK_END)) < 0) in psf_get_filelen() 1504 _lseeki64 (psf->file.filedes, current, SEEK_SET) ; in psf_get_filelen()
|
/third_party/mingw-w64/mingw-w64-crt/lib-common/ |
D | api-ms-win-crt-stdio-l1-1-0.def | 92 _lseeki64
|
/third_party/ffmpeg/libavformat/ |
D | os_support.h | 48 # define lseek(f,p,w) _lseeki64((f), (p), (w))
|
/third_party/libsnd/tests/ |
D | win32_test.c | 55 #define LSEEK _lseeki64
|
/third_party/python/Modules/_io/ |
D | fileio.c | 700 pos = _lseeki64(self->fd, 0L, SEEK_CUR); 914 res = _lseeki64(fd, pos, whence);
|
/third_party/curl/lib/ |
D | curl_setup.h | 343 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence)
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstsparsefile.c | 32 #define lseek _lseeki64
|
D | gstfilesrc.c | 55 #define lseek _lseeki64
|
D | gstfdsink.c | 67 #define lseek _lseeki64
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | gzlib.c | 9 # define LSEEK _lseeki64
|
/third_party/skia/third_party/externals/zlib/ |
D | gzlib.c | 9 # define LSEEK _lseeki64
|
/third_party/node/deps/zlib/ |
D | gzlib.c | 9 # define LSEEK _lseeki64
|
/third_party/zlib/ |
D | gzlib.c | 9 # define LSEEK _lseeki64
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | gzlib.c | 9 # define LSEEK _lseeki64
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | gzlib.c | 9 # define LSEEK _lseeki64
|
/third_party/mingw-w64/mingw-w64-crt/lib32/ |
D | msvcr80.def.in | 287 _lseeki64
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 602 pos = ::_lseeki64(FD, off, SEEK_SET); in seek()
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | io.h | 273 __MINGW_EXTENSION __int64 __cdecl _lseeki64(int _FileHandle,__int64 _Offset,int _Origin);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | raw_ostream.cpp | 756 pos = ::_lseeki64(FD, off, SEEK_SET); in seek()
|
/third_party/mingw-w64/mingw-w64-crt/lib64/ |
D | crtdll.def | 369 _lseeki64
|