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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DparserInternals.h498 XMLPUBFUN int XMLCALL nodePush (xmlParserCtxtPtr ctxt,
/haiku-fatelf/src/tools/docbook/libxml2/
H A DSAX2.c1589 nodePush(ctxt, ret);
2222 nodePush(ctxt, ret);
H A Dparser.c1230 * nodePush:
1239 nodePush(xmlParserCtxtPtr ctxt, xmlNodePtr value) function
11083 nodePush(ctxt, newDoc->children);
11296 nodePush(ctxt, newDoc->children);
11526 nodePush(ctxt, ctxt->myDoc->children);
11704 nodePush(ctxt, node);
11894 nodePush(ctxt, newRoot);
H A Delfgcchack.h835 #undef nodePush macro
836 extern __typeof (nodePush) nodePush __attribute((alias("nodePush__internal_alias")));
838 #ifndef nodePush
839 extern __typeof (nodePush) nodePush__internal_alias __attribute((visibility("hidden")));
840 #define nodePush nodePush__internal_alias macro

Completed in 115 milliseconds