Home
last modified time | relevance | path

Searched refs:GZIP_STATE (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/zlib/
H A Ddeflate.h60 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */ macro
H A Ddeflate.c579 s->status != GZIP_STATE && in deflateStateCheck()
693 s->wrap == 2 ? GZIP_STATE : in deflateResetKeep()
1069 if (s->status == GZIP_STATE) { in deflate()
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.h56 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */ macro
H A Ddeflate.c418 s->status != GZIP_STATE &&
540 s->wrap == 2 ? GZIP_STATE :
903 if (s->status == GZIP_STATE) {
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.h56 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */ macro
H A Ddeflate.c413 s->status != GZIP_STATE &&
535 s->wrap == 2 ? GZIP_STATE :
895 if (s->status == GZIP_STATE) {
/third_party/zlib/
H A Ddeflate.h60 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */ macro
H A Ddeflate.c541 s->status != GZIP_STATE && in deflateStateCheck()
659 s->wrap == 2 ? GZIP_STATE : in deflateResetKeep()
1039 if (s->status == GZIP_STATE) { in deflate()

Completed in 16 milliseconds