Searched refs:xmlListAppend (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A Dlist.h72 xmlListAppend (xmlListPtr l,
/external/libxml2/
H A Dlist.c297 * xmlListAppend:
305 int xmlListAppend(xmlListPtr l, void *data) function
H A Delfgcchack.h4819 #undef xmlListAppend macro
4820 extern __typeof (xmlListAppend) xmlListAppend __attribute((alias("xmlListAppend__internal_alias")));
4822 #ifndef xmlListAppend
4823 extern __typeof (xmlListAppend) xmlListAppend__internal_alias __attribute((visibility("hidden")));
4824 #define xmlListAppend xmlListAppend__internal_alias macro
H A Dvalid.c2972 if (xmlListAppend(ref_list, ret) != 0) {

Completed in 147 milliseconds