Searched refs:gzwrite (Results 1 - 3 of 3) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dgzwrite.c0 /* gzwrite.c -- zlib functions for writing gzip files
165 int ZEXPORT gzwrite(file, buf, len) function
287 if (gzwrite(file, buf, 1) != 1)
302 ret = gzwrite(file, str, len);
H A Dzconf.h98 # define gzwrite z_gzwrite macro
H A Dzlib.h1341 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1345 gzwrite returns the number of uncompressed bytes written or 0 in case of
1419 gzip stream is completed in the output. If gzwrite() is called again, a new
1431 Sets the starting position for the next gzread or gzwrite on the given
1457 Returns the starting position for the next gzread or gzwrite on the given

Completed in 261 milliseconds