Searched refs:xmlListAppend (Results 1 – 4 of 4) sorted by relevance
72 xmlListAppend (xmlListPtr l,
305 int xmlListAppend(xmlListPtr l, void *data) in xmlListAppend() function
4819 #undef xmlListAppend4820 extern __typeof (xmlListAppend) xmlListAppend __attribute((alias("xmlListAppend__internal_alias")));4822 #ifndef xmlListAppend4823 extern __typeof (xmlListAppend) xmlListAppend__internal_alias __attribute((visibility("hidden")));4824 #define xmlListAppend xmlListAppend__internal_alias macro
2972 if (xmlListAppend(ref_list, ret) != 0) { in xmlAddRef()