Searched refs:CONTINUATION (Results 1 – 6 of 6) sorted by relevance
53 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */ macro
57 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip macro
66 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */ macro
97 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */ macro
1183 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */ macro1223 if ((flags & CONTINUATION) != 0) { in gunzip()
174 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */ macro237 if ((buf[3] & ENCRYPTED) || (buf[3] & CONTINUATION) || in decompress_exec()