Searched refs:list_ref (Results 1 – 1 of 1) sorted by relevance
2846 xmlFreeRefList(xmlListPtr list_ref) { in xmlFreeRefList() argument2847 if (list_ref == NULL) return; in xmlFreeRefList()2848 xmlListDelete(list_ref); in xmlFreeRefList()