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

/external/libxml2/include/libxml/
H A DxpathInternals.h42 { xmlXPatherror((ctxt), __FILE__, __LINE__, (err)); \
350 xmlXPatherror (xmlXPathParserContextPtr ctxt,
/external/libxml2/
H A Dxpath.c379 * xmlXPatherror:
388 xmlXPatherror(xmlXPathParserContextPtr ctxt, const char *file ATTRIBUTE_UNUSED, function
2432 xmlXPatherror(ctxt, __FILE__, __LINE__, XPATH_STACK_ERROR);
2454 xmlXPatherror(ctxt, __FILE__, __LINE__, XPATH_STACK_ERROR);
6129 xmlXPatherror(ctxt, __FILE__, __LINE__, XPATH_INVALID_CTXT); \
14720 xmlXPatherror(pctxt, __FILE__, __LINE__, XPATH_EXPR_ERROR);
14968 xmlXPatherror(ctxt, __FILE__, __LINE__, XPATH_EXPR_ERROR);
15022 xmlXPatherror(pctxt, __FILE__, __LINE__, XPATH_EXPR_ERROR);
H A Delfgcchack.h17342 #undef xmlXPatherror macro
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

Completed in 67 milliseconds