Home
last modified time | relevance | path

Searched refs:COMMENT_STATE (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/lib/zlib/
Ddeflate.h54 #define COMMENT_STATE 91 macro
Ddeflate.c733 s->status = COMMENT_STATE;
737 s->status = COMMENT_STATE;
739 if (s->status == COMMENT_STATE) {
904 status != COMMENT_STATE &&
/external/python/cpython2/Modules/zlib/
Ddeflate.h60 #define COMMENT_STATE 91 /* gzip comment -> HCRC_STATE */ macro
Ddeflate.c367 s->status != COMMENT_STATE &&
947 s->status = COMMENT_STATE;
949 if (s->status == COMMENT_STATE) {
/external/zlib/src/
Ddeflate.h60 #define COMMENT_STATE 91 /* gzip comment -> HCRC_STATE */ macro
Ddeflate.c367 s->status != COMMENT_STATE &&
947 s->status = COMMENT_STATE;
949 if (s->status == COMMENT_STATE) {