MCPcopy Create free account
hub / github.com/Kitware/CMake / XML_ParserCreate

Function XML_ParserCreate

Utilities/cmexpat/lib/xmlparse.c:1015–1018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1013#endif // XML_GE == 1
1014
1015XML_Parser XMLCALL
1016XML_ParserCreate(const XML_Char *encodingName) {
1017 return XML_ParserCreate_MM(encodingName, NULL, NULL);
1018}
1019
1020XML_Parser XMLCALL
1021XML_ParserCreateNS(const XML_Char *encodingName, XML_Char nsSep) {

Callers 2

expat_read_tocFunction · 0.85
InitializeParserMethod · 0.85

Calls 1

XML_ParserCreate_MMFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…