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

/freebsd-9.3-release/lib/libz/
H A Ddeflate.h158 int match_available; /* set if previous match exists */ member in struct:internal_state
H A Ddeflate.c384 s->match_available = 0;
1125 s->match_available = 0;
1811 s->match_available = 0;
1817 } else if (s->match_available) {
1834 s->match_available = 1;
1840 if (s->match_available) {
1843 s->match_available = 0;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.h155 int match_available; /* set if previous match exists */ member in struct:internal_state
H A Ddeflate.c1010 s->match_available = 0;
1644 s->match_available = 0;
1650 } else if (s->match_available) {
1667 s->match_available = 1;
1673 if (s->match_available) {
1676 s->match_available = 0;
/freebsd-9.3-release/sys/net/
H A Dzlib.c405 int match_available; /* set if previous match exists */ member in struct:deflate_state
1253 s->match_available = 0;
1800 s->match_available = 0;
1806 } else if (s->match_available) {
1822 s->match_available = 1;
1828 if (s->match_available) {
1831 s->match_available = 0;

Completed in 125 milliseconds