Searched refs:flush (Results 1 – 9 of 9) sorted by relevance
| /lib/zlib/ |
| A D | deflate.c | 612 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 D | deflate.h | 312 # 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 D | inflate.c | 327 __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 D | gzip.c | 52 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 D | panic.c | 27 flush(); /* flush the panic message before reset */ in panic_finish()
|
| /lib/efi_selftest/ |
| A D | efi_selftest_loadimage.c | 203 .flush = efi_st_flush, 218 .flush = efi_st_flush,
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | depends.py | 95 sys.stderr.flush()
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | ssl_msg.c | 2941 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 D | efi_file.c | 1142 .flush = efi_file_flush,
|
Completed in 34 milliseconds