Home
last modified time | relevance | path

Searched refs:valuePush (Results 1 – 7 of 7) sorted by relevance

/external/libxslt/libxslt/
Dfunctions.c119 valuePush(ctxt, xmlXPathNewNodeSet(NULL)); in xsltDocumentFunctionLoadDocument()
127 valuePush(ctxt, xmlXPathNewNodeSet(NULL)); in xsltDocumentFunctionLoadDocument()
156 valuePush(ctxt, xmlXPathNewNodeSet(NULL)); in xsltDocumentFunctionLoadDocument()
167 valuePush(ctxt, xmlXPathNewNodeSet((xmlNodePtr) doc)); in xsltDocumentFunctionLoadDocument()
206 valuePush(ctxt, resObj); in xsltDocumentFunctionLoadDocument()
213 valuePush(ctxt, xmlXPathNewNodeSet(NULL)); in xsltDocumentFunctionLoadDocument()
265 valuePush(ctxt, in xsltDocumentFunction()
269 valuePush(ctxt, xmlXPathObjectCopy(obj2)); in xsltDocumentFunction()
271 valuePush(ctxt, in xsltDocumentFunction()
286 valuePush(ctxt, ret); in xsltDocumentFunction()
[all …]
Dextra.c195 valuePush(ctxt, xmlXPathNewString((const xmlChar *)"")); in xsltFunctionLocalTime()
270 valuePush(ctxt, xmlXPathNewString((xmlChar *)result)); in xsltFunctionLocalTime()
/external/libxml2/include/libxml/
DxpathInternals.h122 valuePush((ctxt), xmlXPathNewBoolean(val))
148 valuePush((ctxt), xmlXPathNewFloat(val))
158 valuePush((ctxt), xmlXPathWrapString(str))
167 valuePush((ctxt), xmlXPathNewCString(""))
177 valuePush((ctxt), xmlXPathWrapNodeSet(ns))
186 valuePush((ctxt), xmlXPathNewNodeSet(NULL))
196 valuePush((ctxt), xmlXPathWrapExternal(val))
482 valuePush (xmlXPathParserContextPtr ctxt,
/external/libxml2/
Dxpath.c2477 valuePush(xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr value) in valuePush() function
6416 valuePush(ctxt, in xmlXPathCompareNodeSetFloat()
6420 valuePush(ctxt, xmlXPathCacheObjectCopy(ctxt->context, f)); in xmlXPathCompareNodeSetFloat()
6471 valuePush(ctxt, in xmlXPathCompareNodeSetString()
6474 valuePush(ctxt, xmlXPathCacheObjectCopy(ctxt->context, s)); in xmlXPathCompareNodeSetString()
6625 valuePush(ctxt, arg); in xmlXPathCompareNodeSetValue()
6627 valuePush(ctxt, val); in xmlXPathCompareNodeSetValue()
6726 valuePush(ctxt, xmlXPathCacheNewString(ctxt->context, str2)); in xmlXPathEqualNodeSetFloat()
6935 valuePush(ctxt, arg2); in xmlXPathEqualValuesCommon()
6998 valuePush(ctxt, arg1); in xmlXPathEqualValuesCommon()
[all …]
Dxpointer.c931 valuePush(ctxt, xmlXPathNewNodeSet(NULL)); in xmlXPtrGetChildNo()
937 valuePush(ctxt, xmlXPathNewNodeSet(NULL)); in xmlXPtrGetChildNo()
941 valuePush(ctxt, obj); in xmlXPtrGetChildNo()
1230 valuePush(ctxt, xmlXPathNewString(name)); in xmlXPtrEvalChildSeq()
1752 valuePush(ctxt, xmlXPtrNewLocationSetNodes(ctxt->context->here, NULL)); in xmlXPtrHereFunction()
1770 valuePush(ctxt, xmlXPtrNewLocationSetNodes(ctxt->context->origin, NULL)); in xmlXPtrOriginFunction()
1862 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrStartPointFunction()
1955 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrEndPointFunction()
2073 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrRangeFunction()
2219 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrRangeInsideFunction()
[all …]
Delfgcchack.h870 #undef valuePush
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/webkit/Source/WebCore/xml/
DXSLTExtensions.cpp79 valuePush(ctxt, ret); in exsltNodeSetFunction()