/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | ioapi.c | 21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) macro 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) macro 203 if(FSEEKO_FUNC((FILE *)stream, offset, fseek_origin) != 0) in fseek64_file_func()
|
H A D | minizip.c | 34 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) macro 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) macro 231 int n = FSEEKO_FUNC(pFile, 0, SEEK_END); in isLargeFile()
|
H A D | miniunz.c | 34 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) macro 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) macro
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | ioapi.c | 21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) macro 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) macro 203 if(FSEEKO_FUNC((FILE *)stream, offset, fseek_origin) != 0) in fseek64_file_func()
|
H A D | minizip.c | 35 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) macro 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) macro 232 int n = FSEEKO_FUNC(pFile, 0, SEEK_END); in isLargeFile()
|
H A D | miniunz.c | 34 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) macro 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) macro
|
/third_party/zlib/contrib/minizip/ |
H A D | ioapi.c | 21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) macro 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) macro 194 if(FSEEKO_FUNC((FILE *)stream, (z_off64_t)offset, fseek_origin) != 0) in fseek64_file_func()
|
H A D | minizip.c | 35 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) macro 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) macro 232 FSEEKO_FUNC(pFile, 0, SEEK_END); in isLargeFile()
|
H A D | miniunz.c | 34 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) macro 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) macro
|