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

/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dfunctions.c857 valuePush(ctxt, xmlXPathNewBoolean(0));
878 valuePush(ctxt, xmlXPathNewBoolean(1));
880 valuePush(ctxt, xmlXPathNewBoolean(0));
931 valuePush(ctxt, xmlXPathNewBoolean(1));
933 valuePush(ctxt, xmlXPathNewBoolean(0));
/macosx-10.9.5/libxslt-13/libxslt/python/
H A Dtypes.c463 ret = xmlXPathNewBoolean(1);
466 ret = xmlXPathNewBoolean(0);
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A DxpathInternals.h122 valuePush((ctxt), xmlXPathNewBoolean(val))
498 xmlXPathNewBoolean (int val);
/macosx-10.9.5/libxml2-26/libxml2/python/
H A Dtypes.c619 ret = xmlXPathNewBoolean(1);
622 ret = xmlXPathNewBoolean(0);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DxpathInternals.h122 valuePush((ctxt), xmlXPathNewBoolean(val))
496 xmlXPathNewBoolean (int val);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/
H A Dtypes.c560 ret = xmlXPathNewBoolean(1);
563 ret = xmlXPathNewBoolean(0);
/macosx-10.9.5/libxml2-26/libxml2/
H A Dlibxml2.syms314 xmlXPathNewBoolean;
H A Dxpath.c2257 * This is the cached version of xmlXPathNewBoolean().
2297 return(xmlXPathNewBoolean(val));
5234 * xmlXPathNewBoolean:
5242 xmlXPathNewBoolean(int val) { function
6083 return(xmlXPathNewBoolean(0));
6086 ret = xmlXPathNewBoolean(xmlXPathCastToBoolean(val));
H A Delfgcchack.h16508 #undef xmlXPathNewBoolean macro
16509 extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean __attribute((alias("xmlXPathNewBoolean__internal_alias")));
16511 #ifndef xmlXPathNewBoolean
16512 extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean__internal_alias __attribute((visibility("hidden")));
16513 #define xmlXPathNewBoolean xmlXPathNewBoolean__internal_alias macro
H A Dtestapi.c639 if (no == 2) return(xmlXPathNewBoolean(1));
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dlibxml2.syms314 xmlXPathNewBoolean;
H A Dxpath.c2171 * This is the cached version of xmlXPathNewBoolean().
2211 return(xmlXPathNewBoolean(val));
5120 * xmlXPathNewBoolean:
5128 xmlXPathNewBoolean(int val) { function
5969 return(xmlXPathNewBoolean(0));
5972 ret = xmlXPathNewBoolean(xmlXPathCastToBoolean(val));
H A Delfgcchack.h16334 #undef xmlXPathNewBoolean macro
16335 extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean __attribute((alias("xmlXPathNewBoolean__internal_alias")));
16337 #ifndef xmlXPathNewBoolean
16338 extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean__internal_alias __attribute((visibility("hidden")));
16339 #define xmlXPathNewBoolean xmlXPathNewBoolean__internal_alias macro
H A Dtestapi.c643 if (no == 2) return(xmlXPathNewBoolean(1));
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/
H A Dtclxslt.c1282 return xmlXPathNewBoolean(bool);
/macosx-10.9.5/libxslt-13/libxslt/libexslt/
H A Ddate.c1969 return xmlXPathNewBoolean(1);
1971 return xmlXPathNewBoolean(0);
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.xs929 xmlXPathNewBoolean(SvIV(SvRV(perl_result)));

Completed in 808 milliseconds