Home
last modified time | relevance | path

Searched refs:xmlHasProp (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h984 xmlHasProp (xmlNodePtr node,
/external/libxml2/
Drelaxng.c1653 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()
Delfgcchack.h4153 #undef xmlHasProp
4154 extern __typeof (xmlHasProp) xmlHasProp __attribute((alias("xmlHasProp__internal_alias")));
4156 #ifndef xmlHasProp
4157 extern __typeof (xmlHasProp) xmlHasProp__internal_alias __attribute((visibility("hidden")));
4158 #define xmlHasProp xmlHasProp__internal_alias macro
Dtree.c6485 xmlHasProp(xmlNodePtr node, const xmlChar *name) { in xmlHasProp() function
6565 prop = xmlHasProp(node, name); in xmlGetProp()
Dxmlschemas.c19696 node = (xmlNodePtr) xmlHasProp(elemDecl->node, in xmlSchemaCheckElemPropsCorrect()
19699 node = (xmlNodePtr) xmlHasProp(elemDecl->node, in xmlSchemaCheckElemPropsCorrect()