-
Notifications
You must be signed in to change notification settings - Fork 108
/
dovecot.yaml
47 lines (47 loc) · 1.41 KB
/
dovecot.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
"functions":
- "name": "master_service_init_finish"
"params":
- "name": "service"
"type": "bool "
"return_type": "void"
"signature": "void master_service_init_finish(struct master_service *)"
- "name": "master_service_client_connection_handled"
"params":
- "name": "service"
"type": "bool "
- "name": "conn"
"type": "bool "
"return_type": "void"
"signature": "void master_service_client_connection_handled(struct master_service *, struct master_service_connection *)"
- "name": "master_service_init"
"params":
- "name": "name"
"type": "bool "
- "name": "flags"
"type": "int"
- "name": "argc"
"type": "bool "
- "name": "argv"
"type": "bool "
- "name": "getopt_str"
"type": "bool "
"return_type": "void"
"signature": "struct master_service * master_service_init(const char *, DW_TAG_enumeration_typemaster_service_flags, int *, char ***, const char *)"
- "name": "master_getopt_long"
"params":
- "name": "service"
"type": "bool "
- "name": "longopt_r"
"type": "bool "
"return_type": "int"
"signature": "int master_getopt_long(struct master_service *, const char **)"
- "name": "master_getopt"
"params":
- "name": "service"
"type": "bool "
"return_type": "int"
"signature": "int master_getopt(struct master_service *)"
"language": "c"
"project": "dovecot"
"target_name": "fuzz-imap-utf7"
"target_path": "/src/dovecot/src/lib-imap/fuzz-imap-utf7.c"