Home
last modified time | relevance | path

Searched refs:zfree (Results 1 – 25 of 79) sorted by relevance

1234

/external/zlib/src/test/
Dexample.c73 static free_func zfree = myfree; variable
78 static free_func zfree = (free_func)0; variable
209 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;
/external/zlib/src/contrib/pascal/
Dexample.pas192 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;
/external/zlib/src/contrib/delphi/
DZLib.pas36 zfree: TFree; // used to free the internal state
294 strm.zfree := zlibFreeMem;
333 strm.zfree := zlibFreeMem;
373 strm.zfree := zlibFreeMem;
395 FZRec.zfree := zlibFreeMem;
/external/zlib/src/examples/
Dzpipe.c46 strm.zfree = Z_NULL; in def()
102 strm.zfree = Z_NULL; in inf()
Dfitblk.c149 def.zfree = Z_NULL; in main()
181 inf.zfree = Z_NULL; in main()
Dzran.c156 strm.zfree = Z_NULL; in build_index()
270 strm.zfree = Z_NULL; in extract()
/external/freetype/src/gzip/
Dinflate.c71 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_()
Dftgzip.c301 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()
Dzlib.h81 free_func zfree; /* used to free the internal state */ member
/external/libmicrohttpd/src/microspdy/
Dcompression.c220 strm->zfree = Z_NULL; in SPDYF_zlib_deflate_init()
325 strm->zfree = Z_NULL; in SPDYF_zlib_inflate_init()
/external/pdfium/third_party/zlib_v128/
Duncompr.c43 stream.zfree = (free_func)0; in uncompress()
Dcompress.c43 stream.zfree = (free_func)0; in compress2()
Dinfback.c52 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()
/external/zlib/src/
Duncompr.c43 stream.zfree = (free_func)0;
Dcompress.c43 stream.zfree = (free_func)0;
Dinfback.c52 if (strm->zfree == (free_func)0)
56 strm->zfree = zcfree;
634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
/external/opencv3/3rdparty/zlib/
Duncompr.c43 stream.zfree = (free_func)0;
Dcompress.c43 stream.zfree = (free_func)0;
Dinfback.c52 if (strm->zfree == (free_func)0)
56 strm->zfree = zcfree;
634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc53 zcontext_.zfree = Z_NULL; in GzipInputStream()
213 zcontext_.zfree = Z_NULL; in Init()
/external/zlib/src/contrib/infback9/
Dinfback9.c37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
609 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
/external/zlib/src/contrib/ada/
Dzlib-thin.adb107 Strm.zfree := Free;
/external/curl/lib/
Dcontent_encoding.c178 z->zfree = (free_func)zfree_cb; in Curl_unencode_deflate_write()
288 z->zfree = (free_func)zfree_cb; in Curl_unencode_gzip_write()
/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.cs45 uint zfree; field
/external/skia/src/pdf/
DSkDeflate.cpp79 fImpl->fZStream.zfree = &skia_free_func; in SkDeflateWStream()

1234