Home
last modified time | relevance | path

Searched refs:xmlNewNsPropEatName (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h732 xmlNewNsPropEatName (xmlNodePtr node,
/external/libxml2/
DSAX2.c1265 ret = xmlNewNsPropEatName(ctxt->node, namespace, name, NULL); in xmlSAX2AttributeInternal()
1941 ret = xmlNewNsPropEatName(ctxt->node, namespace, in xmlSAX2AttributeNs()
Delfgcchack.h6149 #undef xmlNewNsPropEatName
6150 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName __attribute((alias("xmlNewNsPropEatName__…
6152 #ifndef xmlNewNsPropEatName
6153 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName__internal_alias __attribute((visibility("…
6154 #define xmlNewNsPropEatName xmlNewNsPropEatName__internal_alias macro
Dtree.c1919 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, in xmlNewNsPropEatName() function