-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathhtslib.yaml
51 lines (51 loc) · 1.26 KB
/
htslib.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": "sam_index_build2"
"params":
- "name": "fn"
"type": "bool "
- "name": "fnidx"
"type": "bool "
- "name": "min_shift"
"type": "int"
"return_type": "int"
"signature": "int sam_index_build2(const char *, const char *, int)"
- "name": "bcf_index_build"
"params":
- "name": "fn"
"type": "bool "
- "name": "min_shift"
"type": "int"
"return_type": "int"
"signature": "int bcf_index_build(const char *, int)"
- "name": "sam_index_build3"
"params":
- "name": "fn"
"type": "bool "
- "name": "fnidx"
"type": "bool "
- "name": "min_shift"
"type": "int"
- "name": "nthreads"
"type": "int"
"return_type": "int"
"signature": "int sam_index_build3(const char *, const char *, int, int)"
- "name": "sam_index_build"
"params":
- "name": "fn"
"type": "bool "
- "name": "min_shift"
"type": "int"
"return_type": "int"
"signature": "int sam_index_build(const char *, int)"
- "name": "bam_index_build"
"params":
- "name": "fn"
"type": "bool "
- "name": "min_shift"
"type": "int"
"return_type": "int"
"signature": "int bam_index_build(const char *, int)"
"language": "c++"
"project": "htslib"
"target_name": "hts_open_fuzzer"
"target_path": "/src/htslib/test/fuzz/hts_open_fuzzer.c"