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

  /external/libxml2/include/libxml/
xpathInternals.h 81 #define xmlXPathCheckError(ctxt) ((ctxt)->error != XPATH_EXPRESSION_OK)
240 if (ctxt->error != XPATH_EXPRESSION_OK) return
248 if (ctxt->error != XPATH_EXPRESSION_OK) return(0)
xpath.h 49 XPATH_EXPRESSION_OK = 0,
  /external/libxml2/
xpath.c 334 error + XML_XPATH_EXPRESSION_OK - XPATH_EXPRESSION_OK,
344 error + XML_XPATH_EXPRESSION_OK - XPATH_EXPRESSION_OK,
357 XPATH_EXPRESSION_OK;
368 error + XML_XPATH_EXPRESSION_OK - XPATH_EXPRESSION_OK,
    [all...]
xpointer.c 1158 if (ctxt->error != XPATH_EXPRESSION_OK)
    [all...]
  /external/libxslt/libxslt/
functions.c 635 &result) == XPATH_EXPRESSION_OK) {
numbers.c 948 xmlXPathError status = XPATH_EXPRESSION_OK;
    [all...]

Completed in 67 milliseconds