Searched refs:PRESET_DICT (Results 1 – 9 of 9) sorted by relevance
68 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ macro
188 if (!(b & PRESET_DICT)) in inflate()
79 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ macro
750 if (s->strstart != 0) header |= PRESET_DICT;
81 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ macro
749 if (s->strstart != 0) header |= PRESET_DICT; in deflate()