Searched refs:dstrm (Results 1 – 4 of 4) sorted by relevance
109 G.dstrm.next_out = redirSlide;110 G.dstrm.avail_out = wsize;112 G.dstrm.next_in = G.inptr;113 G.dstrm.avail_in = G.incnt;138 G.dstrm.zalloc = (alloc_func)Z_NULL;139 G.dstrm.zfree = (free_func)Z_NULL;142 err = inflateInit2(&G.dstrm, -windowBits);157 while (G.dstrm.avail_out > 0) {158 err = inflate(&G.dstrm, Z_PARTIAL_FLUSH);174 if (G.dstrm.avail_in <= 0) {[all …]
351 G.dstrm.next_out = redirSlide;352 G.dstrm.avail_out = wsize;354 G.dstrm.next_in = G.inptr;355 G.dstrm.avail_in = G.incnt;380 G.dstrm.zalloc = (alloc_func)Z_NULL;381 G.dstrm.zfree = (free_func)Z_NULL;384 err = inflateInit2(&G.dstrm, -windowBits);399 while (G.dstrm.avail_out > 0) {400 err = inflate(&G.dstrm, Z_PARTIAL_FLUSH);416 if (G.dstrm.avail_in <= 0) {[all …]
308 z_stream dstrm; /* inflate global: decompression stream */ member
1861 # define inflate_free(x) inflateEnd(&((Uz_Globs *)(&G))->dstrm)