Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ xmlClearParserCtxt
Function
xmlClearParserCtxt
ThirdParty/libxml2/vtklibxml2/parserInternals.c:2608–2615 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2606
*/
2607
2608
void
2609
xmlClearParserCtxt(xmlParserCtxtPtr ctxt)
2610
{
2611
if (ctxt==NULL)
2612
return;
2613
xmlClearNodeInfoSeq(&ctxt->node_seq);
2614
xmlCtxtReset(ctxt);
2615
}
2616
2617
2618
/**
Callers
1
xmlSetupParserForBuffer
Function · 0.85
Calls
2
xmlClearNodeInfoSeq
Function · 0.85
xmlCtxtReset
Function · 0.85
Tested by
no test coverage detected