Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_write_set_format_cpio_odc.c66 size_t ino_list_size; member
206 if (cpio->ino_list_size <= cpio->ino_list_next) { in synthesize_ino_value()
207 size_t newsize = cpio->ino_list_size < 512 in synthesize_ino_value()
208 ? 512 : cpio->ino_list_size * 2; in synthesize_ino_value()
214 cpio->ino_list_size = newsize; in synthesize_ino_value()
HDarchive_write_set_format_cpio_binary.c64 size_t ino_list_size; member
309 if (cpio->ino_list_size <= cpio->ino_list_next) { in synthesize_ino_value()
310 size_t newsize = cpio->ino_list_size < 512 in synthesize_ino_value()
311 ? 512 : cpio->ino_list_size * 2; in synthesize_ino_value()
317 cpio->ino_list_size = newsize; in synthesize_ino_value()