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

Function htmlParseCharData

ThirdParty/libxml2/vtklibxml2/HTMLparser.c:3172–3175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3170 */
3171
3172static void
3173htmlParseCharData(htmlParserCtxtPtr ctxt) {
3174 htmlParseCharDataInternal(ctxt, 0);
3175}
3176
3177/**
3178 * htmlParseExternalID:

Callers 3

htmlParseContentFunction · 0.85
htmlParseContentInternalFunction · 0.85
htmlParseTryOrFinishFunction · 0.85

Calls 1

Tested by

no test coverage detected