Searched refs:zcfree (Results 1 – 25 of 25) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | fx_zlib_zutil.c | 246 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) 287 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) 316 void ZLIB_INTERNAL zcfree (opaque, ptr) 346 void zcfree(voidpf opaque, voidpf ptr) in zcfree() function
|
D | zutil.h | 243 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
D | zconf.h | 122 # define zcfree z_zcfree macro
|
D | fx_zlib_infback.c | 56 strm->zfree = zcfree; in inflateBackInit_()
|
D | zlib.h | 75 #define zcfree FPDFAPI_zcfree macro
|
D | fx_zlib_inflate.c | 206 strm->zfree = zcfree; in inflateInit2_()
|
D | fx_zlib_deflate.c | 251 strm->zfree = zcfree; in deflateInit2_()
|
/external/freetype/src/gzip/ |
D | zutil.c | 107 void zcfree (voidpf opaque, voidpf ptr) in zcfree() function 148 void zcfree (voidpf opaque, voidpf ptr) in zcfree() function 173 void zcfree (opaque, ptr) in zcfree() function
|
D | zutil.h | 208 local void zcfree OF((voidpf opaque, voidpf ptr));
|
D | inflate.c | 101 if (z->zfree == Z_NULL) z->zfree = zcfree; in inflateInit2_()
|
D | ftgzip.c | 150 zcfree( voidpf opaque, in zcfree() function
|
/external/zlib/src/ |
D | zutil.c | 244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() function 285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() function 314 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() function
|
D | zlib.map | 15 zcfree;
|
D | zutil.h | 241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
D | zconf.h | 122 # define zcfree z_zcfree macro
|
D | infback.c | 56 strm->zfree = zcfree;
|
D | zconf.h.in | 122 # define zcfree z_zcfree macro
|
D | zconf.h.cmakein | 124 # define zcfree z_zcfree
|
D | inflate.c | 206 strm->zfree = zcfree;
|
D | deflate.c | 252 strm->zfree = zcfree;
|
/external/zlib/ |
D | zutil.h | 241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
D | zconf.h | 122 # define zcfree z_zcfree macro
|
/external/pdfium/core/include/thirdparties/zlib/ |
D | zconf.h | 122 # define zcfree z_zcfree macro
|
D | zlib.h | 71 #define zcfree FPDFAPI_zcfree macro
|
/external/zlib/src/contrib/infback9/ |
D | infback9.c | 37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
|