Searched refs:xmlNewNsPropEatName (Results 1 – 4 of 4) sorted by relevance
732 xmlNewNsPropEatName (xmlNodePtr node,
1265 ret = xmlNewNsPropEatName(ctxt->node, namespace, name, NULL); in xmlSAX2AttributeInternal()1941 ret = xmlNewNsPropEatName(ctxt->node, namespace, in xmlSAX2AttributeNs()
6149 #undef xmlNewNsPropEatName6150 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName __attribute((alias("xmlNewNsPropEatName__…6152 #ifndef xmlNewNsPropEatName6153 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName__internal_alias __attribute((visibility("…6154 #define xmlNewNsPropEatName xmlNewNsPropEatName__internal_alias macro
1919 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, in xmlNewNsPropEatName() function