Searched refs:zst (Results 1 – 2 of 2) sorted by relevance
66 z_stream zst; member73 zlib_error(z_stream zst, int err, char *msg) in zlib_error() argument81 zmsg = zst.msg; in zlib_error()143 z_stream zst; in PyZlib_compress() local149 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 …]
66 z_stream zst; member73 zlib_error(z_stream zst, int err, char *msg) in zlib_error() argument75 const char *zmsg = zst.msg; in zlib_error()137 z_stream zst; in PyZlib_compress() local143 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 …]