Home
last modified time | relevance | path

Searched refs:xmlXPatherror (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h42 { xmlXPatherror((ctxt), __FILE__, __LINE__, (err)); \
350 xmlXPatherror (xmlXPathParserContextPtr ctxt,
/external/libxml2/
Dxpath.c388 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()
Delfgcchack.h17342 #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