Searched defs:xmlNodeAddContent (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dtree.c1371 xmlNodeAddContent(last, ent->content);
1556 xmlNodeAddContent(last, ent->content);
2972 xmlNodeAddContent(cur, elem->content);
3061 xmlNodeAddContent(cur->prev, elem->content);
3142 xmlNodeAddContent(cur, elem->content);
3214 xmlNodeAddContent(parent->last, cur->content);
3294 xmlNodeAddContent(parent, cur->content);
3301 xmlNodeAddContent(parent->last, cur->content);
3327 xmlNodeAddContent(parent, cur->content);
5693 * xmlNodeAddContent
5703 xmlNodeAddContent(xmlNodePtr cur, const xmlChar *content) { function
[all...]
H A Delfgcchack.h6449 #undef xmlNodeAddContent macro
6450 extern __typeof (xmlNodeAddContent) xmlNodeAddContent __attribute((alias("xmlNodeAddContent__internal_alias")));
6452 #ifndef xmlNodeAddContent
6453 extern __typeof (xmlNodeAddContent) xmlNodeAddContent__internal_alias __attribute((visibility("hidden")));
6454 #define xmlNodeAddContent xmlNodeAddContent__internal_alias macro

Completed in 46 milliseconds