Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
HDarchive_write_set_format_iso9660.c6662 struct isoent *rrmoved, *mvent, *np; in isoent_rr_move_dir() local
6688 mvent = isoent_clone(curent); in isoent_rr_move_dir()
6689 if (mvent == NULL) { in isoent_rr_move_dir()
6695 mvent->rr_parent = curent->parent; in isoent_rr_move_dir()
6696 curent->rr_child = mvent; in isoent_rr_move_dir()
6701 *mvent->children.last = curent->children.first; in isoent_rr_move_dir()
6702 mvent->children.last = curent->children.last; in isoent_rr_move_dir()
6704 for (np = mvent->children.first; np != NULL; np = np->chnext) in isoent_rr_move_dir()
6705 np->parent = mvent; in isoent_rr_move_dir()
6706 mvent->children.cnt = curent->children.cnt; in isoent_rr_move_dir()
[all …]