Searched refs:xmlXPathEvalPredicate (Results 1 – 4 of 4) sorted by relevance
517 xmlXPathEvalPredicate (xmlXPathContextPtr ctxt,
78 ret = xmlXPathEvalPredicate(ctxt->xpathCtxt, res); in xsltEvalXPathPredicate()
16010 #undef xmlXPathEvalPredicate16011 extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate __attribute((alias("xmlXPathEvalPredi…16013 #ifndef xmlXPathEvalPredicate16014 extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate__internal_alias __attribute((visibili…16015 #define xmlXPathEvalPredicate xmlXPathEvalPredicate__internal_alias macro
14472 xmlXPathEvalPredicate(xmlXPathContextPtr ctxt, xmlXPathObjectPtr res) { in xmlXPathEvalPredicate() function