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()
2136 free(iso9660->primary.pathtbl[i].sorted); in iso9660_free()
2137 free(iso9660->primary.pathtbl); in iso9660_free()
2142 free(iso9660->joliet.pathtbl[i].sorted); in iso9660_free()
2143 free(iso9660->joliet.pathtbl); in iso9660_free()
4210 pt = vdd->pathtbl; in calculate_path_table_size()
4248 if (vdd->pathtbl[depth].cnt == 0) in _write_path_table()
4255 ptbl = vdd->pathtbl[depth].sorted; in _write_path_table()
[all …]