-
Notifications
You must be signed in to change notification settings - Fork 108
/
jq.yaml
55 lines (55 loc) · 1.39 KB
/
jq.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
"functions":
- "name": "jv_string_implode"
"params":
- "name": "j"
"type": "size_t"
- "name": ""
"type": "bool "
"return_type": "void"
"signature": "jv jv_string_implode(jv)"
- "name": "jq_util_input_next_input"
"params":
- "name": "state"
"type": "bool "
"return_type": "void"
"signature": "jv jq_util_input_next_input(jq_util_input_state *)"
- "name": "onig_scan"
"params":
- "name": "reg"
"type": "bool "
- "name": "str"
"type": "bool "
- "name": "end"
"type": "bool "
- "name": "region"
"type": "bool "
- "name": "option"
"type": "int"
- "name": "scan_callback"
"type": "bool "
- "name": "callback_arg"
"type": "bool "
"return_type": "int"
"signature": "int onig_scan(regex_t *, const OnigUChar *, const OnigUChar *, OnigRegion *, OnigOptionType, DW_TAG_subroutine_typeInfinite loop *, void *)"
- "name": "jv_show"
"params":
- "name": "x"
"type": "size_t"
- "name": "flags"
"type": "bool "
- "name": ""
"type": "int"
"return_type": "void"
"signature": "void jv_show(jv, int)"
- "name": "jq_util_input_next_input_cb"
"params":
- "name": "jq"
"type": "bool "
- "name": "data"
"type": "bool "
"return_type": "void"
"signature": "jv jq_util_input_next_input_cb(jq_state *, void *)"
"language": "c"
"project": "jq"
"target_name": "jq_fuzz_load_file"
"target_path": "/src/jq/tests/jq_fuzz_load_file.c"