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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c2401 * valuePop:
2409 valuePop(xmlXPathParserContextPtr ctxt) function
2469 obj = valuePop(ctxt);
2496 obj = valuePop(ctxt);
2523 obj = valuePop(ctxt);
2559 obj = valuePop(ctxt);
2593 obj = valuePop(ctxt);
6684 val = valuePop(ctxt);
6892 arg2 = valuePop(ctxt);
6955 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
/external/libxml2/
H A Dxpath.c2523 * valuePop:
2531 valuePop(xmlXPathParserContextPtr ctxt) function
2603 obj = valuePop(ctxt);
2630 obj = valuePop(ctxt);
2657 obj = valuePop(ctxt);
2693 obj = valuePop(ctxt);
2727 obj = valuePop(ctxt);
6799 val = valuePop(ctxt);
7007 arg2 = valuePop(ctxt);
7070 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 139 milliseconds