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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c5530 * xmlNodeSetContentLen:
5541 xmlNodeSetContentLen(xmlNodePtr cur, const xmlChar *content, int len) { function
5545 "xmlNodeSetContentLen : node == NULL\n");
5610 * NOTE: In contrast to xmlNodeSetContentLen(), @content is supposed to be
H A Delfgcchack.h6598 #undef xmlNodeSetContentLen macro
6599 extern __typeof (xmlNodeSetContentLen) xmlNodeSetContentLen __attribute((alias("xmlNodeSetContentLen__internal_alias")));
6601 #ifndef xmlNodeSetContentLen
6602 extern __typeof (xmlNodeSetContentLen) xmlNodeSetContentLen__internal_alias __attribute((visibility("hidden")));
6603 #define xmlNodeSetContentLen xmlNodeSetContentLen__internal_alias macro
/external/libxml2/
H A Dtree.c5543 * xmlNodeSetContentLen:
5554 xmlNodeSetContentLen(xmlNodePtr cur, const xmlChar *content, int len) { function
5558 "xmlNodeSetContentLen : node == NULL\n");
5623 * NOTE: In contrast to xmlNodeSetContentLen(), @content is supposed to be
H A Delfgcchack.h6598 #undef xmlNodeSetContentLen macro
6599 extern __typeof (xmlNodeSetContentLen) xmlNodeSetContentLen __attribute((alias("xmlNodeSetContentLen__internal_alias")));
6601 #ifndef xmlNodeSetContentLen
6602 extern __typeof (xmlNodeSetContentLen) xmlNodeSetContentLen__internal_alias __attribute((visibility("hidden")));
6603 #define xmlNodeSetContentLen xmlNodeSetContentLen__internal_alias macro

Completed in 160 milliseconds