Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c232 unsigned char *attrBools; member
2736 free(h->attrBools); in free_Header()
2949 if (h->attrBools != NULL) in read_Header()
2951 h->attrBools = calloc((size_t)zip->numFiles, in read_Header()
2952 sizeof(*h->attrBools)); in read_Header()
2953 if (h->attrBools == NULL) in read_Header()
2956 memset(h->attrBools, 1, (size_t)zip->numFiles); in read_Header()
2958 if (read_Bools(a, h->attrBools, in read_Header()
2963 if (h->attrBools[i]) { in read_Header()