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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c1915 * This is the cached version of xmlXPathWrapNodeSet().
1943 return(xmlXPathWrapNodeSet(val));
4301 * xmlXPathWrapNodeSet:
4309 xmlXPathWrapNodeSet(xmlNodeSetPtr val) { function
H A Delfgcchack.h17318 #undef xmlXPathWrapNodeSet macro
17319 extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet __attribute((alias("xmlXPathWrapNodeSet__internal_alias")));
17321 #ifndef xmlXPathWrapNodeSet
17322 extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet__internal_alias __attribute((visibility("hidden")));
17323 #define xmlXPathWrapNodeSet xmlXPathWrapNodeSet__internal_alias macro
/external/libxml2/
H A Dxpath.c1996 * This is the cached version of xmlXPathWrapNodeSet().
2024 return(xmlXPathWrapNodeSet(val));
4408 * xmlXPathWrapNodeSet:
4416 xmlXPathWrapNodeSet(xmlNodeSetPtr val) { function
H A Delfgcchack.h17492 #undef xmlXPathWrapNodeSet macro
17493 extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet __attribute((alias("xmlXPathWrapNodeSet__internal_alias")));
17495 #ifndef xmlXPathWrapNodeSet
17496 extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet__internal_alias __attribute((visibility("hidden")));
17497 #define xmlXPathWrapNodeSet xmlXPathWrapNodeSet__internal_alias macro

Completed in 210 milliseconds