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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzconf.h17 # define deflate z_deflate macro
118 /* The memory requirements for deflate are (in bytes):
H A Ddeflate.c0 /* deflate.c -- compress data using the deflation algorithm
51 #include "deflate.h"
54 " deflate 1.1.4 Copyright 1995-2002 Jean-loup Gailly ";
68 finish_started, /* finish started, need only more output at next deflate */
109 * See deflate.c for comments about the MIN_MATCH+1.
139 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
348 s->noheader = 0; /* was set to -1 by deflate(..., Z_FINISH); */
383 err = deflate(strm, Z_PARTIAL_FLUSH);
410 * Flush as much pending output as possible. All deflate() output goes
435 int ZEXPORT deflate (str function
[all...]

Completed in 43 milliseconds