/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/ |
zlib.h | 95 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s 96 voidpf opaque; /* private data object passed to zalloc and zfree */ 131 has dropped to zero. The application must initialize zalloc, zfree and 136 parameter for calls of zalloc and zfree. This can be useful for custom 141 If zlib is used in a multi-threaded application, zalloc and zfree must be 144 On 16-bit systems, the functions zalloc and zfree must be able to allocate 205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 223 zalloc, zfree and opaque must be initialized before by the caller. 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 346 next_in, avail_in, zalloc, zfree and opaque must be initialized before b [all...] |
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/ |
zlib.h | 95 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s 96 voidpf opaque; /* private data object passed to zalloc and zfree */ 131 has dropped to zero. The application must initialize zalloc, zfree and 136 parameter for calls of zalloc and zfree. This can be useful for custom 141 If zlib is used in a multi-threaded application, zalloc and zfree must be 144 On 16-bit systems, the functions zalloc and zfree must be able to allocate 205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 223 zalloc, zfree and opaque must be initialized before by the caller. 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 346 next_in, avail_in, zalloc, zfree and opaque must be initialized before b [all...] |
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/ |
zlib.h | 95 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s 96 voidpf opaque; /* private data object passed to zalloc and zfree */ 131 has dropped to zero. The application must initialize zalloc, zfree and 136 parameter for calls of zalloc and zfree. This can be useful for custom 141 If zlib is used in a multi-threaded application, zalloc and zfree must be 144 On 16-bit systems, the functions zalloc and zfree must be able to allocate 205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 223 zalloc, zfree and opaque must be initialized before by the caller. 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 346 next_in, avail_in, zalloc, zfree and opaque must be initialized before b [all...] |
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/ |
zlib.h | 95 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s 96 voidpf opaque; /* private data object passed to zalloc and zfree */ 131 has dropped to zero. The application must initialize zalloc, zfree and 136 parameter for calls of zalloc and zfree. This can be useful for custom 141 If zlib is used in a multi-threaded application, zalloc and zfree must be 144 On 16-bit systems, the functions zalloc and zfree must be able to allocate 205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 223 zalloc, zfree and opaque must be initialized before by the caller. 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 346 next_in, avail_in, zalloc, zfree and opaque must be initialized before b [all...] |
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/ |
zlib.h | 95 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s 96 voidpf opaque; /* private data object passed to zalloc and zfree */ 131 has dropped to zero. The application must initialize zalloc, zfree and 136 parameter for calls of zalloc and zfree. This can be useful for custom 141 If zlib is used in a multi-threaded application, zalloc and zfree must be 144 On 16-bit systems, the functions zalloc and zfree must be able to allocate 205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 223 zalloc, zfree and opaque must be initialized before by the caller. 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 346 next_in, avail_in, zalloc, zfree and opaque must be initialized before b [all...] |
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/ |
zlib.h | 95 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s 96 voidpf opaque; /* private data object passed to zalloc and zfree */ 131 has dropped to zero. The application must initialize zalloc, zfree and 136 parameter for calls of zalloc and zfree. This can be useful for custom 141 If zlib is used in a multi-threaded application, zalloc and zfree must be 144 On 16-bit systems, the functions zalloc and zfree must be able to allocate 205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 223 zalloc, zfree and opaque must be initialized before by the caller. 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 346 next_in, avail_in, zalloc, zfree and opaque must be initialized before b [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
infback.c | 22 strm provides memory allocation functions in zalloc and zfree, or
52 if (strm->zfree == (free_func)0)
56 strm->zfree = zcfree;
634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
636 ZFREE(strm, strm->state);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
infback.c | 22 strm provides memory allocation functions in zalloc and zfree, or
48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
617 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
619 ZFREE(strm, strm->state);
|
inflate.c | 161 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
178 ZFREE(strm, state);
[all...] |
/external/pdfium/third_party/zlib_v128/ |
infback.c | 22 strm provides memory allocation functions in zalloc and zfree, or 52 if (strm->zfree == (free_func)0) 56 strm->zfree = zcfree; 634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) 636 ZFREE(strm, strm->state);
|
/external/python/cpython2/Modules/zlib/ |
infback.c | 22 strm provides memory allocation functions in zalloc and zfree, or 52 if (strm->zfree == (free_func)0) 56 strm->zfree = zcfree; 634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) 636 ZFREE(strm, strm->state);
|
/external/syslinux/com32/lib/zlib/ |
infback.c | 22 strm provides memory allocation functions in zalloc and zfree, or 48 if (strm->zfree == (free_func)0) strm->zfree = zcfree; 626 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) 628 ZFREE(strm, strm->state);
|
/external/zlib/src/contrib/infback9/ |
infback9.c | 14 strm provides memory allocation functions in zalloc and zfree, or 37 if (strm->zfree == (free_func)0) strm->zfree = zcfree; 609 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) 611 ZFREE(strm, strm->state);
|
/external/zlib/src/ |
infback.c | 22 strm provides memory allocation functions in zalloc and zfree, or 52 if (strm->zfree == (free_func)0) 56 strm->zfree = zcfree; 634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) 636 ZFREE(strm, strm->state);
|
/bootable/recovery/applypatch/ |
imgpatch.cpp | 62 strm->zfree = Z_NULL; 244 strm.zfree = Z_NULL;
|
/external/curl/lib/ |
content_encoding.c | 178 z->zfree = (free_func)zfree_cb; 288 z->zfree = (free_func)zfree_cb;
|
/external/protobuf/src/google/protobuf/io/ |
gzip_stream.cc | 54 zcontext_.zfree = Z_NULL; 219 zcontext_.zfree = Z_NULL;
|
/external/zlib/src/contrib/pascal/ |
zlibpas.pas | 41 zfree: free_func; (* used to free the internal state *) 42 opaque: Pointer; (* private data object passed to zalloc and zfree *)
|
/external/zlib/src/examples/ |
fitblk.c | 149 def.zfree = Z_NULL; 181 inf.zfree = Z_NULL;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
zlibmodule.c | 156 zst.zfree = (free_func)Z_NULL;
232 zst.zfree = (free_func)Z_NULL;
317 self->zst.zfree = (free_func)Z_NULL;
353 self->zst.zfree = (free_func)Z_NULL;
[all...] |
/external/python/cpython2/Modules/ |
zlibmodule.c | 218 zst.zfree = (free_func)Z_NULL; 305 zst.zfree = (free_func)Z_NULL; 395 self->zst.zfree = (free_func)Z_NULL; 431 self->zst.zfree = (free_func)Z_NULL; [all...] |
/external/skia/tests/ |
PDFDeflateWStreamTest.cpp | 40 flateData.zfree = &skia_free_func;
|
/external/zlib/src/contrib/ada/ |
zlib-thin.adb | 107 Strm.zfree := Free;
|
/system/bt/btif/src/ |
btif_debug_btsnoop.cc | 140 zs.zfree = Z_NULL;
|
/system/nfc/src/adaptation/ |
debug_nfcsnoop.cc | 77 zs.zfree = Z_NULL;
|