forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjson-c.yaml
43 lines (43 loc) · 1.28 KB
/
json-c.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
"functions":
- "name": "json_tokener_parse"
"params":
- "name": "str"
"type": "bool "
"return_type": "void"
"signature": "struct json_object * json_tokener_parse(const char *)"
- "name": "json_object_equal"
"params":
- "name": "jso1"
"type": "bool "
- "name": "jso2"
"type": "bool "
"return_type": "int"
"signature": "int json_object_equal(struct json_object *, struct json_object *)"
- "name": "json_object_new_string"
"params":
- "name": "s"
"type": "bool "
"return_type": "void"
"signature": "struct json_object * json_object_new_string(const char *)"
- "name": "json_object_deep_copy"
"params":
- "name": "src"
"type": "bool "
- "name": "dst"
"type": "bool "
- "name": "shallow_copy"
"type": "bool "
"return_type": "int"
"signature": "int json_object_deep_copy(struct json_object *, struct json_object **, json_c_shallow_copy_fn *)"
- "name": "json_tokener_parse_verbose"
"params":
- "name": "str"
"type": "bool "
- "name": "error"
"type": "bool "
"return_type": "void"
"signature": "struct json_object * json_tokener_parse_verbose(const char *, DW_TAG_enumeration_typejson_tokener_error *)"
"language": "c++"
"project": "json-c"
"target_name": "tokener_parse_ex_fuzzer"
"target_path": "/src/tokener_parse_ex_fuzzer.cc"