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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h42 LENEXT, /* i: waiting for length extra bits */ enumerator in enum:__anon7878
71 LEN -> LENEXT or LIT or TYPE
72 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
H A Dinflate.c1013 state->mode = LENEXT;
1015 case LENEXT:
/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.h42 LENEXT, /* i: waiting for length extra bits */ enumerator in enum:__anon4337
73 LEN -> LENEXT or LIT or TYPE
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
H A Dinflate.c1092 state->mode = LENEXT;
1093 case LENEXT:
/freebsd-11-stable/sys/libkern/
H A Dzlib.c4632 LENEXT, /* i: getting length extra (have base) */ enumerator in enum:inflate_codes_state::__anon8061
4746 c->mode = LENEXT;
4765 case LENEXT: /* i: getting length extra (have base) */

Completed in 80 milliseconds