HomeSort by: relevance | last modified time | path
    Searched refs:Z_NO_FLUSH (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/common/dist/zlib/examples/
fitblk.c 78 flush = Z_NO_FLUSH;
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
101 flush = Z_NO_FLUSH;
106 ret = inflate(inf, Z_NO_FLUSH);
zpipe.c 59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
125 ret = inflate(&strm, Z_NO_FLUSH);
zran.c 322 return inflate(strm, Z_NO_FLUSH);
395 ret = inflate(&strm, Z_NO_FLUSH);
gzappend.c 426 ret = deflate(strm, last && len == 0 ? Z_FINISH : Z_NO_FLUSH);
gzlog.c 661 deflate(&strm, len ? Z_NO_FLUSH : Z_PARTIAL_FLUSH);
  /src/common/dist/zlib/test/
example.c 183 err = deflate(&c_stream, Z_NO_FLUSH);
221 err = inflate(&d_stream, Z_NO_FLUSH);
260 err = deflate(&c_stream, Z_NO_FLUSH);
271 err = deflate(&c_stream, Z_NO_FLUSH);
278 err = deflate(&c_stream, Z_NO_FLUSH);
313 err = inflate(&d_stream, Z_NO_FLUSH);
387 err = inflate(&d_stream, Z_NO_FLUSH);
463 err = inflate(&d_stream, Z_NO_FLUSH);
infcover.c 320 ret = inflate(&strm, Z_NO_FLUSH); assert(err == 9 || ret == err);
333 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_BUF_ERROR);
422 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR);
423 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR);
433 ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_STREAM_ERROR);
minigzip.c 224 (void)deflate(strm, Z_NO_FLUSH);
249 ret = inflate(strm, Z_NO_FLUSH);
  /src/common/dist/zlib/
compress.c 55 err = deflate(&stream, sourceLen ? Z_NO_FLUSH : Z_FINISH);
gzwrite.c 105 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH &&
151 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
166 if (gz_comp(state, Z_NO_FLUSH) == -1)
211 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
217 if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
228 if (gz_comp(state, Z_NO_FLUSH) == -1)
423 if (gz_comp(state, Z_NO_FLUSH) == -1)
518 if (gz_comp(state, Z_NO_FLUSH) == -1)
uncompr.c 68 err = inflate(&stream, Z_NO_FLUSH);
deflate.c 134 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
1181 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) {
1197 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call
1665 flush == Z_NO_FLUSH ||
1754 if (flush != Z_NO_FLUSH && flush != Z_FINISH &&
1792 ((left || flush == Z_FINISH) && flush != Z_NO_FLUSH &&
1825 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
1925 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
2018 Assert (flush != Z_NO_FLUSH, "no flush?");
2052 if (s->lookahead <= MAX_MATCH && flush == Z_NO_FLUSH) {
    [all...]
gzread.c 173 ret = inflate(strm, Z_NO_FLUSH);
zlib.h 170 #define Z_NO_FLUSH 0
284 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
435 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
478 inflate() can be called again to continue the operation as if Z_NO_FLUSH had
775 than Z_FINISH or Z_NO_FLUSH are used.
  /src/common/dist/zlib/contrib/pascal/
example.pas 206 err := deflate(c_stream, Z_NO_FLUSH);
252 err := inflate(d_stream, Z_NO_FLUSH);
292 err := deflate(c_stream, Z_NO_FLUSH);
301 err := deflate(c_stream, Z_NO_FLUSH);
308 err := deflate(c_stream, Z_NO_FLUSH);
345 err := inflate(d_stream, Z_NO_FLUSH);
427 inflate(d_stream, Z_NO_FLUSH);
506 err := inflate(d_stream, Z_NO_FLUSH);
zlibpas.pas 68 Z_NO_FLUSH = 0;
  /src/sys/net/
ppp-deflate.c 289 flush = (mp == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
298 if (flush != Z_NO_FLUSH && state->strm.avail_out != 0)
527 flush = (mi == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
548 if (flush != Z_NO_FLUSH && state->strm.avail_out != 0)
zlib.h 419 #define Z_NO_FLUSH 0
zlib.c 961 s->last_flush = Z_NO_FLUSH;
1120 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) {
1133 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call
1724 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more;
1772 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
1867 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
1958 Assert (flush != Z_NO_FLUSH, "no flush?");
  /src/sys/arch/evbarm/stand/gzboot/
gzboot.c 214 s->z_err = inflate(&s->stream, Z_NO_FLUSH);
  /src/sys/arch/hpc/stand/hpcboot/
file_manager.cpp 144 _z_err = inflate(_stream, Z_NO_FLUSH);
  /src/sys/arch/atari/stand/tostools/libtos/
cread.c 332 s->z_err = inflate(&(s->stream), Z_NO_FLUSH);
  /src/sys/lib/libsa/
cread.c 379 s->z_err = inflate(&(s->stream), Z_NO_FLUSH);
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 167 Z_NO_FLUSH = 0;
347 while DCheck(inflate(strm, Z_NO_FLUSH)) <> Z_STREAM_END do
  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 54 Z_NO_FLUSH : constant := 8#0000#; -- zlib.h:125

Completed in 50 milliseconds

1 2