Searched refs:unmatched_next (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_match.c59 struct match *unmatched_next; member in struct:match_list
874 if (list->unmatched_next == NULL) {
877 list->unmatched_next = list->first;
880 for (m = list->unmatched_next; m != NULL; m = m->next) {
904 list->unmatched_next = m->next;
905 if (list->unmatched_next == NULL)
910 list->unmatched_next = NULL;

Completed in 111 milliseconds