Lines Matching refs:inflateDict
79 if (((php_zlib_context *) ctx)->inflateDict) { in inflate_rsrc_dtor()
80 efree(((php_zlib_context *) ctx)->inflateDict); in inflate_rsrc_dtor()
869 ((php_zlib_context *) ctx)->inflateDict = dict; in PHP_FUNCTION()
881 switch (inflateSetDictionary(ctx, (Bytef *) php_ctx->inflateDict, php_ctx->inflateDictlen)) { in PHP_FUNCTION()
883 efree(php_ctx->inflateDict); in PHP_FUNCTION()
884 php_ctx->inflateDict = NULL; in PHP_FUNCTION()
888 efree(php_ctx->inflateDict); in PHP_FUNCTION()
889 php_ctx->inflateDict = NULL; in PHP_FUNCTION()
979 if (((php_zlib_context *) ctx)->inflateDict) { in PHP_FUNCTION()
981 switch (inflateSetDictionary(ctx, (Bytef *) php_ctx->inflateDict, php_ctx->inflateDictlen)) { in PHP_FUNCTION()
983 efree(php_ctx->inflateDict); in PHP_FUNCTION()
984 php_ctx->inflateDict = NULL; in PHP_FUNCTION()
988 efree(php_ctx->inflateDict); in PHP_FUNCTION()
990 php_ctx->inflateDict = NULL; in PHP_FUNCTION()