Home
last modified time | relevance | path

Searched defs:gzeof (Results 1 – 20 of 20) sorted by relevance

/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dzlib-thin.ads230 function gzeof (file : gzFile) return Int; subprogspec
/external/rust/crates/libz-sys/src/zlib-ng/
Dgzlib.c442 int Z_EXPORT PREFIX(gzeof)(gzFile file) { in PREFIX() argument
Dzlib_name_mangling.h.in62 # define gzeof @ZLIB_SYMBOL_PREFIX@gzeof macro
/external/libwebsockets/win32port/zlib/
Dgzlib.c423 int ZEXPORT gzeof(file) in gzeof() function
Dzconf.h61 # define gzeof z_gzeof macro
/external/python/cpython2/Modules/zlib/
Dgzlib.c515 int ZEXPORT gzeof(file) in gzeof() function
Dzconf.h.in72 # define gzeof z_gzeof macro
Dzconf.h72 # define gzeof z_gzeof macro
/external/tflite-support/third_party/zlib/
Dgzlib.c515 int ZEXPORT gzeof(file) in gzeof() function
Dchromeconf.h82 #define gzeof Cr_z_gzeof macro
Dzconf.h88 # define gzeof z_gzeof macro
/external/zlib/
Dgzlib.c517 int ZEXPORT gzeof(file) in gzeof() function
Dchromeconf.h85 #define gzeof Cr_z_gzeof macro
Dzconf.h91 # define gzeof z_gzeof macro
/external/zstd/zlibWrapper/
Dgzlib.c518 int ZEXPORT gzeof(file) in gzeof() function
/external/rust/crates/libz-sys/src/zlib/
Dgzlib.c515 int ZEXPORT gzeof(file) in gzeof() function
Dzconf.h.in72 # define gzeof z_gzeof macro
Dzconf.h72 # define gzeof z_gzeof macro
/external/freetype/src/gzip/
Dftzconf.h75 # define gzeof z_gzeof macro
/external/rust/crates/libz-sys/src/
Dlib.rs280 pub fn gzeof(file: gzFile) -> c_int; in gzeof() function