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 335 error + XML_XPATH_EXPRESSION_OK - XPATH_EXPRESSION_OK,
345 error + XML_XPATH_EXPRESSION_OK - XPATH_EXPRESSION_OK,
358 XPATH_EXPRESSION_OK;
369 error + XML_XPATH_EXPRESSION_OK - XPATH_EXPRESSION_OK,
    [all...]
xpointer.c 1155 ctxt->error = XPATH_EXPRESSION_OK;
1159 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 210 milliseconds