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

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

Completed in 75 milliseconds