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

/linux-master/lib/zlib_deflate/
H A Ddeflate.c549 s->match_available = 0;
1097 s->match_available = 0;
1103 } else if (s->match_available) {
1119 s->match_available = 1;
1125 if (s->match_available) {
1128 s->match_available = 0;
H A Ddefutil.h133 int match_available; /* set if previous match exists */ member in struct:deflate_state

Completed in 213 milliseconds