Searched defs:xmlXPathIsNodeType (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxpath.c10299 * xmlXPathIsNodeType:
10312 xmlXPathIsNodeType(const xmlChar *name) { function
10600 if (xmlXPathIsNodeType(name)) {
H A Delfgcchack.h16226 #undef xmlXPathIsNodeType macro
16227 extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType __attribute((alias("xmlXPathIsNodeType__internal_alias")));
16229 #ifndef xmlXPathIsNodeType
16230 extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType__internal_alias __attribute((visibility("hidden")));
16231 #define xmlXPathIsNodeType xmlXPathIsNodeType__internal_alias macro

Completed in 84 milliseconds