Searched refs:zcfree (Results 1 – 21 of 21) sorted by relevance
/AliOS-Things-master/components/freetype/src/gzip/ |
A 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
|
A D | zutil.h | 208 local void zcfree OF((voidpf opaque, voidpf ptr));
|
A D | inflate.c | 101 if (z->zfree == Z_NULL) z->zfree = zcfree; in inflateInit2_()
|
A D | ftgzip.c | 151 zcfree( voidpf opaque, in zcfree() function
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | zutil.c | 244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() function 287 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() function 316 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() function
|
A D | zlib.map | 15 zcfree;
|
A D | zutil.h | 259 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
A D | zconf.h | 135 # define zcfree z_zcfree macro
|
A D | infback.c | 56 strm->zfree = zcfree;
|
A D | zconf.h.cmakein | 137 # define zcfree z_zcfree
|
A D | zconf.h.in | 135 # define zcfree z_zcfree macro
|
A D | inflate.c | 221 strm->zfree = zcfree;
|
A D | deflate.c | 279 strm->zfree = zcfree;
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | zutil.c | 240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() function 281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() function 310 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() function
|
A D | infback.c | 48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
|
A D | inflate.c | 186 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
|
A D | deflate.c | 241 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | zutil.h | 267 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
A D | zconf.h | 104 # define zcfree z_zcfree macro
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | zconf.h | 135 # define zcfree z_zcfree macro
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/ |
A D | infback9.c | 37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
|
Completed in 31 milliseconds