Lines Matching refs:inflateDict
77 if (((php_zlib_context *) ctx)->inflateDict) { in inflate_rsrc_dtor()
78 efree(((php_zlib_context *) ctx)->inflateDict); in inflate_rsrc_dtor()
869 ((php_zlib_context *) ctx)->inflateDict = dict; in PHP_FUNCTION()
882 switch (inflateSetDictionary(ctx, (Bytef *) php_ctx->inflateDict, php_ctx->inflateDictlen)) { in PHP_FUNCTION()
884 efree(php_ctx->inflateDict); in PHP_FUNCTION()
885 php_ctx->inflateDict = NULL; in PHP_FUNCTION()
889 efree(php_ctx->inflateDict); in PHP_FUNCTION()
890 php_ctx->inflateDict = NULL; in PHP_FUNCTION()
988 if (((php_zlib_context *) ctx)->inflateDict) { in PHP_FUNCTION()
990 switch (inflateSetDictionary(ctx, (Bytef *) php_ctx->inflateDict, php_ctx->inflateDictlen)) { in PHP_FUNCTION()
992 efree(php_ctx->inflateDict); in PHP_FUNCTION()
993 php_ctx->inflateDict = NULL; in PHP_FUNCTION()
997 efree(php_ctx->inflateDict); in PHP_FUNCTION()
999 php_ctx->inflateDict = NULL; in PHP_FUNCTION()