Searched refs:xmlStrncatNew (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | xmlstring.h | 94 xmlStrncatNew (const xmlChar *str1,
|
/external/libxml2/include/libxml/ |
D | xmlstring.h | 94 xmlStrncatNew (const xmlChar *str1,
|
/external/libxml2/ |
D | xmlstring.c | 483 xmlStrncatNew(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncatNew() function
|
D | elfgcchack.h | 10887 #undef xmlStrncatNew 10888 extern __typeof (xmlStrncatNew) xmlStrncatNew __attribute((alias("xmlStrncatNew__internal_alias"))); 10890 #ifndef xmlStrncatNew 10891 extern __typeof (xmlStrncatNew) xmlStrncatNew__internal_alias __attribute((visibility("hidden"))); 10892 #define xmlStrncatNew xmlStrncatNew__internal_alias macro
|
D | tree.c | 5667 cur->content = xmlStrncatNew(cur->content, content, len); in xmlNodeAddContentLen() 6840 node->content = xmlStrncatNew(node->content, content, len); in xmlTextConcat()
|
D | xmlschemas.c | 26778 BAD_CAST xmlStrncatNew(vctxt->inode->value, value, len); in xmlSchemaVPushText()
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlstring.c | 483 xmlStrncatNew(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncatNew() function
|
D | elfgcchack.h | 10887 #undef xmlStrncatNew 10888 extern __typeof (xmlStrncatNew) xmlStrncatNew __attribute((alias("xmlStrncatNew__internal_alias"))); 10890 #ifndef xmlStrncatNew 10891 extern __typeof (xmlStrncatNew) xmlStrncatNew__internal_alias __attribute((visibility("hidden"))); 10892 #define xmlStrncatNew xmlStrncatNew__internal_alias macro
|
D | tree.c | 5654 cur->content = xmlStrncatNew(cur->content, content, len); in xmlNodeAddContentLen() 6827 node->content = xmlStrncatNew(node->content, content, len); in xmlTextConcat()
|
D | xmlschemas.c | 26777 BAD_CAST xmlStrncatNew(vctxt->inode->value, value, len); in xmlSchemaVPushText()
|
D | ChangeLog | 2556 xmlStrncatNew, it does not calculate the length 7900 xmlStrncatNew to create a new string from 2 frags.
|
D | testapi.c | 36451 ret_val = xmlStrncatNew((const xmlChar *)str1, (const xmlChar *)str2, len); in test_xmlStrncatNew()
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 1888 xmlStrncatNew
|