Searched refs:inflateDict (Results 1 – 2 of 2) sorted by relevance
75 if (intern->inflateDict) { in inflate_context_free_obj()76 efree(intern->inflateDict); in inflate_context_free_obj()899 ctx->inflateDict = dict; in PHP_FUNCTION()918 efree(ctx->inflateDict); in PHP_FUNCTION()919 ctx->inflateDict = NULL; in PHP_FUNCTION()923 efree(ctx->inflateDict); in PHP_FUNCTION()924 ctx->inflateDict = NULL; in PHP_FUNCTION()1011 if (ctx->inflateDict) { in PHP_FUNCTION()1014 efree(ctx->inflateDict); in PHP_FUNCTION()1015 ctx->inflateDict = NULL; in PHP_FUNCTION()[all …]
46 char *inflateDict; member
Completed in 12 milliseconds