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

Function htmlFreeParserCtxt

ThirdParty/libxml2/vtklibxml2/HTMLparser.c:4954–4958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4952 */
4953
4954void
4955htmlFreeParserCtxt(htmlParserCtxtPtr ctxt)
4956{
4957 xmlFreeParserCtxt(ctxt);
4958}
4959
4960/**
4961 * htmlNewParserCtxt:

Callers 13

parseFileFunction · 0.85
htmlNewSAXParserCtxtFunction · 0.85
htmlCreatePushParserCtxtFunction · 0.85
htmlSAXParseDocFunction · 0.85
htmlSAXParseFileFunction · 0.85
htmlReadDocFunction · 0.85
htmlReadFileFunction · 0.85
htmlReadMemoryFunction · 0.85
htmlReadFdFunction · 0.85
htmlReadIOFunction · 0.85
saxParseTestFunction · 0.85
errParseTestFunction · 0.85

Calls 1

xmlFreeParserCtxtFunction · 0.85

Tested by 3

saxParseTestFunction · 0.68
errParseTestFunction · 0.68
fdParseTestFunction · 0.68