Lines Matching refs:inflateDict
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()
918 switch (inflateSetDictionary(&ctx->Z, (Bytef *) ctx->inflateDict, ctx->inflateDictlen)) { 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()
1014 switch (inflateSetDictionary(&ctx->Z, (Bytef *) ctx->inflateDict, ctx->inflateDictlen)) { in PHP_FUNCTION()
1016 efree(ctx->inflateDict); in PHP_FUNCTION()
1017 ctx->inflateDict = NULL; in PHP_FUNCTION()
1020 efree(ctx->inflateDict); in PHP_FUNCTION()
1021 ctx->inflateDict = NULL; in PHP_FUNCTION()