Home
last modified time | relevance | path

Searched refs:xmlXPathCompareValues (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/os400/libxmlrpg/
DxpathInternals.rpgle430 d xmlXPathCompareValues...
431 d pr extproc('xmlXPathCompareValues')
/external/libxml2/include/libxml/
DxpathInternals.h553 XMLPUBFUN int XMLCALL xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict);
/external/libxml2/
Dlibxml2.syms284 xmlXPathCompareValues;
Dxpath.c6517 ret = xmlXPathCompareValues(ctxt, inf, strict); in xmlXPathCompareNodeSetFloat()
6571 ret = xmlXPathCompareValues(ctxt, inf, strict); in xmlXPathCompareNodeSetString()
6724 return(xmlXPathCompareValues(ctxt, inf, strict)); in xmlXPathCompareNodeSetValue()
7352 xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict) { in xmlXPathCompareValues() function
13363 ret = xmlXPathCompareValues(ctxt, op->value, op->value2); in xmlXPathCompOpEval()
Delfgcchack.h15908 #undef xmlXPathCompareValues
15909 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues __attribute((alias("xmlXPathCompareVa…
15911 #ifndef xmlXPathCompareValues
15912 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues__internal_alias __attribute((visibili…
15913 #define xmlXPathCompareValues xmlXPathCompareValues__internal_alias macro
Dtestapi.c47541 ret_val = xmlXPathCompareValues(ctxt, inf, strict); in test_xmlXPathCompareValues()
/external/libxml2/win32/
Dlibxml2.def.src2714 xmlXPathCompareValues