Home
last modified time | relevance | path

Searched refs:COMMENT (Results 1 – 2 of 2) sorted by relevance

/lib/zlib_inflate/
Dinflate.h25 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
/lib/
Dinflate.c1187 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
1253 if ((flags & COMMENT) != 0) { in gunzip()