Home
last modified time | relevance | path

Searched refs:match_available (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/zlib/
Ddeflate.c473 s->match_available = 0;
1264 s->match_available = 0;
2062 s->match_available = 0;
2068 } else if (s->match_available) {
2085 s->match_available = 1;
2091 if (s->match_available) {
2094 s->match_available = 0;
Ddeflate.h161 int match_available; /* set if previous match exists */ member