Home
last modified time | relevance | path

Searched refs:fseeko64 (Results 1 - 24 of 24) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/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
H A Dioapi.c25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
H A Dminizip.c38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
H A Dminiunz.c38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
/third_party/skia/third_party/externals/zlib/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
H A Dioapi.c25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
H A Dminizip.c39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
H A Dminiunz.c38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
/third_party/zlib/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
58 #define fseeko64 fseeko macro
64 #define fseeko64 _fseeki64 macro
67 #define fseeko64 fseek macro
H A Dioapi.c25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
H A Dminizip.c39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
H A Dminiunz.c38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
/third_party/musl/src/stdio/
H A Dfseek.c56 weak_alias(fseeko, fseeko64);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h210 #define fseeko64 fseeko macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h211 #define fseeko64 fseeko macro
/third_party/musl/porting/linux/user/include/
H A Dstdio.h217 #define fseeko64 fseeko macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h210 #define fseeko64 fseeko macro
/third_party/musl/include/
H A Dstdio.h217 #define fseeko64 fseeko macro
/third_party/ffmpeg/tools/
H A Dqt-faststart.c35 #define fseeko(x, y, z) fseeko64(x, y, z)
/third_party/lz4/programs/
H A Dutil.h89 # define UTIL_fseek fseeko64
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1790 pub fn fseeko64(stream: *mut ::FILE, offset: ::off64_t, whence: ::c_int) -> ::c_int; in fseeko64() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3950 pub fn fseeko64(stream: *mut ::FILE, offset: ::off64_t, whence: ::c_int) -> ::c_int; in fseeko64() functions
/third_party/astc-encoder/Source/
H A Dtinyexr.h4665 #define MZ_FSEEK64 fseeko64
4697 #define MZ_FSEEK64 fseeko64
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2514 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
[all...]

Completed in 69 milliseconds