Home
last modified time | relevance | path

Searched refs:GZIP_STATE (Results 1 – 11 of 11) sorted by relevance

/third_party/zlib/
Ddeflate.h56 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */ macro
Ddeflate.c403 s->status != GZIP_STATE &&
529 s->wrap == 2 ? GZIP_STATE :
892 if (s->status == GZIP_STATE) {
/third_party/node/deps/zlib/
Ddeflate.h56 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */ macro
Ddeflate.c404 s->status != GZIP_STATE &&
526 s->wrap == 2 ? GZIP_STATE :
886 if (s->status == GZIP_STATE) {
/third_party/flutter/skia/third_party/externals/zlib/
Ddeflate.h56 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */ macro
Ddeflate.c453 s->status != GZIP_STATE &&
575 s->wrap == 2 ? GZIP_STATE :
935 if (s->status == GZIP_STATE) {
/third_party/skia/third_party/externals/zlib/
Ddeflate.h56 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */ macro
Ddeflate.c413 s->status != GZIP_STATE &&
535 s->wrap == 2 ? GZIP_STATE :
895 if (s->status == GZIP_STATE) {
/third_party/node/deps/zlib/patches/
D0001-simd.patch686 if (s->status == GZIP_STATE) {
/third_party/flutter/skia/third_party/externals/zlib/patches/
D0001-simd.patch686 if (s->status == GZIP_STATE) {
/third_party/skia/third_party/externals/zlib/patches/
D0001-simd.patch686 if (s->status == GZIP_STATE) {