Searched defs:flush (Results 1 – 6 of 6) sorted by relevance
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | deflate.h | 308 # define _tr_tally_lit(s, c, flush) \ argument 315 # define _tr_tally_dist(s, distance, length, flush) \ argument 326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 327 # define _tr_tally_dist(s, distance, length, flush) \ argument
|
H A D | deflate.c | 552 int ZEXPORT deflate (strm, flush) in deflate() argument 1390 local block_state deflate_stored(s, flush) in deflate_stored() argument 1448 local block_state deflate_fast(s, flush) in deflate_fast() argument 1554 local block_state deflate_slow(s, flush) in deflate_slow() argument
|
H A D | gzio.c | 705 local int do_flush (file, flush) in do_flush() argument 746 int ZEXPORT gzflush (file, flush) in gzflush() argument
|
H A D | inflate.c | 554 int ZEXPORT inflate(strm, flush) in inflate() argument
|
/nrf52832-nimble/rt-thread/components/dfs/include/ |
H A D | dfs_file.h | 30 int (*flush) (struct dfs_fd *fd); member
|
/nrf52832-nimble/rt-thread/components/utilities/ulog/ |
H A D | ulog_def.h | 202 void (*flush) (struct ulog_backend *backend); member
|