Searched refs:xmlListInsert (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | c14n.c | 632 xmlListInsert(list, ns); in xmlC14NProcessNamespacesAxis() 761 xmlListInsert(list, ns); in xmlExcC14NProcessNamespacesAxis() 780 xmlListInsert(list, ns); in xmlExcC14NProcessNamespacesAxis() 803 xmlListInsert(list, attr->ns); in xmlExcC14NProcessNamespacesAxis() 1168 xmlListInsert(list, attr); in xmlC14NProcessAttrsAxis() 1191 xmlListInsert(list, attr); in xmlC14NProcessAttrsAxis() 1214 xmlListInsert(list, attr); in xmlC14NProcessAttrsAxis() 1259 xmlListInsert(list, attr); in xmlC14NProcessAttrsAxis() 1282 xmlListInsert(list, attr); in xmlC14NProcessAttrsAxis() 1298 xmlListInsert(list, xml_lang_attr); in xmlC14NProcessAttrsAxis() [all …]
|
D | list.c | 273 xmlListInsert(xmlListPtr l, void *data) in xmlListInsert() function 769 if (0 !=xmlListInsert(cur, lk->data)) { in xmlListCopy()
|
D | elfgcchack.h | 4909 #undef xmlListInsert 4910 extern __typeof (xmlListInsert) xmlListInsert __attribute((alias("xmlListInsert__internal_alias"))); 4912 #ifndef xmlListInsert 4913 extern __typeof (xmlListInsert) xmlListInsert__internal_alias __attribute((visibility("hidden"))); 4914 #define xmlListInsert xmlListInsert__internal_alias macro
|
/external/libxml2/include/libxml/ |
D | list.h | 69 xmlListInsert (xmlListPtr l,
|