Home
last modified time | relevance | path

Searched refs:xmlListAppend (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/os400/libxmlrpg/
Dlist.rpgle77 d xmlListAppend pr extproc('xmlListAppend')
/external/libxml2/include/libxml/
Dlist.h72 xmlListAppend (xmlListPtr l,
/external/libxml2/
Dlist.c305 int xmlListAppend(xmlListPtr l, void *data) in xmlListAppend() function
Dlibxml2.syms536 xmlListAppend;
Delfgcchack.h4921 #undef xmlListAppend
4922 extern __typeof (xmlListAppend) xmlListAppend __attribute((alias("xmlListAppend__internal_alias")));
4924 #ifndef xmlListAppend
4925 extern __typeof (xmlListAppend) xmlListAppend__internal_alias __attribute((visibility("hidden")));
4926 #define xmlListAppend xmlListAppend__internal_alias macro
Dvalid.c3003 if (xmlListAppend(ref_list, ret) != 0) { in xmlAddRef()
DNEWS934 typo (Bjorn Reese), entity content failure, xmlListAppend() fix
DChangeLog1231 * list.c: applied patch to fix xmlListAppend() from
7500 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
Dtestapi.c10847 ret_val = xmlListAppend(l, data); in test_xmlListAppend()
/external/libxml2/win32/
Dlibxml2.def.src1028 xmlListAppend