Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c179 unsigned char *antiBools; member
2347 free(h->antiBools); in free_Header()
2479 if (h->antiBools != NULL) in read_Header()
2481 h->antiBools = calloc(empty_streams, in read_Header()
2482 sizeof(*h->antiBools)); in read_Header()
2483 if (h->antiBools == NULL) in read_Header()
2485 if (read_Bools(a, h->antiBools, empty_streams) < 0) in read_Header()