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

Function XML_ParserCreate_MM

Utilities/cmexpat/lib/xmlparse.c:1333–1338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1331}
1332
1333XML_Parser XMLCALL
1334XML_ParserCreate_MM(const XML_Char *encodingName,
1335 const XML_Memory_Handling_Suite *memsuite,
1336 const XML_Char *nameSep) {
1337 return parserCreate(encodingName, memsuite, nameSep, NULL, NULL);
1338}
1339
1340static XML_Parser
1341parserCreate(const XML_Char *encodingName,

Callers 2

XML_ParserCreateFunction · 0.85
XML_ParserCreateNSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…