MCPcopy Create free account
hub / github.com/cuberite/cuberite / XML_ParserCreateNS

Function XML_ParserCreateNS

lib/expat/xmlparse.c:666–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664}
665
666XML_Parser XMLCALL
667XML_ParserCreateNS(const XML_Char *encodingName, XML_Char nsSep)
668{
669 XML_Char tmp[2];
670 *tmp = nsSep;
671 return XML_ParserCreate_MM(encodingName, NULL, tmp);
672}
673
674static const XML_Char implicitContext[] = {
675 ASCII_x, ASCII_m, ASCII_l, ASCII_EQUALS, ASCII_h, ASCII_t, ASCII_t, ASCII_p,

Callers 1

lxp_make_parserFunction · 0.85

Calls 1

XML_ParserCreate_MMFunction · 0.85

Tested by

no test coverage detected