Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c2673 unsigned char *timeBools; in read_Times() local
2677 timeBools = calloc((size_t)zip->numFiles, sizeof(*timeBools)); in read_Times()
2678 if (timeBools == NULL) in read_Times()
2686 memset(timeBools, 1, (size_t)zip->numFiles); in read_Times()
2688 if (read_Bools(a, timeBools, (size_t)zip->numFiles) < 0) in read_Times()
2703 if (!timeBools[i]) in read_Times()
2729 free(timeBools); in read_Times()
2732 free(timeBools); in read_Times()