-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathc-blosc2.yaml
63 lines (63 loc) · 1.52 KB
/
c-blosc2.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
54
55
56
57
58
59
60
61
62
63
"functions":
- "name": "b2nd_append"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "size_t"
- "name": ""
"type": "char"
"return_type": "int"
"signature": "int b2nd_append(b2nd_array_t *, const void *, int64_t, int8_t)"
- "name": "b2nd_get_slice"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "int b2nd_get_slice(b2nd_context_t *, b2nd_array_t **, const b2nd_array_t *, const int64_t *, const int64_t *)"
- "name": "b2nd_save"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "int b2nd_save(const b2nd_array_t *, char *)"
- "name": "b2nd_copy"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "int b2nd_copy(b2nd_context_t *, const b2nd_array_t *, b2nd_array_t **)"
- "name": "b2nd_insert"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "size_t"
- "name": ""
"type": "char"
- "name": ""
"type": "size_t"
"return_type": "int"
"signature": "int b2nd_insert(b2nd_array_t *, const void *, int64_t, int8_t, int64_t)"
"language": "c++"
"project": "c-blosc2"
"target_name": "compress_frame_fuzzer"
"target_path": "/src/c-blosc2/tests/fuzz/fuzz_compress_frame.c"