HomeSort by relevance Sort by last modified time
    Searched refs:xmlXPathErrorMessages (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
xpath.c 229 * The array xmlXPathErrorMessages corresponds to the enum xmlXPathError
231 static const char *xmlXPathErrorMessages[] = {
257 #define MAXERRNO ((int)(sizeof(xmlXPathErrorMessages) / \
258 sizeof(xmlXPathErrorMessages[0])) - 1)
337 "%s", xmlXPathErrorMessages[error]);
348 "%s", xmlXPathErrorMessages[error]);
372 "%s", xmlXPathErrorMessages[error]);
    [all...]
  /external/libxml2/
xpath.c 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]);
    [all...]

Completed in 31 milliseconds