-
Notifications
You must be signed in to change notification settings - Fork 174
/
Copy pathcivetweb.yaml
51 lines (51 loc) · 1.41 KB
/
civetweb.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": "mg_send_file_body"
"params":
- "name": "conn"
"type": "bool "
- "name": "path"
"type": "bool "
"return_type": "int"
"signature": "int mg_send_file_body(struct mg_connection *, const char *)"
- "name": "mg_handle_form_request"
"params":
- "name": "conn"
"type": "bool "
- "name": "fdh"
"type": "bool "
"return_type": "int"
"signature": "int mg_handle_form_request(struct mg_connection *, struct mg_form_data_handler *)"
- "name": "mg_send_mime_file"
"params":
- "name": "conn"
"type": "bool "
- "name": "path"
"type": "bool "
- "name": "mime_type"
"type": "bool "
"return_type": "void"
"signature": "void mg_send_mime_file(struct mg_connection *, const char *, const char *)"
- "name": "mg_send_mime_file2"
"params":
- "name": "conn"
"type": "bool "
- "name": "path"
"type": "bool "
- "name": "mime_type"
"type": "bool "
- "name": "additional_headers"
"type": "bool "
"return_type": "void"
"signature": "void mg_send_mime_file2(struct mg_connection *, const char *, const char *, const char *)"
- "name": "mg_send_file"
"params":
- "name": "conn"
"type": "bool "
- "name": "path"
"type": "bool "
"return_type": "void"
"signature": "void mg_send_file(struct mg_connection *, const char *)"
"language": "c"
"project": "civetweb"
"target_name": "civetweb_fuzz3"
"target_path": "/src/civetweb/fuzztest/fuzzmain.c"