Searched refs:xmlNewDocNodeEatName (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h712 xmlNewDocNodeEatName (xmlDocPtr doc,
/haiku-fatelf/src/tools/docbook/libxml2/
H A DSAX2.c1558 ret = xmlNewDocNodeEatName(ctxt->myDoc, NULL, name, NULL);
2168 ret = xmlNewDocNodeEatName(ctxt->myDoc, NULL,
H A Delfgcchack.h5953 #undef xmlNewDocNodeEatName macro
5954 extern __typeof (xmlNewDocNodeEatName) xmlNewDocNodeEatName __attribute((alias("xmlNewDocNodeEatName__internal_alias")));
5956 #ifndef xmlNewDocNodeEatName
5957 extern __typeof (xmlNewDocNodeEatName) xmlNewDocNodeEatName__internal_alias __attribute((visibility("hidden")));
5958 #define xmlNewDocNodeEatName xmlNewDocNodeEatName__internal_alias macro
H A Dtree.c2222 * xmlNewDocNodeEatName:
2238 xmlNewDocNodeEatName(xmlDocPtr doc, xmlNsPtr ns, function
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtransform.c3599 copy = xmlNewDocNodeEatName(ctxt->output, NULL, (xmlChar *)name, NULL);

Completed in 169 milliseconds