Searched refs:xmlListAppend (Results 1 – 10 of 10) sorted by relevance
75 d xmlListAppend pr 10i 0 extproc('xmlListAppend')
72 xmlListAppend (xmlListPtr l,
305 int xmlListAppend(xmlListPtr l, void *data) in xmlListAppend() function
536 xmlListAppend;
4921 #undef xmlListAppend4922 extern __typeof (xmlListAppend) xmlListAppend __attribute((alias("xmlListAppend__internal_alias")));4924 #ifndef xmlListAppend4925 extern __typeof (xmlListAppend) xmlListAppend__internal_alias __attribute((visibility("hidden")));4926 #define xmlListAppend xmlListAppend__internal_alias macro
2973 if (xmlListAppend(ref_list, ret) != 0) { in xmlAddRef()
934 typo (Bjorn Reese), entity content failure, xmlListAppend() fix
1231 * list.c: applied patch to fix xmlListAppend() from 7500 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
10778 ret_val = xmlListAppend(l, data); in test_xmlListAppend()
1028 xmlListAppend