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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h680 xmlNewNsPropEatName (xmlNodePtr node,
/haiku-fatelf/src/tools/docbook/libxml2/
H A DSAX2.c1258 ret = xmlNewNsPropEatName(ctxt->node, namespace, name, NULL);
1934 ret = xmlNewNsPropEatName(ctxt->node, namespace,
H A Delfgcchack.h6137 #undef xmlNewNsPropEatName macro
6138 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName __attribute((alias("xmlNewNsPropEatName__internal_alias")));
6140 #ifndef xmlNewNsPropEatName
6141 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName__internal_alias __attribute((visibility("hidden")));
6142 #define xmlNewNsPropEatName xmlNewNsPropEatName__internal_alias macro
H A Dtree.c1865 * xmlNewNsPropEatName:
1875 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, function
1881 "xmlNewNsPropEatName : name == NULL\n");

Completed in 184 milliseconds