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

Function xmlXPatherror

ThirdParty/libxml2/vtklibxml2/xpath.c:732–736  ·  view source on GitHub ↗

* xmlXPatherror: * @ctxt: the XPath Parser context * @file: the file name * @line: the line number * @no: the error number * * Formats an error message. */

Source from the content-addressed store, hash-verified

730 * Formats an error message.
731 */
732void
733xmlXPatherror(xmlXPathParserContextPtr ctxt, const char *file ATTRIBUTE_UNUSED,
734 int line ATTRIBUTE_UNUSED, int no) {
735 xmlXPathErr(ctxt, no);
736}
737
738/**
739 * xmlXPathCheckOpLimit:

Callers 1

xmlXPathCtxtCompileFunction · 0.85

Calls 1

xmlXPathErrFunction · 0.85

Tested by

no test coverage detected