-
Notifications
You must be signed in to change notification settings - Fork 131
/
Copy pathcrow.yaml
35 lines (35 loc) · 1.53 KB
/
crow.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
"functions":
- "name": "_ZN4crow10HTTPParserINS_10ConnectionINS_13SocketAdaptorENS_4CrowIJEEEJEEEE11process_urlEv"
"params":
- "name": ""
"type": "bool "
"return_type": "void"
"signature": "void crow::HTTPParser<crow::Connection<crow::SocketAdaptor, crow::Crow<>> >::process_url(struct HTTPParser<crow::Connection<crow::SocketAdaptor, crow::Crow<> > > *)"
- "name": "_ZN4crow4CrowIJEE3runEv"
"params":
- "name": ""
"type": "bool "
"return_type": "void"
"signature": "void crow::Crow<>::run()"
- "name": "_ZN4crow10ConnectionINS_13SocketAdaptorENS_4CrowIJEEEJEE6handleEv"
"params":
- "name": ""
"type": "bool "
"return_type": "void"
"signature": "void crow::Connection<crow::SocketAdaptor, crow::Crow<>>::handle(Connection<crow::SocketAdaptor, crow::Crow<> > *)"
- "name": "_ZN4crow10ConnectionINS_13SocketAdaptorENS_4CrowIJEEEJEE10handle_urlEv"
"params":
- "name": ""
"type": "bool "
"return_type": "void"
"signature": "void crow::Connection<crow::SocketAdaptor, crow::Crow<>>::handle_url(Connection<crow::SocketAdaptor, crow::Crow<> > *)"
- "name": "_ZN4crow10HTTPParserINS_10ConnectionINS_13SocketAdaptorENS_4CrowIJEEEJEEEE15process_messageEv"
"params":
- "name": ""
"type": "bool "
"return_type": "void"
"signature": "void crow::HTTPParser<crow::Connection<crow::SocketAdaptor, crow::Crow<>> >::process_message(struct HTTPParser<crow::Connection<crow::SocketAdaptor, crow::Crow<> > > *)"
"language": "c++"
"project": "crow"
"target_name": "b64_fuzzer"
"target_path": "/src/crow/tests/fuzz/b64_fuzzer.cpp"