Searched defs:nodePop (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/libxml/src/
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
H A Dparser.c1586 * nodePop:
1594 nodePop(xmlParserCtxtPtr ctxt) function
9633 nodePop(ctxt);
9666 nodePop(ctxt);
11028 nodePop(ctxt);
/external/libxml2/
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
H A Dparser.c1757 * nodePop:
1765 nodePop(xmlParserCtxtPtr ctxt) function
10032 nodePop(ctxt);
10065 nodePop(ctxt);
11435 nodePop(ctxt);

Completed in 358 milliseconds