MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlInitParserCtxt

Function xmlInitParserCtxt

ThirdParty/libxml2/vtklibxml2/parserInternals.c:2454–2458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2452 */
2453
2454int
2455xmlInitParserCtxt(xmlParserCtxtPtr ctxt)
2456{
2457 return(xmlInitSAXParserCtxt(ctxt, NULL, NULL));
2458}
2459
2460/**
2461 * xmlFreeParserCtxt:

Callers

nothing calls this directly

Calls 1

xmlInitSAXParserCtxtFunction · 0.85

Tested by

no test coverage detected