Home
last modified time | relevance | path

Searched refs:gzsetparams (Results 1 – 9 of 9) sorted by relevance

/titanic_53/usr/src/boot/lib/libz/
H A DSymbol.map63 gzsetparams;
H A Dzconf.h88 # define gzsetparams z_gzsetparams macro
H A Dzlib.h1304 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
H A Dgzwrite.c500 int ZEXPORT gzsetparams(file, level, strategy) in gzsetparams() function
H A DChangeLog1159 gzsetparams (thanks to Roland Giersig and Kevin Ruland for some of this code)
/titanic_53/usr/src/contrib/zlib/
H A Dzconf.h117 # define gzsetparams z_gzsetparams macro
H A Dzlib.h1381 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
H A DChangeLog1265 gzsetparams (thanks to Roland Giersig and Kevin Ruland for some of this code)
/titanic_53/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1981 (void) gzsetparams(cf->out.gzfile, Z_BEST_SPEED, in setup_file()