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

/external/chromium_org/third_party/libxml/src/
H A Dxmlstring.c32 * xmlStrndup:
41 xmlStrndup(const xmlChar *cur, int len) { function
71 return(xmlStrndup(cur, p - cur));
409 return(xmlStrndup(str, len));
457 return(xmlStrndup(add, len));
492 return(xmlStrndup(str2, len));
498 return(xmlStrndup(str1, size));
H A Delfgcchack.h10907 #undef xmlStrndup macro
10908 extern __typeof (xmlStrndup) xmlStrndup __attribute((alias("xmlStrndup__internal_alias")));
10910 #ifndef xmlStrndup
10911 extern __typeof (xmlStrndup) xmlStrndup__internal_alias __attribute((visibility("hidden")));
10912 #define xmlStrndup xmlStrndup__internal_alias macro
/external/libxml2/
H A Dxmlstring.c32 * xmlStrndup:
41 xmlStrndup(const xmlChar *cur, int len) { function
71 return(xmlStrndup(cur, p - cur));
409 return(xmlStrndup(str, len));
457 return(xmlStrndup(add, len));
492 return(xmlStrndup(str2, len));
498 return(xmlStrndup(str1, size));
H A Delfgcchack.h11057 #undef xmlStrndup macro
11058 extern __typeof (xmlStrndup) xmlStrndup __attribute((alias("xmlStrndup__internal_alias")));
11060 #ifndef xmlStrndup
11061 extern __typeof (xmlStrndup) xmlStrndup__internal_alias __attribute((visibility("hidden")));
11062 #define xmlStrndup xmlStrndup__internal_alias macro

Completed in 3196 milliseconds