Home
last modified time | relevance | path

Searched refs:PRESET_DICT (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/uts/common/zmod/
Dzutil.h92 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ macro
Ddeflate.c643 if (s->strstart != 0) header |= PRESET_DICT;
/netbsd/src/common/dist/zlib/
Dzutil.h102 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ macro
Ddeflate.c1012 if (s->strstart != 0) header |= PRESET_DICT; in deflate()
/netbsd/src/sys/net/
Dzlib.c134 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ macro
1075 if (s->strstart != 0) header |= PRESET_DICT; in deflate()
3544 if (!(b & PRESET_DICT)) in _tr_flush_block()