Home
last modified time | relevance | path

Searched refs:xmlStrncatNew (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
Dxmlstring.h94 xmlStrncatNew (const xmlChar *str1,
/external/libxml2/include/libxml/
Dxmlstring.h94 xmlStrncatNew (const xmlChar *str1,
/external/libxml2/
Dxmlstring.c483 xmlStrncatNew(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncatNew() function
Delfgcchack.h10887 #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
Dtree.c5667 cur->content = xmlStrncatNew(cur->content, content, len); in xmlNodeAddContentLen()
6840 node->content = xmlStrncatNew(node->content, content, len); in xmlTextConcat()
Dxmlschemas.c26778 BAD_CAST xmlStrncatNew(vctxt->inode->value, value, len); in xmlSchemaVPushText()
/external/chromium_org/third_party/libxml/src/
Dxmlstring.c483 xmlStrncatNew(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncatNew() function
Delfgcchack.h10887 #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
Dtree.c5654 cur->content = xmlStrncatNew(cur->content, content, len); in xmlNodeAddContentLen()
6827 node->content = xmlStrncatNew(node->content, content, len); in xmlTextConcat()
Dxmlschemas.c26777 BAD_CAST xmlStrncatNew(vctxt->inode->value, value, len); in xmlSchemaVPushText()
DChangeLog2556 xmlStrncatNew, it does not calculate the length
7900 xmlStrncatNew to create a new string from 2 frags.
Dtestapi.c36451 ret_val = xmlStrncatNew((const xmlChar *)str1, (const xmlChar *)str2, len); in test_xmlStrncatNew()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1888 xmlStrncatNew