Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c888 } wait_list; member
5864 idr->wait_list.first = NULL; in idr_start()
5865 idr->wait_list.last = &(idr->wait_list.first); in idr_start()
5890 *idr->wait_list.last = idrent; in idr_register()
5891 idr->wait_list.last = &(idrent->wnext); in idr_register()
5919 for (n = idr->wait_list.first; n != NULL; n = n->wnext) { in idr_resolve()