Home
last modified time | relevance | path

Searched refs:xmlXPathWrapNodeSet (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h177 valuePush((ctxt), xmlXPathWrapNodeSet(ns))
545 xmlXPathWrapNodeSet (xmlNodeSetPtr val);
/external/libxslt/libxslt/
Dfunctions.c528 valuePush(ctxt, xmlXPathWrapNodeSet( in xsltKeyFunction()
/external/libxml2/
Delfgcchack.h17318 #undef xmlXPathWrapNodeSet
17319 extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet __attribute((alias("xmlXPathWrapNodeSet__…
17321 #ifndef xmlXPathWrapNodeSet
17322 extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet__internal_alias __attribute((visibility("…
17323 #define xmlXPathWrapNodeSet xmlXPathWrapNodeSet__internal_alias macro
Dxpath.c1944 return(xmlXPathWrapNodeSet(val)); in xmlXPathCacheWrapNodeSet()
4353 xmlXPathWrapNodeSet(xmlNodeSetPtr val) { in xmlXPathWrapNodeSet() function