Home
last modified time | relevance | path

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

/external/curl/lib/
Dcontent_encoding.c75 ZLIB_INIT, /* initialized */ enumerator
171 if(zp->zlib_init != ZLIB_INIT && in inflate_stream()
229 if(zp->zlib_init == ZLIB_INIT) { in inflate_stream()
253 if(nread && zp->zlib_init == ZLIB_INIT) in inflate_stream()
276 zp->zlib_init = ZLIB_INIT; in deflate_init_writer()
344 zp->zlib_init = ZLIB_INIT; /* Initial call state */ in gzip_init_writer()
467 case ZLIB_INIT: in gzip_unencode_write()