Searched refs:zfree (Results 1 – 25 of 79) sorted by relevance
1234
73 static free_func zfree = myfree; variable78 static free_func zfree = (free_func)0; variable209 c_stream.zfree = zfree;248 d_stream.zfree = zfree;287 c_stream.zfree = zfree;344 d_stream.zfree = zfree;384 c_stream.zfree = zfree;423 d_stream.zfree = zfree;465 c_stream.zfree = zfree;504 d_stream.zfree = zfree;
192 c_stream.zfree := NIL;237 d_stream.zfree := NIL;278 c_stream.zfree := NIL;332 d_stream.zfree := NIL;376 c_stream.zfree := NIL;415 d_stream.zfree := NIL;455 c_stream.zfree := NIL;492 d_stream.zfree := NIL;
36 zfree: TFree; // used to free the internal state294 strm.zfree := zlibFreeMem;333 strm.zfree := zlibFreeMem;373 strm.zfree := zlibFreeMem;395 FZRec.zfree := zlibFreeMem;
46 strm.zfree = Z_NULL; in def()102 strm.zfree = Z_NULL; in inf()
149 def.zfree = Z_NULL; in main()181 inf.zfree = Z_NULL; in main()
156 strm.zfree = Z_NULL; in build_index()270 strm.zfree = Z_NULL; in extract()
71 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL) in inflateEnd()101 if (z->zfree == Z_NULL) z->zfree = zcfree; in inflateInit2_()
301 zstream->zfree = (free_func) ft_gzip_free; in ft_gzip_file_init()326 zstream->zfree = NULL; in ft_gzip_file_done()724 stream.zfree = (free_func) ft_gzip_free; in FT_Gzip_Uncompress()
81 free_func zfree; /* used to free the internal state */ member
220 strm->zfree = Z_NULL; in SPDYF_zlib_deflate_init()325 strm->zfree = Z_NULL; in SPDYF_zlib_inflate_init()
43 stream.zfree = (free_func)0; in uncompress()
43 stream.zfree = (free_func)0; in compress2()
52 if (strm->zfree == (free_func)0) in inflateBackInit_()56 strm->zfree = zcfree; in inflateBackInit_()634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateBackEnd()
43 stream.zfree = (free_func)0;
52 if (strm->zfree == (free_func)0)56 strm->zfree = zcfree;634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
53 zcontext_.zfree = Z_NULL; in GzipInputStream()213 zcontext_.zfree = Z_NULL; in Init()
37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;609 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
107 Strm.zfree := Free;
178 z->zfree = (free_func)zfree_cb; in Curl_unencode_deflate_write()288 z->zfree = (free_func)zfree_cb; in Curl_unencode_gzip_write()
45 uint zfree; field
79 fImpl->fZStream.zfree = &skia_free_func; in SkDeflateWStream()