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
173 if(zp->zlib_init != ZLIB_INIT && in inflate_stream()
231 if(zp->zlib_init == ZLIB_INIT) { in inflate_stream()
255 if(nread && zp->zlib_init == ZLIB_INIT) in inflate_stream()
278 zp->zlib_init = ZLIB_INIT; in deflate_init_writer()
346 zp->zlib_init = ZLIB_INIT; /* Initial call state */ in gzip_init_writer()
469 case ZLIB_INIT: in gzip_unencode_write()