Searched refs:xmlXPathCastNodeToNumber (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Dmath.c47 ret = xmlXPathCastNodeToNumber(ns->nodeTab[0]);
51 cur = xmlXPathCastNodeToNumber(ns->nodeTab[i]);
116 ret = xmlXPathCastNodeToNumber(ns->nodeTab[0]);
120 cur = xmlXPathCastNodeToNumber(ns->nodeTab[i]);
185 max = xmlXPathCastNodeToNumber(ns->nodeTab[0]);
192 cur = xmlXPathCastNodeToNumber(ns->nodeTab[i]);
265 min = xmlXPathCastNodeToNumber(ns->nodeTab[0]);
272 cur = xmlXPathCastNodeToNumber(ns->nodeTab[i]);
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxpath.h462 xmlXPathCastNodeToNumber (xmlNodePtr node);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpath.c5481 * xmlXPathCastNodeToNumber:
5489 xmlXPathCastNodeToNumber (xmlNodePtr node) { function
6230 val1 = xmlXPathCastNodeToNumber(ns1->nodeTab[i]);
6235 values2[j] = xmlXPathCastNodeToNumber(ns2->nodeTab[j]);
9188 res += xmlXPathCastNodeToNumber(cur->nodesetval->nodeTab[i]);
H A Delfgcchack.h15442 #undef xmlXPathCastNodeToNumber macro
15443 extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber __attribute((alias("xmlXPathCastNodeToNumber__internal_alias")));
15445 #ifndef xmlXPathCastNodeToNumber
15446 extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber__internal_alias __attribute((visibility("hidden")));
15447 #define xmlXPathCastNodeToNumber xmlXPathCastNodeToNumber__internal_alias macro

Completed in 93 milliseconds