Searched defs:xmlXPathObjectCopy (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxpath.c2318 * This is the cached version of xmlXPathObjectCopy().
2344 return(xmlXPathObjectCopy(val));
5310 * xmlXPathObjectCopy:
5318 xmlXPathObjectCopy(xmlXPathObjectPtr val) { function
5393 "xmlXPathObjectCopy: unsupported type %d\n",
13696 xmlXPathObjectCopy
H A Delfgcchack.h16826 #undef xmlXPathObjectCopy macro
16827 extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy __attribute((alias("xmlXPathObjectCopy__internal_alias")));
16829 #ifndef xmlXPathObjectCopy
16830 extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy__internal_alias __attribute((visibility("hidden")));
16831 #define xmlXPathObjectCopy xmlXPathObjectCopy__internal_alias macro

Completed in 197 milliseconds