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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c307 * xmlSplitQName3:
319 xmlSplitQName3(const xmlChar *name, int *len) { function
6678 nqname = xmlSplitQName3(name, &len);
H A Delfgcchack.h10615 #undef xmlSplitQName3 macro
10616 extern __typeof (xmlSplitQName3) xmlSplitQName3 __attribute((alias("xmlSplitQName3__internal_alias")));
10618 #ifndef xmlSplitQName3
10619 extern __typeof (xmlSplitQName3) xmlSplitQName3__internal_alias __attribute((visibility("hidden")));
10620 #define xmlSplitQName3 xmlSplitQName3__internal_alias macro
/external/libxml2/
H A Dtree.c310 * xmlSplitQName3:
322 xmlSplitQName3(const xmlChar *name, int *len) { function
6798 nqname = xmlSplitQName3(name, &len);
H A Delfgcchack.h10765 #undef xmlSplitQName3 macro
10766 extern __typeof (xmlSplitQName3) xmlSplitQName3 __attribute((alias("xmlSplitQName3__internal_alias")));
10768 #ifndef xmlSplitQName3
10769 extern __typeof (xmlSplitQName3) xmlSplitQName3__internal_alias __attribute((visibility("hidden")));
10770 #define xmlSplitQName3 xmlSplitQName3__internal_alias macro

Completed in 303 milliseconds