Searched refs:_lseeki64 (Results 1 – 13 of 13) sorted by relevance
/external/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 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) macro 109 # undef _lseeki64 110 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) macro 121 if(_lseeki64(fd, where, SEEK_SET) < 0) in tool_ftruncate64()
|
/external/curl/lib/ |
D | curl_setup.h | 360 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence)
|
/external/fio/os/windows/ |
D | posix.c | 691 _lseeki64(fildes, pos, SEEK_SET); in pwrite() 699 _lseeki64(fildes, pos, SEEK_SET); in pread()
|
/external/pdfium/third_party/libtiff/ |
D | tiffiop.h | 293 #define _TIFF_lseek_f(fildes,offset,whence) _lseeki64(fildes,/* __int64 */ offset,whence)
|
/external/pdfium/third_party/zlib_v128/ |
D | gzlib.c | 9 # define LSEEK _lseeki64
|
/external/zlib/src/ |
D | gzlib.c | 9 # define LSEEK _lseeki64
|
D | ChangeLog | 158 - Do not use _lseeki64 under Borland C++ [Truta]
|
/external/opencv3/3rdparty/zlib/ |
D | gzlib.c | 9 # define LSEEK _lseeki64
|
D | ChangeLog | 158 - Do not use _lseeki64 under Borland C++ [Truta]
|
/external/libevent/ |
D | buffer.c | 2899 #define lseek _lseeki64 in evbuffer_add_file()
|
/external/opencv3/3rdparty/libtiff/ |
D | ChangeLog | 1200 consistent (__int64) casting when testing if _lseeki64 has
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 14557 FUNC 125ae 119 10 _lseeki64
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 14557 FUNC 125ae 119 10 _lseeki64
|