Searched refs:xmlNewNsPropEatName (Results 1 – 4 of 4) sorted by relevance
755 xmlNewNsPropEatName (xmlNodePtr node,
1278 ret = xmlNewNsPropEatName(ctxt->node, namespace, name, NULL); in xmlSAX2AttributeInternal()1957 ret = xmlNewNsPropEatName(ctxt->node, namespace, in xmlSAX2AttributeNs()
6205 #undef xmlNewNsPropEatName6206 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName __attribute((alias("xmlNewNsPropEatName__…6208 #ifndef xmlNewNsPropEatName6209 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName__internal_alias __attribute((visibility("…6210 #define xmlNewNsPropEatName xmlNewNsPropEatName__internal_alias macro
1933 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, in xmlNewNsPropEatName() function