Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Ddeflate.h56 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */ macro
H A Ddeflate.c366 s->status != GZIP_STATE &&
492 s->wrap == 2 ? GZIP_STATE :
852 if (s->status == GZIP_STATE) {