Searched defs:zlib_writer (Results 1 – 1 of 1) sorted by relevance
81 struct zlib_writer { struct82 struct Curl_cwriter super;83 zlibInitState zlib_init; /* zlib init state */84 char buffer[DECOMPRESS_BUFFER_SIZE]; /* Put the decompressed data here. */85 uInt trailerlen; /* Remaining trailer byte count. */86 z_stream z; /* State structure for zlib. */