Searched refs:zcfree (Results 1 – 25 of 30) sorted by relevance
12
/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 | 158 zcfree( voidpf opaque, in zcfree() function
|
/external/python/cpython2/Modules/zlib/ |
D | zutil.c | 243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() function 286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() function 315 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() function
|
D | zlib.map | 15 zcfree;
|
D | zutil.h | 259 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
D | zconf.h | 135 # define zcfree z_zcfree macro
|
D | infback.c | 56 strm->zfree = zcfree;
|
D | zconf.h.in | 135 # define zcfree z_zcfree macro
|
D | zconf.h.cmakein | 137 # define zcfree z_zcfree
|
D | inflate.c | 221 strm->zfree = zcfree;
|
/external/zlib/src/ |
D | zutil.c | 243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() function 286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() function 315 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() function
|
D | zlib.map | 15 zcfree;
|
D | zutil.h | 259 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
D | zconf.h | 135 # define zcfree z_zcfree macro
|
D | infback.c | 56 strm->zfree = zcfree;
|
D | zconf.h.cmakein | 137 # define zcfree z_zcfree
|
D | zconf.h.in | 135 # define zcfree z_zcfree macro
|
/external/u-boot/lib/zlib/ |
D | zutil.c | 64 void zcfree(voidpf opaque, voidpf ptr, unsigned nb) in zcfree() function
|
D | zutil.h | 119 void zcfree OF((voidpf opaque, voidpf ptr, unsigned size));
|
D | inflate.c | 47 if (strm->zfree == (free_func)0) strm->zfree = zcfree; in inflateInit2_()
|
/external/zlib/ |
D | libz.map.txt | 17 zcfree;
|
D | zconf.h | 135 # define zcfree z_zcfree macro
|
/external/zlib/src/contrib/infback9/ |
D | infback9.c | 37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
|
12