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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c2438 * valuePop:
2446 valuePop(xmlXPathParserContextPtr ctxt) function
2513 obj = valuePop(ctxt);
2540 obj = valuePop(ctxt);
2567 obj = valuePop(ctxt);
2603 obj = valuePop(ctxt);
2637 obj = valuePop(ctxt);
6710 val = valuePop(ctxt);
6918 arg2 = valuePop(ctxt);
6981 arg1 = valuePop(ctx
[all...]
H A Delfgcchack.h858 #undef valuePop macro
859 extern __typeof (valuePop) valuePop __attribute((alias("valuePop__internal_alias")));
861 #ifndef valuePop
862 extern __typeof (valuePop) valuePop__internal_alias __attribute((visibility("hidden")));
863 #define valuePop valuePop__internal_alias macro

Completed in 160 milliseconds