Searched refs:nodePush (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/include/libxml/ |
D | parserInternals.h | 540 XMLPUBFUN int XMLCALL nodePush (xmlParserCtxtPtr ctxt,
|
/external/libxml2/os400/libxmlrpg/ |
D | parserInternals.rpgle | 430 d nodePush pr 10i 0 extproc('nodePush')
|
/external/libxml2/ |
D | libxml2.syms | 130 nodePush;
|
D | SAX2.c | 1661 nodePush(ctxt, ret); in xmlSAX2StartElement() 2332 nodePush(ctxt, ret); in xmlSAX2StartElementNs()
|
D | parser.c | 1755 nodePush(xmlParserCtxtPtr ctxt, xmlNodePtr value) in nodePush() function 13128 nodePush(ctxt, newDoc->children); in xmlParseCtxtExternalEntity() 13360 nodePush(ctxt, newDoc->children); in xmlParseExternalEntityPrivate() 13625 nodePush(ctxt, ctxt->myDoc->children); in xmlParseBalancedChunkMemoryInternal() 13840 nodePush(ctxt, node); in xmlParseInNodeContext() 14031 nodePush(ctxt, newRoot); in xmlParseBalancedChunkMemoryRecover()
|
D | elfgcchack.h | 847 #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
|
D | testapi.c | 15718 ret_val = nodePush(ctxt, value); in test_nodePush()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 434 nodePush
|