Home
last modified time | relevance | path

Searched refs:ftello64 (Results 1 - 23 of 23) 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.
50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
H A Dioapi.c24 #define FTELLO_FUNC(stream) ftello64(stream)
H A Dminizip.c37 #define FTELLO_FUNC(stream) ftello64(stream)
H A Dminiunz.c37 #define FTELLO_FUNC(stream) ftello64(stream)
/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.
50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
H A Dioapi.c24 #define FTELLO_FUNC(stream) ftello64(stream)
H A Dminizip.c38 #define FTELLO_FUNC(stream) ftello64(stream)
H A Dminiunz.c37 #define FTELLO_FUNC(stream) ftello64(stream)
/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 ftello64 ftell macro
57 #define ftello64 ftello macro
63 #define ftello64 _ftelli64 macro
66 #define ftello64 ftell macro
H A Dioapi.c24 #define FTELLO_FUNC(stream) ftello64(stream)
H A Dminizip.c38 #define FTELLO_FUNC(stream) ftello64(stream)
H A Dminiunz.c37 #define FTELLO_FUNC(stream) ftello64(stream)
/third_party/musl/src/stdio/
H A Dftell.c47 weak_alias(ftello, ftello64);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h211 #define ftello64 ftello macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h212 #define ftello64 ftello macro
/third_party/musl/porting/linux/user/include/
H A Dstdio.h218 #define ftello64 ftello macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h211 #define ftello64 ftello macro
/third_party/musl/include/
H A Dstdio.h218 #define ftello64 ftello macro
/third_party/ffmpeg/tools/
H A Dqt-faststart.c37 #define ftello(x) ftello64(x)
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1791 pub fn ftello64(stream: *mut ::FILE) -> ::off64_t; in ftello64() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3951 pub fn ftello64(stream: *mut ::FILE) -> ::off64_t; in ftello64() functions
/third_party/astc-encoder/Source/
H A Dtinyexr.h4664 #define MZ_FTELL64 ftello64
4696 #define MZ_FTELL64 ftello64
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2515 extern __off64_t ftello64 (FILE *__stream) ;
[all...]

Completed in 68 milliseconds