Home
last modified time | relevance | path

Searched refs:php_ctx (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/zlib/
H A Dzlib.c881 php_zlib_context *php_ctx = (php_zlib_context *) ctx; in PHP_FUNCTION() local
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()
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()
[all …]

Completed in 10 milliseconds