Home
last modified time | relevance | path

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

/lib/zlib_inflate/
Dinflate.h34 LEN, /* i: waiting for length/lit code */ enumerator
Dinflate.c409 state->mode = LEN; /* decode codes */ in zlib_inflate()
556 state->mode = LEN; in zlib_inflate()
557 case LEN: in zlib_inflate()
670 if (state->length == 0) state->mode = LEN; in zlib_inflate()
676 state->mode = LEN; in zlib_inflate()