Searched refs:list_ref (Results 1 – 2 of 2) sorted by relevance
194 $list_ref = $$list{'files'};199 for(@$list_ref) {221 for(@$list_ref) {
2848 xmlFreeRefList(xmlListPtr list_ref) { in xmlFreeRefList() argument2849 if (list_ref == NULL) return; in xmlFreeRefList()2850 xmlListDelete(list_ref); in xmlFreeRefList()