Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h755 xmlNewNsPropEatName (xmlNodePtr node,
/external/libxml2/
DSAX2.c1278 ret = xmlNewNsPropEatName(ctxt->node, namespace, name, NULL); in xmlSAX2AttributeInternal()
1957 ret = xmlNewNsPropEatName(ctxt->node, namespace, in xmlSAX2AttributeNs()
Delfgcchack.h6205 #undef xmlNewNsPropEatName
6206 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName __attribute((alias("xmlNewNsPropEatName__…
6208 #ifndef xmlNewNsPropEatName
6209 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName__internal_alias __attribute((visibility("…
6210 #define xmlNewNsPropEatName xmlNewNsPropEatName__internal_alias macro
Dtree.c1933 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, in xmlNewNsPropEatName() function