Home
last modified time | relevance | path

Searched refs:xmlXPathConvertBoolean (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dxpath.h487 xmlXPathConvertBoolean (xmlXPathObjectPtr val);
/external/libxml2/
Delfgcchack.h15818 #undef xmlXPathConvertBoolean
15819 extern __typeof (xmlXPathConvertBoolean) xmlXPathConvertBoolean __attribute((alias("xmlXPathConvert…
15821 #ifndef xmlXPathConvertBoolean
15822 extern __typeof (xmlXPathConvertBoolean) xmlXPathConvertBoolean__internal_alias __attribute((visibi…
15823 #define xmlXPathConvertBoolean xmlXPathConvertBoolean__internal_alias macro
Dxpath.c6009 xmlXPathConvertBoolean(xmlXPathObjectPtr val) { in xmlXPathConvertBoolean() function
/external/libxslt/libxslt/
Dtransform.c5179 res = xmlXPathConvertBoolean(res); in xsltChoose()
5407 xpobj = xmlXPathConvertBoolean(xpobj); in xsltIf()