/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/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/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 | 706 pos = _lseeki64(self->fd, 0L, SEEK_CUR); 916 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/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | gzlib.c | 9 # define LSEEK _lseeki64
|
D | ChangeLog | 28 - Fix gzseek() problem on MinGW due to buggy _lseeki64 there 201 - Do not use _lseeki64 under Borland C++ [Truta]
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfdsink.c | 68 #define lseek _lseeki64
|
D | gstfilesrc.c | 54 #define lseek _lseeki64
|
D | gstelements_private.c | 45 # define lseek _lseeki64
|
D | gstfdsrc.c | 60 #define lseek _lseeki64
|
D | gstfilesink.c | 58 #define lseek _lseeki64
|
D | gstdownloadbuffer.c | 68 #define lseek _lseeki64
|
/third_party/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | gzlib.c | 9 # define LSEEK _lseeki64
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | gzlib.c | 9 # define LSEEK _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/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/curl/ |
D | RELEASE-NOTES | 178 o tool: make _lseeki64() macro work with the PellesC compiler [163]
|
/third_party/node/deps/uvwasi/src/ |
D | uvwasi.c | 172 r = _lseeki64(fd, offset, real_whence); in uvwasi__lseek()
|
/third_party/libuv/src/win/ |
D | fs.c | 2115 result_offset = _lseeki64(fd_in, offset, SEEK_SET); in fs__sendfile()
|