Searched refs:_lseeki64 (Results 1 – 18 of 18) sorted by relevance
/third_party/curl/src/ |
D | tool_cb_see.c | 98 # undef _lseeki64 99 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) macro 112 if(_lseeki64(fd, where, SEEK_SET) < 0) in tool_ftruncate64()
|
/third_party/node/deps/zlib/patches/ |
D | 0012-lfs-open64.patch | 17 # define LSEEK _lseeki64
|
/third_party/libsnd/programs/ |
D | sndfile-salvage.c | 194 if (_lseeki64 (fd, offset, whence) < 0) in lseek_or_die()
|
/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 | 391 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence)
|
/third_party/node/deps/zlib/ |
D | gzlib.c | 9 # define LSEEK _lseeki64
|
/third_party/zlib/ |
D | gzlib.c | 11 # define LSEEK _lseeki64
|
D | ChangeLog | 103 - Fix gzseek() problem on MinGW due to buggy _lseeki64 there 276 - Do not use _lseeki64 under Borland C++ [Truta]
|
/third_party/skia/third_party/externals/zlib/ |
D | gzlib.c | 9 # define LSEEK _lseeki64
|
/third_party/node/deps/v8/third_party/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/node/deps/uvwasi/src/ |
D | uvwasi.c | 176 r = _lseeki64(fd, offset, real_whence); in uvwasi__lseek()
|
/third_party/node/deps/uv/src/win/ |
D | fs.c | 2115 result_offset = _lseeki64(fd_in, offset, SEEK_SET); in fs__sendfile()
|
/third_party/libuv/src/win/ |
D | fs.c | 2115 result_offset = _lseeki64(fd_in, offset, SEEK_SET); in fs__sendfile()
|
/third_party/python/Modules/ |
D | posixmodule.c | 9424 result = _lseeki64(fd, position, how); in os_lseek_impl()
|