Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h469 xmlXPathCastNodeToNumber (xmlNodePtr node);
/external/libxml2/
Delfgcchack.h15602 #undef xmlXPathCastNodeToNumber
15603 extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber __attribute((alias("xmlXPathCas…
15605 #ifndef xmlXPathCastNodeToNumber
15606 extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber__internal_alias __attribute((vi…
15607 #define xmlXPathCastNodeToNumber xmlXPathCastNodeToNumber__internal_alias macro
Dxpath.c5805 xmlXPathCastNodeToNumber (xmlNodePtr node) { in xmlXPathCastNodeToNumber() function
6558 val1 = xmlXPathCastNodeToNumber(ns1->nodeTab[i]); in xmlXPathCompareNodeSets()
6563 values2[j] = xmlXPathCastNodeToNumber(ns2->nodeTab[j]); in xmlXPathCompareNodeSets()
9545 res += xmlXPathCastNodeToNumber(cur->nodesetval->nodeTab[i]); in xmlXPathSumFunction()