Searched refs:DICTID (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/lib/libz/
H A Dinflate.h30 DICTID, /* i: waiting for dictionary check value */ enumerator in enum:__anon5916
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
H A Dinflate.c683 state->mode = hold & 0x200 ? DICTID : TYPE;
814 case DICTID:
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h32 DICTID, /* i: waiting for dictionary check value */ enumerator in enum:__anon6686
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
H A Dinflate.c637 state->mode = hold & 0x200 ? DICTID : TYPE;
775 case DICTID:

Completed in 104 milliseconds