Home
last modified time | relevance | path

Searched refs:xmlXPathObjectCopy (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
Dxpath.h448 xmlXPathObjectCopy (xmlXPathObjectPtr val);
/external/libxslt/libxslt/
Dfunctions.c269 valuePush(ctxt, xmlXPathObjectCopy(obj2)); in xsltDocumentFunction()
389 valuePush(ctxt, xmlXPathObjectCopy(obj1)); in xsltKeyFunction()
Dvariables.c1861 return(xmlXPathObjectCopy(ret)); in xsltGlobalVariableLookup()
1896 return(xmlXPathObjectCopy(elem->value)); in xsltVariableLookup()
2275 valueObj = xmlXPathObjectCopy(variable->value); in xsltXPathVariableLookup()
/external/libxml2/
Dxpointer.c2976 xmlXPathObjectCopy(oldset->locTab[i])); in xmlXPtrEvalRangePredicate()
Delfgcchack.h16826 #undef xmlXPathObjectCopy
16827 extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy __attribute((alias("xmlXPathObjectCopy__int…
16829 #ifndef xmlXPathObjectCopy
16830 extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy__internal_alias __attribute((visibility("hi…
16831 #define xmlXPathObjectCopy xmlXPathObjectCopy__internal_alias macro
Dxpath.c2344 return(xmlXPathObjectCopy(val)); in xmlXPathCacheObjectCopy()
5318 xmlXPathObjectCopy(xmlXPathObjectPtr val) { in xmlXPathObjectCopy() function
13696 xmlXPathObjectCopy in xmlXPathCompOpEval()