blob: 8f434c9a2df7387535681d64962cb487068c9b70 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 | Extension [ <persistent> extension #108 lz4 version 0.3.4 ] {
  - Constants [3] {
    Constant [ integer LZ4_CLEVEL_MIN ] { 3 }
    Constant [ integer LZ4_CLEVEL_MAX ] { 12 }
    Constant [ integer LZ4_VERSION ] { 10801 }
  }
  - Functions {
    Function [ <internal:lz4> function lz4_compress ] {
      - Parameters [3] {
        Parameter #0 [ <required> $data ]
        Parameter #1 [ <optional> $level ]
        Parameter #2 [ <optional> $extra ]
      }
    }
    Function [ <internal:lz4> function lz4_uncompress ] {
      - Parameters [3] {
        Parameter #0 [ <required> $data ]
        Parameter #1 [ <optional> $max ]
        Parameter #2 [ <optional> $offset ]
      }
    }
  }
}
 |