Searched refs:xmlXPathIsNodeType (Results 1 – 4 of 4) sorted by relevance
559 XMLPUBFUN int XMLCALL xmlXPathIsNodeType(const xmlChar *name);
1788 if ((CUR == '(') && !xmlXPathIsNodeType(name)) { in xsltCompileLocationPathPattern()
16226 #undef xmlXPathIsNodeType16227 extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType __attribute((alias("xmlXPathIsNodeType__int…16229 #ifndef xmlXPathIsNodeType16230 extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType__internal_alias __attribute((visibility("hi…16231 #define xmlXPathIsNodeType xmlXPathIsNodeType__internal_alias macro
10312 xmlXPathIsNodeType(const xmlChar *name) { in xmlXPathIsNodeType() function10600 if (xmlXPathIsNodeType(name)) { in xmlXPathCompPathExpr()