From 8d7839ecb5411d8422b313a98849b7651c22b3d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 27 Jun 2020 17:16:03 +0200 Subject: update to 0.9.0 --- REFLECTION | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 9ba7aa7..00eea17 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #114 brotli version 0.8.0 ] { +Extension [ extension #116 brotli version 0.9.0 ] { - INI { Entry [ brotli.output_compression ] @@ -9,13 +9,15 @@ Extension [ extension #114 brotli version 0.8.0 ] { } } - - Constants [6] { + - Constants [8] { Constant [ int BROTLI_GENERIC ] { 0 } Constant [ int BROTLI_TEXT ] { 1 } Constant [ int BROTLI_FONT ] { 2 } Constant [ int BROTLI_COMPRESS_LEVEL_MIN ] { 0 } Constant [ int BROTLI_COMPRESS_LEVEL_MAX ] { 11 } Constant [ int BROTLI_COMPRESS_LEVEL_DEFAULT ] { 11 } + Constant [ int BROTLI_PROCESS ] { 0 } + Constant [ int BROTLI_FINISH ] { 2 } } - Functions { @@ -49,6 +51,58 @@ Extension [ extension #114 brotli version 0.8.0 ] { Parameter #1 [ $max ] } } + Function [ function brotli_compress_init ] { + + - Parameters [0] { + } + } + Function [ function brotli_compress_add ] { + + - Parameters [3] { + Parameter #0 [ $context ] + Parameter #1 [ $data ] + Parameter #2 [ $mode ] + } + } + Function [ function brotli_uncompress_init ] { + + - Parameters [0] { + } + } + Function [ function brotli_uncompress_add ] { + + - Parameters [3] { + Parameter #0 [ $context ] + Parameter #1 [ $data ] + Parameter #2 [ $mode ] + } + } + Function [ function Brotli\compress_init ] { + + - Parameters [0] { + } + } + Function [ function Brotli\compress_add ] { + + - Parameters [3] { + Parameter #0 [ $context ] + Parameter #1 [ $data ] + Parameter #2 [ $mode ] + } + } + Function [ function Brotli\uncompress_init ] { + + - Parameters [0] { + } + } + Function [ function Brotli\uncompress_add ] { + + - Parameters [3] { + Parameter #0 [ $context ] + Parameter #1 [ $data ] + Parameter #2 [ $mode ] + } + } } } -- cgit