Home
last modified time | relevance | path

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

/src/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c4334 struct isoent **enttbl; in calculate_directory_descriptors() local
4345 enttbl = isoent->children_sorted; in calculate_directory_descriptors()
4347 struct isoent *np = enttbl[i]; in calculate_directory_descriptors()
4375 struct isoent **enttbl; in _write_directory_descriptors() local
4393 enttbl = isoent->children_sorted; in _write_directory_descriptors()
4395 struct isoent *np = enttbl[i]; in _write_directory_descriptors()
6922 struct isoent **enttbl; in isoent_make_path_table_2() local
6931 enttbl = malloc(pt->cnt * sizeof(struct isoent *)); in isoent_make_path_table_2()
6932 if (enttbl == NULL) { in isoent_make_path_table_2()
6937 pt->sorted = enttbl; in isoent_make_path_table_2()
[all …]