-
Notifications
You must be signed in to change notification settings - Fork 131
/
Copy pathjansson.yaml
57 lines (57 loc) · 1.42 KB
/
jansson.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
"functions":
- "name": "json_dump_file"
"params":
- "name": "json"
"type": "bool "
- "name": "path"
"type": "bool "
- "name": "flags"
"type": "size_t"
"return_type": "int"
"signature": "int json_dump_file(const json_t *, const char *, size_t)"
- "name": "json_dumpf"
"params":
- "name": "json"
"type": "bool "
- "name": "output"
"type": "bool "
- "name": "flags"
"type": "size_t"
"return_type": "int"
"signature": "int json_dumpf(const json_t *, FILE *, size_t)"
- "name": "json_dumpfd"
"params":
- "name": "json"
"type": "bool "
- "name": "output"
"type": "int"
- "name": "flags"
"type": "size_t"
"return_type": "int"
"signature": "int json_dumpfd(const json_t *, int, size_t)"
- "name": "json_dumpb"
"params":
- "name": "json"
"type": "bool "
- "name": "buffer"
"type": "bool "
- "name": "size"
"type": "size_t"
- "name": "flags"
"type": "size_t"
"return_type": "size_t"
"signature": "size_t json_dumpb(const json_t *, char *, size_t, size_t)"
- "name": "json_load_file"
"params":
- "name": "path"
"type": "bool "
- "name": "flags"
"type": "size_t"
- "name": "error"
"type": "bool "
"return_type": "void"
"signature": "json_t * json_load_file(const char *, size_t, json_error_t *)"
"language": "c++"
"project": "jansson"
"target_name": "json_load_dump_fuzzer"
"target_path": "/src/jansson/test/ossfuzz/json_load_dump_fuzzer.cc"