Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c180 unsigned char *attrBools; member
2348 free(h->attrBools); in free_Header()
2561 if (h->attrBools != NULL) in read_Header()
2563 h->attrBools = calloc((size_t)zip->numFiles, in read_Header()
2564 sizeof(*h->attrBools)); in read_Header()
2565 if (h->attrBools == NULL) in read_Header()
2568 memset(h->attrBools, 1, (size_t)zip->numFiles); in read_Header()
2570 if (read_Bools(a, h->attrBools, in read_Header()
2575 if (h->attrBools[i]) { in read_Header()