-
Notifications
You must be signed in to change notification settings - Fork 131
/
Copy pathexpat.yaml
67 lines (67 loc) · 1.85 KB
/
expat.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
"functions":
- "name": "XML_SetBase"
"params":
- "name": "parser"
"type": "bool "
- "name": "p"
"type": "bool "
"return_type": "int"
"signature": "DW_TAG_enumeration_typeXML_Status XML_SetBase(XML_Parser, const XML_Char *)"
- "name": "XML_ResumeParser"
"params":
- "name": "parser"
"type": "bool "
"return_type": "int"
"signature": "DW_TAG_enumeration_typeXML_Status XML_ResumeParser(XML_Parser)"
- "name": "XmlInitUnknownEncoding"
"params":
- "name": "mem"
"type": "bool "
- "name": "table"
"type": "bool "
- "name": "convert"
"type": "bool "
- "name": "userData"
"type": "bool "
"return_type": "void"
"signature": "ENCODING * XmlInitUnknownEncoding(void *, int *, CONVERTER, void *)"
- "name": "XmlInitUnknownEncodingNS"
"params":
- "name": "mem"
"type": "bool "
- "name": "table"
"type": "bool "
- "name": "convert"
"type": "bool "
- "name": "userData"
"type": "bool "
"return_type": "void"
"signature": "ENCODING * XmlInitUnknownEncodingNS(void *, int *, CONVERTER, void *)"
- "name": "XmlParseXmlDeclNS"
"params":
- "name": "isGeneralTextEntity"
"type": "int"
- "name": "enc"
"type": "bool "
- "name": "ptr"
"type": "bool "
- "name": "end"
"type": "bool "
- "name": "badPtr"
"type": "bool "
- "name": "versionPtr"
"type": "bool "
- "name": "versionEndPtr"
"type": "bool "
- "name": "encodingName"
"type": "bool "
- "name": "encoding"
"type": "bool "
- "name": "standalone"
"type": "bool "
"return_type": "int"
"signature": "int XmlParseXmlDecl(int, const ENCODING *, const char *, const char *, const char **, const char **, const char **, const char **, const ENCODING **, int *)"
"language": "c++"
"project": "expat"
"target_name": "xml_parsebuffer_fuzzer_UTF-8"
"target_path": "/src/expat/expat/fuzz/xml_parsebuffer_fuzzer.c"