Home
last modified time | relevance | path

Searched refs:xmlXPathNewBoolean (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h122 valuePush((ctxt), xmlXPathNewBoolean(val))
496 xmlXPathNewBoolean (int val);
/external/libxml2/
Delfgcchack.h16218 #undef xmlXPathNewBoolean
16219 extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean __attribute((alias("xmlXPathNewBoolean__int…
16221 #ifndef xmlXPathNewBoolean
16222 extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean__internal_alias __attribute((visibility("hi…
16223 #define xmlXPathNewBoolean xmlXPathNewBoolean__internal_alias macro
Dxpath.c2211 return(xmlXPathNewBoolean(val)); in xmlXPathCacheNewBoolean()
5109 xmlXPathNewBoolean(int val) { in xmlXPathNewBoolean() function
5950 return(xmlXPathNewBoolean(0)); in xmlXPathConvertBoolean()
5953 ret = xmlXPathNewBoolean(xmlXPathCastToBoolean(val)); in xmlXPathConvertBoolean()