Searched refs:xmlHasProp (Results 1 – 5 of 5) sorted by relevance
984 xmlHasProp (xmlNodePtr node,
1653 if (xmlHasProp(root, BAD_CAST "ns") == NULL) { in xmlRelaxNGLoadInclude()1984 if (xmlHasProp(root, BAD_CAST "ns") == NULL) { in xmlRelaxNGLoadExternalRef()7220 if (xmlHasProp(cur, BAD_CAST "ns") == NULL) { in xmlRelaxNGCleanupTree()7336 if (!xmlHasProp(child, BAD_CAST "ns")) { in xmlRelaxNGCleanupTree()
4153 #undef xmlHasProp4154 extern __typeof (xmlHasProp) xmlHasProp __attribute((alias("xmlHasProp__internal_alias")));4156 #ifndef xmlHasProp4157 extern __typeof (xmlHasProp) xmlHasProp__internal_alias __attribute((visibility("hidden")));4158 #define xmlHasProp xmlHasProp__internal_alias macro
6485 xmlHasProp(xmlNodePtr node, const xmlChar *name) { in xmlHasProp() function6565 prop = xmlHasProp(node, name); in xmlGetProp()
19696 node = (xmlNodePtr) xmlHasProp(elemDecl->node, in xmlSchemaCheckElemPropsCorrect()19699 node = (xmlNodePtr) xmlHasProp(elemDecl->node, in xmlSchemaCheckElemPropsCorrect()