Home
last modified time | relevance | path

Searched refs:_lseeki64 (Results 1 – 25 of 58) sorted by relevance

123

/third_party/curl/src/
Dtool_cb_see.c95 # 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/
Dfseeki64.c39 _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()
Dlseek64.c10 return _lseeki64(fd, (_off64_t) offset, whence); in lseek64()
Dftruncate64.c298 if(_lseeki64(__fd,pos,SEEK_SET) == -1LL){ in ftruncate64()
/third_party/boost/boost/iostreams/detail/config/
Drtl.hpp41 # define BOOST_IOSTREAMS_FD_SEEK _lseeki64
/third_party/libsnd/src/
Dfile_io.c1261 { 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/
Dapi-ms-win-crt-stdio-l1-1-0.def92 _lseeki64
/third_party/ffmpeg/libavformat/
Dos_support.h48 # define lseek(f,p,w) _lseeki64((f), (p), (w))
/third_party/libsnd/tests/
Dwin32_test.c55 #define LSEEK _lseeki64
/third_party/python/Modules/_io/
Dfileio.c700 pos = _lseeki64(self->fd, 0L, SEEK_CUR);
914 res = _lseeki64(fd, pos, whence);
/third_party/curl/lib/
Dcurl_setup.h343 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence)
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstsparsefile.c32 #define lseek _lseeki64
Dgstfilesrc.c55 #define lseek _lseeki64
Dgstfdsink.c67 #define lseek _lseeki64
/third_party/flutter/skia/third_party/externals/zlib/
Dgzlib.c9 # define LSEEK _lseeki64
/third_party/skia/third_party/externals/zlib/
Dgzlib.c9 # define LSEEK _lseeki64
/third_party/node/deps/zlib/
Dgzlib.c9 # define LSEEK _lseeki64
/third_party/zlib/
Dgzlib.c9 # define LSEEK _lseeki64
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dgzlib.c9 # define LSEEK _lseeki64
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dgzlib.c9 # define LSEEK _lseeki64
/third_party/mingw-w64/mingw-w64-crt/lib32/
Dmsvcr80.def.in287 _lseeki64
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp602 pos = ::_lseeki64(FD, off, SEEK_SET); in seek()
/third_party/mingw-w64/mingw-w64-headers/crt/
Dio.h273 __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/
Draw_ostream.cpp756 pos = ::_lseeki64(FD, off, SEEK_SET); in seek()
/third_party/mingw-w64/mingw-w64-crt/lib64/
Dcrtdll.def369 _lseeki64

123