Searched refs:zfree (Results 1 – 25 of 90) 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;
45 stream.zfree = static_cast<free_func>(0); in GzipCompressHelper()94 stream.zfree = static_cast<free_func>(0); in GzipUncompressHelper()
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_()
302 zstream->zfree = (free_func) ft_gzip_free; in ft_gzip_file_init()327 zstream->zfree = NULL; in ft_gzip_file_done()712 stream.zfree = (free_func) ft_gzip_free; in FT_Gzip_Uncompress()
81 free_func zfree; /* used to free the internal state */ member
149 state->istream.zfree = zlib_zfree; in zlib_stateful_init()161 state->ostream.zfree = zlib_zfree; in zlib_stateful_init()321 stream.zfree = (free_func)0;493 ctx->zin.zfree = Z_NULL; in bio_zlib_new()499 ctx->zout.zfree = Z_NULL; in bio_zlib_new()
43 stream.zfree = (free_func)0; in uncompress()
43 stream.zfree = (free_func)0; in compress2()
43 stream.zfree = (free_func)0;
53 zcontext_.zfree = Z_NULL; in GzipInputStream()207 zcontext_.zfree = Z_NULL; in Init()
386 static void zfree(void *x, void *addr) in zfree() function434 s.zfree = zfree; in gunzip()
107 Strm.zfree := Free;
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)
45 uint zfree; field