Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_match.c60 struct match *unmatched_next; member
877 if (list->unmatched_next == NULL) { in match_list_unmatched_inclusions_next()
880 list->unmatched_next = list->first; in match_list_unmatched_inclusions_next()
883 for (m = list->unmatched_next; m != NULL; m = m->next) { in match_list_unmatched_inclusions_next()
907 list->unmatched_next = m->next; in match_list_unmatched_inclusions_next()
908 if (list->unmatched_next == NULL) in match_list_unmatched_inclusions_next()
913 list->unmatched_next = NULL; in match_list_unmatched_inclusions_next()