Searched refs:xmlStrncatNew (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlstring.h94 xmlStrncatNew (const xmlChar *str1,
/external/libxml2/include/libxml/
H A Dxmlstring.h94 xmlStrncatNew (const xmlChar *str1,
/external/chromium_org/third_party/libxml/src/
H A Dxmlstring.c471 * xmlStrncatNew:
483 xmlStrncatNew(const xmlChar *str1, const xmlChar *str2, int len) { function
H A Delfgcchack.h10887 #undef xmlStrncatNew macro
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
H A Dtree.c5654 cur->content = xmlStrncatNew(cur->content, content, len);
6827 node->content = xmlStrncatNew(node->content, content, len);
H A Dxmlschemas.c26777 BAD_CAST xmlStrncatNew(vctxt->inode->value, value, len);
H A Dtestapi.c36451 ret_val = xmlStrncatNew((const xmlChar *)str1, (const xmlChar *)str2, len);
36459 printf("Leak of %d blocks found in xmlStrncatNew",
[all...]
/external/libxml2/
H A Dxmlstring.c471 * xmlStrncatNew:
483 xmlStrncatNew(const xmlChar *str1, const xmlChar *str2, int len) { function
H A Delfgcchack.h11037 #undef xmlStrncatNew macro
11038 extern __typeof (xmlStrncatNew) xmlStrncatNew __attribute((alias("xmlStrncatNew__internal_alias")));
11040 #ifndef xmlStrncatNew
11041 extern __typeof (xmlStrncatNew) xmlStrncatNew__internal_alias __attribute((visibility("hidden")));
11042 #define xmlStrncatNew xmlStrncatNew__internal_alias macro
H A Dtree.c5771 cur->content = xmlStrncatNew(cur->content, content, len);
6947 node->content = xmlStrncatNew(node->content, content, len);
H A Dxmlschemas.c26823 BAD_CAST xmlStrncatNew(vctxt->inode->value, value, len);

Completed in 920 milliseconds