Searched defs:nodePush (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dparser.c1753 * nodePush:
1762 nodePush(xmlParserCtxtPtr ctxt, xmlNodePtr value) function
13185 nodePush(ctxt, newDoc->children);
13417 nodePush(ctxt, newDoc->children);
13682 nodePush(ctxt, ctxt->myDoc->children);
13897 nodePush(ctxt, node);
14088 nodePush(ctxt, newRoot);
H A Delfgcchack.h847 #undef nodePush macro
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

Completed in 84 milliseconds