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

Function xmlResetLastError

ThirdParty/libxml2/vtklibxml2/error.c:962–968  ·  view source on GitHub ↗

* xmlResetLastError: * * Cleanup the last global error registered. For parsing error * this does not change the well-formedness result. */

Source from the content-addressed store, hash-verified

960 * this does not change the well-formedness result.
961 */
962void
963xmlResetLastError(void)
964{
965 if (xmlLastError.code == XML_ERR_OK)
966 return;
967 xmlResetError(&xmlLastError);
968}
969
970/**
971 * xmlCtxtGetLastError:

Callers 7

xmlconfTestItemFunction · 0.85
xmlRaiseMemoryErrorFunction · 0.85
launchTestsFunction · 0.85
xsdIncorrectTestCaseFunction · 0.85
xsdTestCaseFunction · 0.85
xstcTestInstanceFunction · 0.85
xstcTestGroupFunction · 0.85

Calls 1

xmlResetErrorFunction · 0.85

Tested by 1

launchTestsFunction · 0.68