Searched defs:xmlXPathErrorMessages (Results 1 - 1 of 1) sorted by relevance

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

Completed in 41 milliseconds