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
68
69
70
71
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error Meh...
#endif
//GO(_INTERNAL_trim_to_complete_utf8_characters,
GO(XML_DefaultCurrent, vFp)
GO(XML_ErrorString, pFu)
GO(XML_ExpatVersion, pFv)
GO(XML_ExpatVersionInfo, pFp) // return a struct of 3 int. Use shadow pointer on ARM64 and x86_64
GO(XML_ExternalEntityParserCreate, pFppp)
GO(XML_FreeContentModel, vFpp)
GO(XML_GetBase, pFp)
GO(XML_GetBuffer, pFpi)
GO(XML_GetCurrentByteCount, iFp)
GO(XML_GetCurrentByteIndex, lFp)
GO(XML_GetCurrentColumnNumber, LFp)
GO(XML_GetCurrentLineNumber, LFp)
GO(XML_GetErrorCode, uFp)
GO(XML_GetFeatureList, pFv)
GO(XML_GetIdAttributeIndex, iFp)
GO(XML_GetInputContext, pFppp)
GO(XML_GetParsingStatus, vFpp)
GO(XML_GetSpecifiedAttributeCount, iFp)
GO(XML_MemFree, vFpp)
GO(XML_MemMalloc, pFpL)
GO(XML_MemRealloc, pFppL)
GO(XML_Parse, uFppii)
GO(XML_ParseBuffer, uFpii)
GO(XML_ParserCreate, pFp)
GO(XML_ParserCreate_MM, pFpppp) // return a structure
GO(XML_ParserCreateNS, pFpc)
GO(XML_ParserFree, vFp)
GO(XML_ParserReset, CFpp)
GO(XML_ResumeParser, uFp)
GOM(XML_SetAttlistDeclHandler, vFEpp)
GO(XML_SetBase, uFpp)
GOM(XML_SetCdataSectionHandler, vFEppp)
GOM(XML_SetCharacterDataHandler, vFEpp)
GOM(XML_SetCommentHandler, vFEpp)
GOM(XML_SetDefaultHandler, vFEpp)
GOM(XML_SetDefaultHandlerExpand, vFEpp)
GOM(XML_SetDoctypeDeclHandler, vFEppp)
GOM(XML_SetElementDeclHandler, vFEpp)
GOM(XML_SetElementHandler, vFEppp)
GO(XML_SetEncoding, uFpp)
GOM(XML_SetEndCdataSectionHandler, vFEpp)
GOM(XML_SetEndDoctypeDeclHandler, vFEpp)
GOM(XML_SetEndElementHandler, vFEpp)
GOM(XML_SetEndNamespaceDeclHandler, vFEpp)
GOM(XML_SetEntityDeclHandler, vFEpp)
GOM(XML_SetExternalEntityRefHandler, vFEpp)
GO(XML_SetExternalEntityRefHandlerArg, vFpp)
GO(XML_SetHashSalt, iFpL)
GOM(XML_SetNamespaceDeclHandler, vFEppp)
GOM(XML_SetNotationDeclHandler, vFEpp)
GOM(XML_SetNotStandaloneHandler, vFEpp)
GO(XML_SetParamEntityParsing, iFpu)
GOM(XML_SetProcessingInstructionHandler, vFEpp)
GO(XML_SetReturnNSTriplet, vFpi)
GOM(XML_SetSkippedEntityHandler, vFEpp)
GOM(XML_SetStartCdataSectionHandler, vFEpp)
GOM(XML_SetStartDoctypeDeclHandler, vFEpp)
GOM(XML_SetStartElementHandler, vFEpp)
GOM(XML_SetStartNamespaceDeclHandler, vFEpp)
GOM(XML_SetUnknownEncodingHandler, vFEppp)
GOM(XML_SetUnparsedEntityDeclHandler, vFEpp)
GO(XML_SetUserData, vFpp)
GOM(XML_SetXmlDeclHandler, vFEpp)
GO(XML_StopParser, uFpC)
GO(XML_UseForeignDTD, uFpC)
GO(XML_UseParserAsHandlerArg, vFp)
|