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

/vbox/src/libs/libxml2-2.6.31/
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 xmlXPathErrorMessages[error]);
349 xmlXPathErrorMessages[error]);
373 xmlXPathErrorMessages[error]);

Completed in 83 milliseconds