Home
last modified time | relevance | path

Searched defs:flush (Results 1 – 25 of 51) sorted by relevance

123

/dflybsd-src/contrib/zlib-1.2/
H A Ddeflate.c763 int ZEXPORT deflate (strm, flush) in deflate() argument
1643 local block_state deflate_stored(s, flush) in deflate_stored() argument
1824 local block_state deflate_fast(s, flush) in deflate_fast() argument
1926 local block_state deflate_slow(s, flush) in deflate_slow() argument
2057 local block_state deflate_rle(s, flush) in deflate_rle() argument
2130 local block_state deflate_huff(s, flush) in deflate_huff() argument
H A Ddeflate.h326 # define _tr_tally_lit(s, c, flush) \ argument
333 # define _tr_tally_dist(s, distance, length, flush) \ argument
344 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
345 # define _tr_tally_dist(s, distance, length, flush) \ argument
H A Dgzwrite.c73 local int gz_comp(state, flush) in gz_comp() argument
553 int ZEXPORT gzflush(file, flush) in gzflush() argument
/dflybsd-src/usr.sbin/ppp/
H A Ddeflate.c75 int olen, ilen, len, res, flush; in DeflateOutput() local
206 int seq, flush, res, first; in DeflateInput() local
341 int res, flush, expect_error; in DeflateDictSetup() local
/dflybsd-src/sbin/hammer2/zlib/
H A Dhammer2_zlib_deflate.c364 deflate (z_streamp strm, int flush) in deflate()
970 deflate_slow(deflate_state *s, int flush) in deflate_slow()
1101 deflate_rle(deflate_state *s, int flush) in deflate_rle()
1174 deflate_huff(deflate_state *s, int flush) in deflate_huff()
H A Dhammer2_zlib_deflate.h314 # define _tr_tally_lit(s, c, flush) \ argument
321 # define _tr_tally_dist(s, distance, length, flush) \ argument
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
H A Dhammer2_zlib_inflate.c551 inflate(z_streamp strm, int flush) in inflate()
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_deflate.c369 deflate (z_streamp strm, int flush) in deflate()
975 deflate_slow(deflate_state *s, int flush) in deflate_slow()
1106 deflate_rle(deflate_state *s, int flush) in deflate_rle()
1179 deflate_huff(deflate_state *s, int flush) in deflate_huff()
H A Dhammer2_zlib_deflate.h314 # define _tr_tally_lit(s, c, flush) \ argument
321 # define _tr_tally_dist(s, distance, length, flush) \ argument
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
H A Dhammer2_zlib_inflate.c556 inflate(z_streamp strm, int flush) in inflate()
/dflybsd-src/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_deflate.c369 deflate (z_streamp strm, int flush) in deflate()
975 deflate_slow(deflate_state *s, int flush) in deflate_slow()
1106 deflate_rle(deflate_state *s, int flush) in deflate_rle()
1179 deflate_huff(deflate_state *s, int flush) in deflate_huff()
H A Dhammer2_zlib_deflate.h314 # define _tr_tally_lit(s, c, flush) \ argument
321 # define _tr_tally_dist(s, distance, length, flush) \ argument
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
H A Dhammer2_zlib_inflate.c556 inflate(z_streamp strm, int flush) in inflate()
/dflybsd-src/contrib/gdb-7/gdb/python/lib/gdb/
H A D__init__.py43 def flush(self): member in _GdbFile
/dflybsd-src/contrib/tcsh-6/
H A Dsh.print.c219 flush(void) in flush() function
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dostream.tcc211 flush() in flush() function in std::basic_ostream
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dostream.tcc213 flush() in flush() function in std::basic_ostream
/dflybsd-src/games/hunt/huntd/
H A Dterminal.c213 flush(PLAYER *pp) in flush() function
/dflybsd-src/contrib/cvs-1.12/src/
H A Dbuffer.h73 type_buf_flush flush; member
/dflybsd-src/games/rogue/
H A Dinit.c69 boolean flush = 1; variable
/dflybsd-src/usr.sbin/autofs/
H A Dautomount.c264 bool do_unmount = false, force_unmount = false, flush = false; in main_automount() local
/dflybsd-src/contrib/gdb-7/gdb/
H A Dui-out.h223 flush_ftype *flush; member
/dflybsd-src/usr.sbin/pppctl/
H A Dpppctl.c139 int flush; in Receive() local
/dflybsd-src/sys/dev/misc/nmdm/
H A Dnmdm.c512 nmdmstop(struct tty *tp, int flush) in nmdmstop()
/dflybsd-src/sbin/fsck/
H A Dutilities.c217 flush(int fd, struct bufarea *bp) in flush() function

123