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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c1267 xmlNodeAddContentLen(last, q, cur - q);
1419 xmlNodeAddContentLen(last, q, cur - q);
1464 xmlNodeAddContentLen(last, q, cur - q);
1602 xmlNodeAddContentLen(last, q, cur - q);
5604 * xmlNodeAddContentLen:
5615 xmlNodeAddContentLen(xmlNodePtr cur, const xmlChar *content, int len) { function
5619 "xmlNodeAddContentLen : node == NULL\n");
5702 xmlNodeAddContentLen(cur, content, len);
H A Delfgcchack.h6459 #undef xmlNodeAddContentLen macro
6460 extern __typeof (xmlNodeAddContentLen) xmlNodeAddContentLen __attribute((alias("xmlNodeAddContentLen__internal_alias")));
6462 #ifndef xmlNodeAddContentLen
6463 extern __typeof (xmlNodeAddContentLen) xmlNodeAddContentLen__internal_alias __attribute((visibility("hidden")));
6464 #define xmlNodeAddContentLen xmlNodeAddContentLen__internal_alias macro
/external/libxml2/
H A Dtree.c5721 * xmlNodeAddContentLen:
5732 xmlNodeAddContentLen(xmlNodePtr cur, const xmlChar *content, int len) { function
5736 "xmlNodeAddContentLen : node == NULL\n");
5819 xmlNodeAddContentLen(cur, content, len);
H A Delfgcchack.h6561 #undef xmlNodeAddContentLen macro
6562 extern __typeof (xmlNodeAddContentLen) xmlNodeAddContentLen __attribute((alias("xmlNodeAddContentLen__internal_alias")));
6564 #ifndef xmlNodeAddContentLen
6565 extern __typeof (xmlNodeAddContentLen) xmlNodeAddContentLen__internal_alias __attribute((visibility("hidden")));
6566 #define xmlNodeAddContentLen xmlNodeAddContentLen__internal_alias macro

Completed in 295 milliseconds