-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathhoextdown.yaml
47 lines (47 loc) · 1.3 KB
/
hoextdown.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": "hoedown_document_render_inline"
"params":
- "name": "doc"
"type": "bool "
- "name": "ob"
"type": "bool "
- "name": "data"
"type": "bool "
- "name": "size"
"type": "size_t"
"return_type": "void"
"signature": "void hoedown_document_render_inline(hoedown_document *, hoedown_buffer *, const uint8_t *, size_t)"
- "name": "hoedown_buffer_sets"
"params":
- "name": "buf"
"type": "bool "
- "name": "str"
"type": "bool "
"return_type": "void"
"signature": "void hoedown_buffer_sets(hoedown_buffer *, const char *)"
- "name": "hoedown_buffer_put_utf8"
"params":
- "name": "buf"
"type": "bool "
- "name": "c"
"type": "int"
"return_type": "void"
"signature": "void hoedown_buffer_put_utf8(hoedown_buffer *, unsigned int)"
- "name": "hoedown_html_toc_renderer_new"
"params":
- "name": "nesting_level"
"type": "int"
"return_type": "void"
"signature": "hoedown_renderer * hoedown_html_toc_renderer_new(int)"
- "name": "hoedown_buffer_putf"
"params":
- "name": "buf"
"type": "bool "
- "name": "file"
"type": "bool "
"return_type": "int"
"signature": "int hoedown_buffer_putf(hoedown_buffer *, FILE *)"
"language": "c++"
"project": "hoextdown"
"target_name": "hoedown_fuzzer"
"target_path": "/src/hoextdown/test/hoedown_fuzzer.c"