Home
last modified time | relevance | path

Searched refs:zst (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c66 z_stream zst; member
73 zlib_error(z_stream zst, int err, char *msg) in zlib_error() argument
81 zmsg = zst.msg; in zlib_error()
143 z_stream zst; in PyZlib_compress() local
149 zst.avail_out = length + length/1000 + 12 + 1; in PyZlib_compress()
151 output = (Byte*)malloc(zst.avail_out); in PyZlib_compress()
161 zst.zalloc = (alloc_func)NULL; in PyZlib_compress()
162 zst.zfree = (free_func)Z_NULL; in PyZlib_compress()
163 zst.next_out = (Byte *)output; in PyZlib_compress()
164 zst.next_in = (Byte *)input; in PyZlib_compress()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c66 z_stream zst; member
73 zlib_error(z_stream zst, int err, char *msg) in zlib_error() argument
75 const char *zmsg = zst.msg; in zlib_error()
137 z_stream zst; in PyZlib_compress() local
143 zst.avail_out = length + length/1000 + 12 + 1; in PyZlib_compress()
145 output = (Byte*)malloc(zst.avail_out); in PyZlib_compress()
155 zst.zalloc = (alloc_func)NULL; in PyZlib_compress()
156 zst.zfree = (free_func)Z_NULL; in PyZlib_compress()
157 zst.next_out = (Byte *)output; in PyZlib_compress()
158 zst.next_in = (Byte *)input; in PyZlib_compress()
[all …]