Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */ enumerator
H A Dinflate.c730 state->mode = LEN_; /* decode codes */ in inflate()
908 state->mode = LEN_; in inflate()
911 case LEN_: in inflate()
1149 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0); in inflate()