-
Notifications
You must be signed in to change notification settings - Fork 131
/
Copy pathbrotli.yaml
53 lines (53 loc) · 1.46 KB
/
brotli.yaml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
"functions":
- "name": "BrotliSafeReadBits32Slow"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "size_t"
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "int BrotliSafeReadBits32Slow(const BrotliBitReader *, uint64_t, uint64_t *)"
- "name": "BrotliDecoderDecompress"
"params":
- "name": ""
"type": "size_t"
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "BrotliDecoderResult BrotliDecoderDecompress(size_t, const uint8_t *, size_t *, uint8_t *)"
- "name": "BrotliDecoderAttachDictionary"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "int"
- "name": ""
"type": "size_t"
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "int BrotliDecoderAttachDictionary(BrotliDecoderStateInternal *, BrotliSharedDictionaryType, size_t, const uint8_t *)"
- "name": "BrotliDecoderIsFinished"
"params":
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "int BrotliDecoderIsFinished(const BrotliDecoderStateInternal *)"
- "name": "BrotliDecoderTakeOutput"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "void"
"signature": "const uint8_t * BrotliDecoderTakeOutput(BrotliDecoderStateInternal *, size_t *)"
"language": "c++"
"project": "brotli"
"target_name": "decode_fuzzer"
"target_path": "/src/brotli/c/fuzz/decode_fuzzer.c"