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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpath.c249 * The array xmlXPathErrorMessages corresponds to the enum xmlXPathError
251 static const char *xmlXPathErrorMessages[] = { variable
277 #define MAXERRNO ((int)(sizeof(xmlXPathErrorMessages) / \
278 sizeof(xmlXPathErrorMessages[0])) - 1)
357 xmlXPathErrorMessages[error]);
368 xmlXPathErrorMessages[error]);
392 xmlXPathErrorMessages[error]);

Completed in 166 milliseconds