Home
last modified time | relevance | path

Searched refs:xmlXPathReturnBoolean (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h121 #define xmlXPathReturnBoolean(ctxt, val) \ macro
130 #define xmlXPathReturnTrue(ctxt) xmlXPathReturnBoolean((ctxt), 1)
138 #define xmlXPathReturnFalse(ctxt) xmlXPathReturnBoolean((ctxt), 0)
/external/libxml2/doc/html/
Dindex.sgml331 <ANCHOR id="xmlXPathReturnBoolean" href="libxml/libxml-xpathInternals.html#xmlXPathReturnBoolean">