forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcjson.yaml
51 lines (51 loc) · 1.4 KB
/
cjson.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
"functions":
- "name": "cJSON_PrintPreallocated"
"params":
- "name": "item"
"type": "bool "
- "name": "buffer"
"type": "bool "
- "name": "length"
"type": "int"
- "name": "format"
"type": "int"
"return_type": "int"
"signature": "cJSON_bool cJSON_PrintPreallocated(cJSON *, char *, const int, const cJSON_bool)"
- "name": "cJSON_Compare"
"params":
- "name": "a"
"type": "bool "
- "name": "b"
"type": "bool "
- "name": "case_sensitive"
"type": "int"
"return_type": "int"
"signature": "cJSON_bool cJSON_Compare(const const cJSON *, const const cJSON *, const cJSON_bool)"
- "name": "cJSON_Parse"
"params":
- "name": "value"
"type": "bool "
"return_type": "void"
"signature": "cJSON * cJSON_Parse(const char *)"
- "name": "cJSON_ReplaceItemInObjectCaseSensitive"
"params":
- "name": "object"
"type": "bool "
- "name": "string"
"type": "bool "
- "name": "newitem"
"type": "bool "
"return_type": "int"
"signature": "cJSON_bool cJSON_ReplaceItemInObjectCaseSensitive(cJSON *, const char *, cJSON *)"
- "name": "cJSON_ParseWithLength"
"params":
- "name": "value"
"type": "bool "
- "name": "buffer_length"
"type": "size_t"
"return_type": "void"
"signature": "cJSON * cJSON_ParseWithLength(const char *, size_t)"
"language": "c++"
"project": "cjson"
"target_name": "cjson_read_fuzzer"
"target_path": "/src/cjson/fuzzing/cjson_read_fuzzer.c"