Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c731 } *pathtbl; member
1074 iso9660->primary.pathtbl = NULL; in archive_write_set_format_iso9660()
1078 iso9660->joliet.pathtbl = NULL; in archive_write_set_format_iso9660()
2131 free(iso9660->primary.pathtbl[i].sorted); in iso9660_free()
2132 free(iso9660->primary.pathtbl); in iso9660_free()
2137 free(iso9660->joliet.pathtbl[i].sorted); in iso9660_free()
2138 free(iso9660->joliet.pathtbl); in iso9660_free()
4205 pt = vdd->pathtbl; in calculate_path_table_size()
4243 if (vdd->pathtbl[depth].cnt == 0) in _write_path_table()
4250 ptbl = vdd->pathtbl[depth].sorted; in _write_path_table()
[all …]