Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c570 unsigned int limit_depth:1; member
1150 iso9660->opt.limit_depth = OPT_LIMIT_DEPTH_DEFAULT; in archive_write_set_format_iso9660()
1445 iso9660->opt.limit_depth = value != NULL; in iso9660_options()
4141 if (iso9660->opt.limit_depth != OPT_LIMIT_DEPTH_DEFAULT) in write_information_block()
4143 KEY_FLG, iso9660->opt.limit_depth); in write_information_block()
6994 (!iso9660->opt.limit_depth || iso9660->opt.iso_level == 4)) in isoent_make_path_table()