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.c733 } *pathtbl; member
1075 iso9660->primary.pathtbl = NULL; in archive_write_set_format_iso9660()
1079 iso9660->joliet.pathtbl = NULL; in archive_write_set_format_iso9660()
2132 free(iso9660->primary.pathtbl[i].sorted); in iso9660_free()
2133 free(iso9660->primary.pathtbl); in iso9660_free()
2138 free(iso9660->joliet.pathtbl[i].sorted); in iso9660_free()
2139 free(iso9660->joliet.pathtbl); in iso9660_free()
4203 pt = vdd->pathtbl; in calculate_path_table_size()
4241 if (vdd->pathtbl[depth].cnt == 0) in _write_path_table()
4248 ptbl = vdd->pathtbl[depth].sorted; in _write_path_table()
[all …]