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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dlist.h72 xmlListAppend (xmlListPtr l,
/external/libxml2/include/libxml/
H A Dlist.h72 xmlListAppend (xmlListPtr l,
/external/chromium_org/third_party/libxml/src/
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) {
H A Dtestapi.c10727 ret_val = xmlListAppend(l, data);
10734 printf("Leak of %d blocks found in xmlListAppend",
[all...]
/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 842 milliseconds