Home
last modified time | relevance | path

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

/lib/zlib/
A Ddeflate.c612 int ZEXPORT deflate (strm, flush) in deflate() argument
614 int flush;
620 flush > Z_BLOCK || flush < 0) {
632 s->last_flush = flush;
833 flush != Z_FINISH) {
1488 int flush;
1533 FLUSH_BLOCK(s, flush == Z_FINISH);
1546 int flush;
1642 int flush;
1767 int flush;
[all …]
A Ddeflate.h312 # define _tr_tally_lit(s, c, flush) \ argument
318 flush = (s->sym_next == s->sym_end); \
320 # define _tr_tally_dist(s, distance, length, flush) \ argument
329 flush = (s->sym_next == s->sym_end); \
332 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
333 # define _tr_tally_dist(s, distance, length, flush) \ argument
334 flush = _tr_tally(s, distance, length)
A Dinflate.c327 __rcode int ZEXPORT inflate(z_streamp strm, int flush) in inflate() argument
556 if (flush == Z_BLOCK) goto inf_leave; in inflate()
945 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) in inflate()
/lib/
A Dgzip.c52 int r, flush, orig, window; in zzip() local
82 flush = (srclen > CFG_GZIP_COMPRESS_DEF_SZ)? in zzip()
90 r = deflate(&s, flush); in zzip()
A Dpanic.c27 flush(); /* flush the panic message before reset */ in panic_finish()
/lib/efi_selftest/
A Defi_selftest_loadimage.c203 .flush = efi_st_flush,
218 .flush = efi_st_flush,
/lib/mbedtls/external/mbedtls/tests/scripts/
A Ddepends.py95 sys.stderr.flush()
/lib/mbedtls/external/mbedtls/library/
A Dssl_msg.c2941 int flush = force_flush; in mbedtls_ssl_write_record() local
3054 flush == SSL_DONT_FORCE_FLUSH) { in mbedtls_ssl_write_record()
3065 flush = SSL_FORCE_FLUSH; in mbedtls_ssl_write_record()
3074 if ((flush == SSL_FORCE_FLUSH) && in mbedtls_ssl_write_record()
/lib/efi_loader/
A Defi_file.c1142 .flush = efi_file_flush,

Completed in 34 milliseconds