Searched defs:whave (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libz/
H A Dinffast.c82 unsigned whave; /* valid bytes in the window */ local
109 whave = state->whave;
190 if (op > whave) {
H A Dinflate.h90 unsigned whave; /* valid bytes in the window */ member in struct:inflate_state
/ast/src/cmd/INIT/
H A Dratz.c1651 unsigned whave; /* valid bytes in the window */ member in struct:inflate_state
2078 unsigned whave; /* valid bytes in the window */ local
2105 whave = state->whave;
2186 if (op > whave) {
2345 state->whave = 0;
2563 state->whave = 0;
2571 state->whave = state->wsize;
2581 state->whave = state->wsize;
2586 if (state->whave < stat
[all...]

Completed in 20 milliseconds