diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 58 |
1 files changed, 56 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #114 brotli version 0.8.0 ] { +Extension [ <persistent> extension #116 brotli version 0.9.0 ] { - INI { Entry [ brotli.output_compression <ALL> ] @@ -9,13 +9,15 @@ Extension [ <persistent> 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 [ <persistent> extension #114 brotli version 0.8.0 ] { Parameter #1 [ <optional> $max ] } } + Function [ <internal:brotli> function brotli_compress_init ] { + + - Parameters [0] { + } + } + Function [ <internal:brotli> function brotli_compress_add ] { + + - Parameters [3] { + Parameter #0 [ <required> $context ] + Parameter #1 [ <required> $data ] + Parameter #2 [ <optional> $mode ] + } + } + Function [ <internal:brotli> function brotli_uncompress_init ] { + + - Parameters [0] { + } + } + Function [ <internal:brotli> function brotli_uncompress_add ] { + + - Parameters [3] { + Parameter #0 [ <required> $context ] + Parameter #1 [ <required> $data ] + Parameter #2 [ <optional> $mode ] + } + } + Function [ <internal:brotli> function Brotli\compress_init ] { + + - Parameters [0] { + } + } + Function [ <internal:brotli> function Brotli\compress_add ] { + + - Parameters [3] { + Parameter #0 [ <required> $context ] + Parameter #1 [ <required> $data ] + Parameter #2 [ <optional> $mode ] + } + } + Function [ <internal:brotli> function Brotli\uncompress_init ] { + + - Parameters [0] { + } + } + Function [ <internal:brotli> function Brotli\uncompress_add ] { + + - Parameters [3] { + Parameter #0 [ <required> $context ] + Parameter #1 [ <required> $data ] + Parameter #2 [ <optional> $mode ] + } + } } } |