Searched refs:xmlNodeSetContentLen (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h1017 xmlNodeSetContentLen (xmlNodePtr cur,
/external/libxml2/include/libxml/
H A Dtree.h1016 xmlNodeSetContentLen (xmlNodePtr cur,
/external/chromium_org/third_party/libxml/src/
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
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 Dtestapi.c22574 xmlNodeSetContentLen(cur, (const xmlChar *)content, len);
22581 printf("Leak of %d blocks found in xmlNodeSetContentLen",
[all...]
/external/libxml2/
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
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

Completed in 281 milliseconds