Searched defs:gzread (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dgzread.c0 /* gzread.c -- zlib functions for reading gzip files
288 int ZEXPORT gzread(file, buf, len) function
411 /* nothing there -- try gzread() */
412 ret = gzread(file, buf, 1);
H A Dzconf.h90 # define gzread z_gzread macro

Completed in 44 milliseconds