Home
last modified time | relevance | path

Searched refs:free_func (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dexample.c178 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;
Duncompr.c45 stream.zfree = (free_func)0;
Dcompress.c43 stream.zfree = (free_func)0;
Dzlib.h78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
95 free_func zfree; /* used to free the internal state */
Dzconf.h47 # define free_func z_free_func macro
Dzconf.in.h47 # define free_func z_free_func macro
Dinfback.c48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
617 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
Dinflate.c161 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)
Ddeflate.c247 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
363 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
Dgzio.c112 s->stream.zfree = (free_func)0;
DChangeLog80 - 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/
Duncompr.c43 stream.zfree = (free_func)0;
Dcompress.c43 stream.zfree = (free_func)0;
Dexample.c73 static free_func zfree = myfree;
78 static free_func zfree = (free_func)0;
Dzlib.h81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
98 free_func zfree; /* used to free the internal state */
Dinfback.c52 if (strm->zfree == (free_func)0)
634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
Dzconf.h132 # define free_func z_free_func macro
Dinflate.c202 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)
Ddeflate.c248 if (strm->zfree == (free_func)0)
398 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
DChangeLog697 - 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/
Dzlibmodule.c162 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/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c156 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()