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

/forgerock/web-agents-v4/zlib/
H A Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */ enumerator in enum:__anon116
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
70 TABLE -> LENLENS -> CODELENS -> LEN_
71 LEN_ -> LEN
H A Dinflate.c847 state->mode = LEN_; /* decode codes */
1017 state->mode = LEN_;
1019 case LEN_:
1248 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0);

Completed in 32 milliseconds