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

/freebsd-10.1-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-10.1-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-10.1-release/sys/net/
H A Dzlib.c412 int match_available; /* set if previous match exists */ member in struct:deflate_state
1260 s->match_available = 0;
1807 s->match_available = 0;
1813 } else if (s->match_available) {
1829 s->match_available = 1;
1835 if (s->match_available) {
1838 s->match_available = 0;

Completed in 188 milliseconds