Home
last modified time | relevance | path

Searched refs:nodePush (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h540 XMLPUBFUN int XMLCALL nodePush (xmlParserCtxtPtr ctxt,
/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle444 d nodePush pr extproc('nodePush')
/external/libxml2/
Dlibxml2.syms130 nodePush;
DSAX2.c1668 if (nodePush(ctxt, ret) < 0) { in xmlSAX2StartElement()
2344 if (nodePush(ctxt, ret) < 0) { in xmlSAX2StartElementNs()
Dparser.c1767 nodePush(xmlParserCtxtPtr ctxt, xmlNodePtr value) in nodePush() function
12926 nodePush(ctxt, newDoc->children); in xmlParseCtxtExternalEntity()
13158 nodePush(ctxt, newDoc->children); in xmlParseExternalEntityPrivate()
13424 nodePush(ctxt, ctxt->myDoc->children); in xmlParseBalancedChunkMemoryInternal()
13640 nodePush(ctxt, node); in xmlParseInNodeContext()
13831 nodePush(ctxt, newRoot); in xmlParseBalancedChunkMemoryRecover()
Delfgcchack.h847 #undef nodePush
848 extern __typeof (nodePush) nodePush __attribute((alias("nodePush__internal_alias")));
850 #ifndef nodePush
851 extern __typeof (nodePush) nodePush__internal_alias __attribute((visibility("hidden")));
852 #define nodePush nodePush__internal_alias macro
Dtestapi.c15817 ret_val = nodePush(ctxt, value); in test_nodePush()
/external/libxml2/win32/
Dlibxml2.def.src434 nodePush