Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlXPathErrorMessages

229  * The array xmlXPathErrorMessages corresponds to the enum xmlXPathError
231 static const char *xmlXPathErrorMessages[] = {
258 #define MAXERRNO ((int)(sizeof(xmlXPathErrorMessages) / \
259 sizeof(xmlXPathErrorMessages[0])) - 1)
338 "%s", xmlXPathErrorMessages[error]);
349 "%s", xmlXPathErrorMessages[error]);
373 "%s", xmlXPathErrorMessages[error]);