-
Notifications
You must be signed in to change notification settings - Fork 108
/
flac.yaml
45 lines (45 loc) · 1.39 KB
/
flac.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
"functions":
- "name": "_ZN4FLAC7Decoder4File8init_oggEPKc"
"params":
- "name": "this"
"type": "bool "
- "name": "filename"
"type": "bool "
"return_type": "int"
"signature": "FLAC__StreamDecoderInitStatus FLAC::Decoder::File::init_ogg(const char *)"
- "name": "_ZN4FLAC7Decoder12FuzzerStream17metadata_callbackEPK20FLAC__StreamMetadata"
"params":
- "name": "this"
"type": "bool "
- "name": "metadata"
"type": "bool "
"return_type": "void"
"signature": "void FLAC::Decoder::FuzzerStream::metadata_callback(const FLAC__StreamMetadata *)"
- "name": "_ZN4FLAC7Decoder4File4initEPKc"
"params":
- "name": "this"
"type": "bool "
- "name": "filename"
"type": "bool "
"return_type": "int"
"signature": "FLAC__StreamDecoderInitStatus FLAC::Decoder::File::init(const char *)"
- "name": "_ZN4FLAC7Decoder4File4initEP8_IO_FILE"
"params":
- "name": "this"
"type": "bool "
- "name": "file"
"type": "bool "
"return_type": "int"
"signature": "FLAC__StreamDecoderInitStatus FLAC::Decoder::File::init(FILE *)"
- "name": "_ZN4FLAC7Decoder4File8init_oggEP8_IO_FILE"
"params":
- "name": "this"
"type": "bool "
- "name": "file"
"type": "bool "
"return_type": "int"
"signature": "FLAC__StreamDecoderInitStatus FLAC::Decoder::File::init_ogg(FILE *)"
"language": "c++"
"project": "flac"
"target_name": "fuzzer_seek"
"target_path": "/src/flac/oss-fuzz/seek.cc"