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

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c1421 * nodePop:
1429 nodePop(xmlParserCtxtPtr ctxt) function
8893 nodePop(ctxt);
8924 nodePop(ctxt);
10214 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 115 milliseconds