Searched refs:inflateDict (Results 1 – 2 of 2) sorted by relevance
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()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()983 efree(php_ctx->inflateDict); in PHP_FUNCTION()984 php_ctx->inflateDict = NULL; in PHP_FUNCTION()988 efree(php_ctx->inflateDict); in PHP_FUNCTION()[all …]
50 char *inflateDict; member
Completed in 13 milliseconds