Searched refs:nodePush (Results 1 – 10 of 10) sorted by relevance
| /third_party/libxml2/include/libxml/ |
| D | parserInternals.h | 540 XMLPUBFUN int XMLCALL nodePush (xmlParserCtxtPtr ctxt,
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | parserInternals.rpgle | 444 d nodePush pr extproc('nodePush')
|
| /third_party/libxml2/ |
| D | libxml2.syms | 130 nodePush;
|
| D | SAX2.c | 1639 if (nodePush(ctxt, ret) < 0) { in xmlSAX2StartElement() 2317 if (nodePush(ctxt, ret) < 0) { in xmlSAX2StartElementNs()
|
| 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 | parser.c | 1812 nodePush(xmlParserCtxtPtr ctxt, xmlNodePtr value) in nodePush() function 13074 nodePush(ctxt, newDoc->children); in xmlParseExternalEntityPrivate() 13392 nodePush(ctxt, ctxt->myDoc->children); in xmlParseBalancedChunkMemoryInternal() 13608 nodePush(ctxt, node); in xmlParseInNodeContext() 13800 nodePush(ctxt, newRoot); in xmlParseBalancedChunkMemoryRecover()
|
| D | NEWS | 522 Check return value of nodePush in xmlSAX2StartElement (Nick Wellnhofer),
|
| D | testapi.c | 15819 ret_val = nodePush(ctxt, value); in test_nodePush()
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 434 nodePush
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 101832 -#undef nodePush 101833 -extern __typeof (nodePush) nodePush __attribute((alias("nodePush__internal_alias"))); 101835 -#ifndef nodePush 101836 -extern __typeof (nodePush) nodePush__internal_alias __attribute((visibility("hidden"))); 101837 -#define nodePush nodePush__internal_alias
|