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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c2317 * This is the cached version of xmlXPathObjectCopy().
2343 return(xmlXPathObjectCopy(val));
5266 * xmlXPathObjectCopy:
5274 xmlXPathObjectCopy(xmlXPathObjectPtr val) { function
5349 "xmlXPathObjectCopy: unsupported type %d\n",
13627 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
/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 246 milliseconds