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

/external/libxml2/include/libxml/
H A DxpathInternals.h115 * xmlXPathReturnBoolean:
121 #define xmlXPathReturnBoolean(ctxt, val) \ macro
130 #define xmlXPathReturnTrue(ctxt) xmlXPathReturnBoolean((ctxt), 1)
138 #define xmlXPathReturnFalse(ctxt) xmlXPathReturnBoolean((ctxt), 0)

Completed in 18 milliseconds