Searched refs:LENEXT (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/lib/libz/
H A Dinflate.h42 LENEXT, /* i: waiting for length extra bits */ enumerator in enum:__anon5382
73 LEN -> LENEXT or LIT or TYPE
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
H A Dinflate.c1069 state->mode = LENEXT;
1070 case LENEXT:
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h42 LENEXT, /* i: waiting for length extra bits */ enumerator in enum:__anon6104
71 LEN -> LENEXT or LIT or TYPE
72 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
H A Dinflate.c1013 state->mode = LENEXT;
1015 case LENEXT:
/freebsd-9.3-release/sys/net/
H A Dzlib.c4625 LENEXT, /* i: getting length extra (have base) */ enumerator in enum:inflate_codes_state::__anon9601
4739 c->mode = LENEXT;
4758 case LENEXT: /* i: getting length extra (have base) */

Completed in 181 milliseconds