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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c2425 * valuePush:
2434 valuePush(xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr value) function
6371 valuePush(ctxt,
6375 valuePush(ctxt, xmlXPathCacheObjectCopy(ctxt->context, f));
6426 valuePush(ctxt,
6429 valuePush(ctxt, xmlXPathCacheObjectCopy(ctxt->context, s));
6580 valuePush(ctxt, arg);
6582 valuePush(ctxt, val);
6681 valuePush(ctxt, xmlXPathCacheNewString(ctxt->context, str2));
6890 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
/external/libxml2/
H A Dxpath.c2553 * valuePush:
2562 valuePush(xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr value) function
6486 valuePush(ctxt,
6490 valuePush(ctxt, xmlXPathCacheObjectCopy(ctxt->context, f));
6541 valuePush(ctxt,
6544 valuePush(ctxt, xmlXPathCacheObjectCopy(ctxt->context, s));
6695 valuePush(ctxt, arg);
6697 valuePush(ctxt, val);
6796 valuePush(ctxt, xmlXPathCacheNewString(ctxt->context, str2));
7005 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 201 milliseconds