Searched refs:trav (Results 1 – 1 of 1) sorted by relevance
309 soinfo *prev = nullptr, *trav; in soinfo_free() local313 for (trav = solist; trav != nullptr; trav = trav->next) { in soinfo_free()314 if (trav == si) { in soinfo_free()317 prev = trav; in soinfo_free()319 if (trav == nullptr) { in soinfo_free()