Home
last modified time | relevance | path

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

/PHP-7.1/ext/zlib/
H A Dzlib.c880 php_zlib_context *php_ctx = (php_zlib_context *) ctx; in PHP_FUNCTION() local
881 switch (inflateSetDictionary(ctx, (Bytef *) php_ctx->inflateDict, php_ctx->inflateDictlen)) { in PHP_FUNCTION()
883 efree(php_ctx->inflateDict); in PHP_FUNCTION()
884 php_ctx->inflateDict = NULL; in PHP_FUNCTION()
888 efree(php_ctx->inflateDict); in PHP_FUNCTION()
889 php_ctx->inflateDict = NULL; in PHP_FUNCTION()
981 switch (inflateSetDictionary(ctx, (Bytef *) php_ctx->inflateDict, php_ctx->inflateDictlen)) { in PHP_FUNCTION()
983 efree(php_ctx->inflateDict); in PHP_FUNCTION()
984 php_ctx->inflateDict = NULL; in PHP_FUNCTION()
988 efree(php_ctx->inflateDict); in PHP_FUNCTION()
[all …]

Completed in 16 milliseconds