Searched defs:fseeko64 (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dioapi.h14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
50 #define fseeko64 fseek macro
56 #define fseeko64 _fseeki64 macro
59 #define fseeko64 fseek macro
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h309 /// int fseeko64(FILE *stream, off64_t offset, int whence)
310 fseeko64, enumerator in enum:llvm::LibFunc::Func
/external/zlib/src/contrib/minizip/
H A Dioapi.h14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
51 #define fseeko64 fseek macro
56 #define fseeko64 fseeko macro
62 #define fseeko64 _fseeki64 macro
65 #define fseeko64 fseek macro

Completed in 676 milliseconds