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

Function XML_ParserCreateNS

Utilities/cmexpat/lib/xmlparse.c:1020–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1018}
1019
1020XML_Parser XMLCALL
1021XML_ParserCreateNS(const XML_Char *encodingName, XML_Char nsSep) {
1022 XML_Char tmp[2] = {nsSep, 0};
1023 return XML_ParserCreate_MM(encodingName, NULL, tmp);
1024}
1025
1026// "xml=http://www.w3.org/XML/1998/namespace"
1027static const XML_Char implicitContext[]

Callers

nothing calls this directly

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…