Home
last modified time | relevance | path

Searched refs:list_ref (Results 1 – 2 of 2) sorted by relevance

/external/curl/tests/
Ddirectories.pm194 $list_ref = $$list{'files'};
199 for(@$list_ref) {
221 for(@$list_ref) {
/external/libxml2/
Dvalid.c2848 xmlFreeRefList(xmlListPtr list_ref) { in xmlFreeRefList() argument
2849 if (list_ref == NULL) return; in xmlFreeRefList()
2850 xmlListDelete(list_ref); in xmlFreeRefList()