Searched refs:inflateDict (Results 1 – 2 of 2) sorted by relevance
77 if (intern->inflateDict) { in inflate_context_free_obj()78 efree(intern->inflateDict); in inflate_context_free_obj()901 ctx->inflateDict = dict; in PHP_FUNCTION()920 efree(ctx->inflateDict); in PHP_FUNCTION()921 ctx->inflateDict = NULL; in PHP_FUNCTION()925 efree(ctx->inflateDict); in PHP_FUNCTION()926 ctx->inflateDict = NULL; in PHP_FUNCTION()1013 if (ctx->inflateDict) { in PHP_FUNCTION()1016 efree(ctx->inflateDict); in PHP_FUNCTION()1017 ctx->inflateDict = NULL; in PHP_FUNCTION()[all …]
46 char *inflateDict; member
Completed in 8 milliseconds