Searched refs:inflateDict (Results 1 – 2 of 2) sorted by relevance
48 char *inflateDict; member
77 if (((php_zlib_context *) ctx)->inflateDict) { in inflate_rsrc_dtor()78 efree(((php_zlib_context *) ctx)->inflateDict); in inflate_rsrc_dtor()867 ((php_zlib_context *) ctx)->inflateDict = dict; in PHP_FUNCTION()882 efree(php_ctx->inflateDict); in PHP_FUNCTION()883 php_ctx->inflateDict = NULL; in PHP_FUNCTION()887 efree(php_ctx->inflateDict); in PHP_FUNCTION()888 php_ctx->inflateDict = NULL; in PHP_FUNCTION()990 efree(php_ctx->inflateDict); in PHP_FUNCTION()991 php_ctx->inflateDict = NULL; in PHP_FUNCTION()995 efree(php_ctx->inflateDict); in PHP_FUNCTION()[all …]
Completed in 16 milliseconds