Searched refs:free_func (Results 1 – 25 of 26) sorted by relevance
12
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | example.c | 178 c_stream.zfree = (free_func)0; 217 d_stream.zfree = (free_func)0; 256 c_stream.zfree = (free_func)0; 313 d_stream.zfree = (free_func)0; 353 c_stream.zfree = (free_func)0; 392 d_stream.zfree = (free_func)0; 434 c_stream.zfree = (free_func)0; 473 d_stream.zfree = (free_func)0;
|
D | uncompr.c | 45 stream.zfree = (free_func)0;
|
D | compress.c | 43 stream.zfree = (free_func)0;
|
D | zlib.h | 78 typedef void (*free_func) OF((voidpf opaque, voidpf address)); 95 free_func zfree; /* used to free the internal state */
|
D | zconf.in.h | 47 # define free_func z_free_func macro
|
D | zconf.h | 47 # define free_func z_free_func macro
|
D | infback.c | 48 if (strm->zfree == (free_func)0) strm->zfree = zcfree; 617 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
|
D | inflate.c | 161 if (strm->zfree == (free_func)0) strm->zfree = zcfree; 1159 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) 1334 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
|
D | deflate.c | 247 if (strm->zfree == (free_func)0) strm->zfree = zcfree; 363 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
|
D | gzio.c | 112 s->stream.zfree = (free_func)0;
|
D | ChangeLog | 80 - Add alloc_func, free_func, in_func, out_func to Z_PREFIX list
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | uncompr.c | 43 stream.zfree = (free_func)0;
|
D | compress.c | 43 stream.zfree = (free_func)0;
|
D | example.c | 73 static free_func zfree = myfree; 78 static free_func zfree = (free_func)0;
|
D | zlib.h | 81 typedef void (*free_func) OF((voidpf opaque, voidpf address)); 98 free_func zfree; /* used to free the internal state */
|
D | infback.c | 52 if (strm->zfree == (free_func)0) 634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
|
D | zconf.h | 132 # define free_func z_free_func macro
|
D | inflate.c | 202 if (strm->zfree == (free_func)0) 1258 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) 1449 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
|
D | deflate.c | 248 if (strm->zfree == (free_func)0) 398 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | zlibmodule.c | 156 zst.zfree = (free_func)Z_NULL; in PyZlib_compress() 232 zst.zfree = (free_func)Z_NULL; in PyZlib_decompress() 317 self->zst.zfree = (free_func)Z_NULL; in PyZlib_compressobj() 353 self->zst.zfree = (free_func)Z_NULL; in PyZlib_decompressobj()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | zlibmodule.c | 162 zst.zfree = (free_func)Z_NULL; in PyZlib_compress() 238 zst.zfree = (free_func)Z_NULL; in PyZlib_decompress() 323 self->zst.zfree = (free_func)Z_NULL; in PyZlib_compressobj() 359 self->zst.zfree = (free_func)Z_NULL; in PyZlib_decompressobj()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | zlib.h | 82 typedef void (*free_func) OF((voidpf opaque, voidpf address)); 99 free_func zfree; /* used to free the internal state */
|
D | zconf.h | 145 # define free_func z_free_func macro
|
D | inflate.c | 110 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) 217 if (strm->zfree == (free_func)0)
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/ |
D | EDKII_openssl-1.0.2j.patch | 134 (void (*)())free_func,a,b) == NULL) \ 139 # define M_ASN1_D2I_get_imp_set_type(type,r,func,free_func,a,b) \ 142 free_func,a,b) == NULL) \ 184 (void (*)())free_func, \ 206 free_func,b,V_ASN1_UNIVERSAL) == NULL) \
|
12