-
Notifications
You must be signed in to change notification settings - Fork 108
/
http-parser.yaml
37 lines (37 loc) · 1.02 KB
/
http-parser.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
"functions":
- "name": "http_status_str"
"params":
- "name": ""
"type": "int"
"return_type": "void"
"signature": "const char * http_status_str(DW_TAG_enumeration_typehttp_status)"
- "name": "http_parser_pause"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "int"
"return_type": "void"
"signature": "void http_parser_pause(http_parser *, int)"
- "name": "http_errno_description"
"params":
- "name": ""
"type": "int"
"return_type": "void"
"signature": "const char * http_errno_description(DW_TAG_enumeration_typehttp_errno)"
- "name": "http_should_keep_alive"
"params":
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "int http_should_keep_alive(const http_parser *)"
- "name": "http_errno_name"
"params":
- "name": ""
"type": "int"
"return_type": "void"
"signature": "const char * http_errno_name(DW_TAG_enumeration_typehttp_errno)"
"language": "c++"
"project": "http-parser"
"target_name": "fuzz_url"
"target_path": "/src/http-parser/fuzzers/fuzz_url.c"