Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c2701 unsigned char *timeBools; in read_Times() local
2705 timeBools = calloc((size_t)zip->numFiles, sizeof(*timeBools)); in read_Times()
2706 if (timeBools == NULL) in read_Times()
2714 memset(timeBools, 1, (size_t)zip->numFiles); in read_Times()
2716 if (read_Bools(a, timeBools, (size_t)zip->numFiles) < 0) in read_Times()
2731 if (!timeBools[i]) in read_Times()
2757 free(timeBools); in read_Times()
2760 free(timeBools); in read_Times()