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

/external/libxml2/
H A Dparser.c1569 * nodePop:
1577 nodePop(xmlParserCtxtPtr ctxt) function
9436 nodePop(ctxt);
9467 nodePop(ctxt);
10801 nodePop(ctxt);
H A Delfgcchack.h837 #undef nodePop macro
838 extern __typeof (nodePop) nodePop __attribute((alias("nodePop__internal_alias")));
840 #ifndef nodePop
841 extern __typeof (nodePop) nodePop__internal_alias __attribute((visibility("hidden")));
842 #define nodePop nodePop__internal_alias macro

Completed in 107 milliseconds