Searched refs:list_ref (Results 1 – 2 of 2) sorted by relevance
2847 xmlFreeRefList(xmlListPtr list_ref) { in xmlFreeRefList() argument2848 if (list_ref == NULL) return; in xmlFreeRefList()2849 xmlListDelete(list_ref); in xmlFreeRefList()