Searched refs:xmlShellPrintXPathError (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DdebugXML.h140 xmlShellPrintXPathError (int errorType,
/vbox/src/libs/libxml2-2.6.31/
H A DdebugXML.c1813 * xmlShellPrintXPathError:
1820 xmlShellPrintXPathError(int errorType, const char *arg) function
1967 xmlShellPrintXPathError(list->type, NULL);
H A Delfgcchack.h10400 #undef xmlShellPrintXPathError macro
10401 extern __typeof (xmlShellPrintXPathError) xmlShellPrintXPathError __attribute((alias("xmlShellPrintXPathError__internal_alias")));
10403 #ifndef xmlShellPrintXPathError
10404 extern __typeof (xmlShellPrintXPathError) xmlShellPrintXPathError__internal_alias __attribute((visibility("hidden")));
10405 #define xmlShellPrintXPathError xmlShellPrintXPathError__internal_alias macro
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c4786 if (!PyArg_ParseTuple(args, (char *)"iz:xmlShellPrintXPathError", &errorType, &arg))
4789 xmlShellPrintXPathError(errorType, arg);

Completed in 117 milliseconds