HomeSort by: relevance | last modified time | path
    Searched refs:unmatched_next (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_match.c 60 struct match *unmatched_next; member in struct:match_list
877 if (list->unmatched_next == NULL) {
880 list->unmatched_next = list->first;
883 for (m = list->unmatched_next; m != NULL; m = m->next) {
907 list->unmatched_next = m->next;
908 if (list->unmatched_next == NULL)
913 list->unmatched_next = NULL;
archive_match.c 60 struct match *unmatched_next; member in struct:match_list
877 if (list->unmatched_next == NULL) {
880 list->unmatched_next = list->first;
883 for (m = list->unmatched_next; m != NULL; m = m->next) {
907 list->unmatched_next = m->next;
908 if (list->unmatched_next == NULL)
913 list->unmatched_next = NULL;

Completed in 34 milliseconds