Searched refs:xmlNodeAddContent (Results 1 – 11 of 11) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | tree.c | 3067 xmlNodeAddContent(cur, elem->content); in xmlAddNextSibling() 3156 xmlNodeAddContent(cur->prev, elem->content); in xmlAddPrevSibling() 3237 xmlNodeAddContent(cur, elem->content); in xmlAddSibling() 3309 xmlNodeAddContent(parent->last, cur->content); in xmlAddChildList() 3389 xmlNodeAddContent(parent, cur->content); in xmlAddChild() 3396 xmlNodeAddContent(parent->last, cur->content); in xmlAddChild() 3422 xmlNodeAddContent(parent, cur->content); in xmlAddChild() 5885 xmlNodeAddContent(xmlNodePtr cur, const xmlChar *content) { in xmlNodeAddContent() function 5916 xmlNodeAddContent(first, second->content); in xmlTextMerge()
|
D | tree.in.h | 1098 xmlNodeAddContent (xmlNodePtr cur,
|
D | elfgcchack.h | 6582 #undef xmlNodeAddContent 6583 extern __typeof (xmlNodeAddContent) xmlNodeAddContent __attribute((alias("xmlNodeAddContent__intern… 6585 #ifndef xmlNodeAddContent 6586 extern __typeof (xmlNodeAddContent) xmlNodeAddContent__internal_alias __attribute((visibility("hidd… 6587 #define xmlNodeAddContent xmlNodeAddContent__internal_alias macro
|
/third_party/libxml2/ |
D | tree.c | 3056 xmlNodeAddContent(cur, elem->content); in xmlAddNextSibling() 3145 xmlNodeAddContent(cur->prev, elem->content); in xmlAddPrevSibling() 3226 xmlNodeAddContent(cur, elem->content); in xmlAddSibling() 3298 xmlNodeAddContent(parent->last, cur->content); in xmlAddChildList() 3378 xmlNodeAddContent(parent, cur->content); in xmlAddChild() 3385 xmlNodeAddContent(parent->last, cur->content); in xmlAddChild() 3411 xmlNodeAddContent(parent, cur->content); in xmlAddChild() 5898 xmlNodeAddContent(xmlNodePtr cur, const xmlChar *content) { in xmlNodeAddContent() function 5929 xmlNodeAddContent(first, second->content); in xmlTextMerge()
|
D | libxml2.syms | 1001 xmlNodeAddContent;
|
D | elfgcchack.h | 6561 #undef xmlNodeAddContent 6562 extern __typeof (xmlNodeAddContent) xmlNodeAddContent __attribute((alias("xmlNodeAddContent__intern… 6564 #ifndef xmlNodeAddContent 6565 extern __typeof (xmlNodeAddContent) xmlNodeAddContent__internal_alias __attribute((visibility("hidd… 6566 #define xmlNodeAddContent xmlNodeAddContent__internal_alias macro
|
D | testapi.c | 22274 xmlNodeAddContent(cur, (const xmlChar *)content); in test_xmlNodeAddContent()
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 1069 xmlNodeAddContent (xmlNodePtr cur,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1332 d xmlNodeAddContent... 1333 d pr extproc('xmlNodeAddContent')
|
/third_party/gettext/gettext-tools/src/ |
D | its.c | 1966 xmlNodeAddContent (translated, BAD_CAST mp->msgstr); in its_merge_context_merge_node()
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 1278 xmlNodeAddContent
|