Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/zlib/
HDinflate.h40 LEN_, /* i: same as LEN below, but only first time in */ enumerator
HDinflate.c846 state->mode = LEN_; /* decode codes */ in inflate()
1020 state->mode = LEN_; in inflate()
1023 case LEN_: in inflate()
1260 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0); in inflate()