Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3094 unsigned char *timeBools; in read_Times() local
3098 timeBools = calloc((size_t)zip->numFiles, sizeof(*timeBools)); in read_Times()
3099 if (timeBools == NULL) in read_Times()
3107 memset(timeBools, 1, (size_t)zip->numFiles); in read_Times()
3109 if (read_Bools(a, timeBools, (size_t)zip->numFiles) < 0) in read_Times()
3124 if (!timeBools[i]) in read_Times()
3150 free(timeBools); in read_Times()
3153 free(timeBools); in read_Times()