Searched refs:bflush (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libz/
H A Ddeflate.c1810 int bflush; /* set if current block must be flushed */ local
1849 s->match_length - MIN_MATCH, bflush);
1885 _tr_tally_lit(s, s->window[s->strstart], bflush);
1889 if (bflush) FLUSH_BLOCK(s, 0);
1909 int bflush; /* set if current block must be flushed */ local
1971 s->prev_length - MIN_MATCH, bflush);
1989 if (bflush) FLUSH_BLOCK(s, 0);
1997 _tr_tally_lit(s, s->window[s->strstart - 1], bflush);
1998 if (bflush) {
2016 _tr_tally_lit(s, s->window[s->strstart - 1], bflush);
2036 int bflush; /* set if current block must be flushed */ local
2107 int bflush; /* set if current block must be flushed */ local
[all...]
/openbsd-current/sys/lib/libz/
H A Ddeflate.c1812 int bflush; /* set if current block must be flushed */ local
1851 s->match_length - MIN_MATCH, bflush);
1887 _tr_tally_lit(s, s->window[s->strstart], bflush);
1891 if (bflush) FLUSH_BLOCK(s, 0);
1911 int bflush; /* set if current block must be flushed */ local
1973 s->prev_length - MIN_MATCH, bflush);
1991 if (bflush) FLUSH_BLOCK(s, 0);
1999 _tr_tally_lit(s, s->window[s->strstart - 1], bflush);
2000 if (bflush) {
2018 _tr_tally_lit(s, s->window[s->strstart - 1], bflush);
2038 int bflush; /* set if current block must be flushed */ local
2109 int bflush; /* set if current block must be flushed */ local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.c1882 int bflush; /* set if current block must be flushed */ local
1921 s->match_length - MIN_MATCH, bflush);
1957 _tr_tally_lit(s, s->window[s->strstart], bflush);
1961 if (bflush) FLUSH_BLOCK(s, 0);
1984 int bflush; /* set if current block must be flushed */ local
2046 s->prev_length - MIN_MATCH, bflush);
2064 if (bflush) FLUSH_BLOCK(s, 0);
2072 _tr_tally_lit(s, s->window[s->strstart - 1], bflush);
2073 if (bflush) {
2091 _tr_tally_lit(s, s->window[s->strstart - 1], bflush);
2114 int bflush; /* set if current block must be flushed */ local
2188 int bflush; /* set if current block must be flushed */ local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dbfdio.c105 . int (*bflush) (struct bfd *abfd);
228 return abfd->iovec->bflush (abfd);
H A Dlibbfd.h763 int (*bflush) (struct bfd *abfd);
760 int (*bflush) (struct bfd *abfd); member in struct:bfd_iovec

Completed in 126 milliseconds