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

/external/libxml2/
H A Dxpath.c2468 * valuePush:
2477 valuePush(xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr value) function
6416 valuePush(ctxt,
6420 valuePush(ctxt, xmlXPathCacheObjectCopy(ctxt->context, f));
6471 valuePush(ctxt,
6474 valuePush(ctxt, xmlXPathCacheObjectCopy(ctxt->context, s));
6625 valuePush(ctxt, arg);
6627 valuePush(ctxt, val);
6726 valuePush(ctxt, xmlXPathCacheNewString(ctxt->context, str2));
6935 valuePush(ctx
[all...]
H A Delfgcchack.h870 #undef valuePush macro
871 extern __typeof (valuePush) valuePush __attribute((alias("valuePush__internal_alias")));
873 #ifndef valuePush
874 extern __typeof (valuePush) valuePush__internal_alias __attribute((visibility("hidden")));
875 #define valuePush valuePush__internal_alias macro

Completed in 99 milliseconds