/third_party/zlib/contrib/minizip/ |
D | ioapi.h | 51 #define fseeko64 fseek macro 56 #define fseeko64 fseeko macro 62 #define fseeko64 _fseeki64 macro 65 #define fseeko64 fseek macro
|
D | ioapi.c | 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
D | minizip.c | 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
D | miniunz.c | 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/ |
D | ioapi.h | 51 #define fseeko64 fseek macro 56 #define fseeko64 fseeko macro 62 #define fseeko64 _fseeki64 macro 65 #define fseeko64 fseek macro
|
D | ioapi.c | 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
D | minizip.c | 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
D | miniunz.c | 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
D | ioapi.h | 51 #define fseeko64 fseek macro 56 #define fseeko64 fseeko macro 62 #define fseeko64 _fseeki64 macro 65 #define fseeko64 fseek macro
|
D | ioapi.c | 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
D | minizip.c | 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
D | miniunz.c | 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
/third_party/musl/src/stdio/ |
D | fseek.c | 50 weak_alias(fseeko, fseeko64);
|
/third_party/node/deps/zlib/ |
D | zlib.gyp | 61 # fseeko64. We use fopen, ftell, and fseek instead on these
|
D | BUILD.gn | 341 # Mac, Android and the BSDs don't have fopen64, ftello64, or fseeko64. We
|
/third_party/musl/include/ |
D | stdio.h | 212 #define fseeko64 fseeko macro
|
/third_party/musl/porting/linux/user/include/ |
D | stdio.h | 212 #define fseeko64 fseeko macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdio.h | 210 #define fseeko64 fseeko macro
|
/third_party/musl/ndk_musl_include/ |
D | stdio.h | 207 #define fseeko64 fseeko macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdio.h | 211 #define fseeko64 fseeko macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdio.h | 210 #define fseeko64 fseeko macro
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | BUILD.gn | 307 # Mac, Android and the BSDs don't have fopen64, ftello64, or fseeko64. We
|
/third_party/skia/third_party/externals/zlib/ |
D | BUILD.gn | 389 # Mac, Android and the BSDs don't have fopen64, ftello64, or fseeko64. We
|
/third_party/ffmpeg/tools/ |
D | qt-faststart.c | 35 #define fseeko(x, y, z) fseeko64(x, y, z)
|
/third_party/lz4/programs/ |
D | util.h | 89 # define UTIL_fseek fseeko64
|