Searched refs:xmlXPatherror (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/include/libxml/ |
D | xpathInternals.h | 42 { xmlXPatherror((ctxt), __FILE__, __LINE__, (err)); \ 350 xmlXPatherror (xmlXPathParserContextPtr ctxt,
|
/external/libxml2/ |
D | xpath.c | 388 xmlXPatherror(xmlXPathParserContextPtr ctxt, const char *file ATTRIBUTE_UNUSED, in xmlXPatherror() function 2432 xmlXPatherror(ctxt, __FILE__, __LINE__, XPATH_STACK_ERROR); in xmlXPathPopFrame() 2454 xmlXPatherror(ctxt, __FILE__, __LINE__, XPATH_STACK_ERROR); in valuePop() 6129 xmlXPatherror(ctxt, __FILE__, __LINE__, XPATH_INVALID_CTXT); \ 14720 xmlXPatherror(pctxt, __FILE__, __LINE__, XPATH_EXPR_ERROR); in xmlXPathCtxtCompile() 14968 xmlXPatherror(ctxt, __FILE__, __LINE__, XPATH_EXPR_ERROR); in xmlXPathEval() 15022 xmlXPatherror(pctxt, __FILE__, __LINE__, XPATH_EXPR_ERROR); in xmlXPathEvalExpression()
|
D | elfgcchack.h | 17342 #undef xmlXPatherror 17343 extern __typeof (xmlXPatherror) xmlXPatherror __attribute((alias("xmlXPatherror__internal_alias"))); 17345 #ifndef xmlXPatherror 17346 extern __typeof (xmlXPatherror) xmlXPatherror__internal_alias __attribute((visibility("hidden"))); 17347 #define xmlXPatherror xmlXPatherror__internal_alias macro
|