-
Notifications
You must be signed in to change notification settings - Fork 131
/
Copy pathbind9.yaml
65 lines (65 loc) · 1.74 KB
/
bind9.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
64
65
"functions":
- "name": "dns_zt_freezezones"
"params":
- "name": "zt"
"type": "bool "
- "name": "view"
"type": "bool "
- "name": "freeze"
"type": "bool"
"return_type": "int"
"signature": "isc_result_t dns_zt_freezezones(dns_zt_t *, dns_view_t *, bool)"
- "name": "dns_view_asyncload"
"params":
- "name": "view"
"type": "bool "
- "name": "newonly"
"type": "bool"
- "name": "callback"
"type": "bool "
- "name": "arg"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dns_view_asyncload(dns_view_t *, bool, dns_zt_callback_t *, void *)"
- "name": "dns_zt_asyncload"
"params":
- "name": "zt"
"type": "bool "
- "name": "newonly"
"type": "bool"
- "name": "loaddone"
"type": "bool "
- "name": "arg"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dns_zt_asyncload(dns_zt_t *, bool, dns_zt_callback_t *, void *)"
- "name": "dns__rbtdb_addrdataset"
"params":
- "name": "db"
"type": "bool "
- "name": "node"
"type": "bool "
- "name": "version"
"type": "bool "
- "name": "now"
"type": "int"
- "name": "rdataset"
"type": "bool "
- "name": "options"
"type": "int"
- "name": "addedrdataset"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dns__rbtdb_addrdataset(dns_db_t *, dns_dbnode_t *, dns_dbversion_t *, isc_stdtime_t, dns_rdataset_t *, unsigned int, dns_rdataset_t *)"
- "name": "dns_view_freezezones"
"params":
- "name": "view"
"type": "bool "
- "name": "value"
"type": "bool"
"return_type": "int"
"signature": "isc_result_t dns_view_freezezones(dns_view_t *, bool)"
"language": "c"
"project": "bind9"
"target_name": "isc_lex_gettoken_fuzzer"
"target_path": "/src/bind9/fuzz/isc_lex_gettoken.c"