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

Function htmlErrMemory

ThirdParty/libxml2/vtklibxml2/HTMLparser.c:60–64  ·  view source on GitHub ↗

* htmlErrMemory: * @ctxt: an HTML parser context * @extra: extra information * * Handle a redefinition of attribute error */

Source from the content-addressed store, hash-verified

58 * Handle a redefinition of attribute error
59 */
60static void
61htmlErrMemory(xmlParserCtxtPtr ctxt)
62{
63 xmlCtxtErrMemory(ctxt);
64}
65
66/**
67 * htmlParseErr:

Callers 15

LIBXML_ATTR_FORMATFunction · 0.85
htmlNodeInfoPushFunction · 0.85
htmlFindEncodingFunction · 0.85
htmlParseHTMLNameFunction · 0.85
htmlParseNameFunction · 0.85
htmlParseNameComplexFunction · 0.85
htmlParseHTMLAttributeFunction · 0.85
htmlParseSystemLiteralFunction · 0.85
htmlParsePubidLiteralFunction · 0.85
htmlParsePIFunction · 0.85
htmlParseCommentFunction · 0.85

Calls 1

xmlCtxtErrMemoryFunction · 0.85

Tested by

no test coverage detected