Searched refs:xmlXPathReturnBoolean (Results 1 – 2 of 2) sorted by relevance
121 #define xmlXPathReturnBoolean(ctxt, val) \ macro130 #define xmlXPathReturnTrue(ctxt) xmlXPathReturnBoolean((ctxt), 1)138 #define xmlXPathReturnFalse(ctxt) xmlXPathReturnBoolean((ctxt), 0)
331 <ANCHOR id="xmlXPathReturnBoolean" href="libxml/libxml-xpathInternals.html#xmlXPathReturnBoolean">