Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2454
int
2455
xmlInitParserCtxt(xmlParserCtxtPtr ctxt)
2456
{
2457
return(xmlInitSAXParserCtxt(ctxt, NULL, NULL));
2458
}
2459
2460
/**
2461
* xmlFreeParserCtxt:
Callers
nothing calls this directly
Calls
1
xmlInitSAXParserCtxt
Function · 0.85
Tested by
no test coverage detected