Lines Matching defs:next
3040 n = o->next;
3060 n = e->next;
3078 for (u = o->next; u; u = u->next)
3088 for (i = 1, u = o; u; u = u->next) {
3113 for (; e; e = e->next)
3121 for (o = e->options; o; o = o->next) {
3146 if (element_create_settings(e->next, s))
5008 static void profile_finalize_probing(pa_alsa_profile *to_be_finalized, pa_alsa_profile *next) {
5024 /* If this mapping is also in the next profile, we won't close the
5027 if (next && next->output_mappings && pa_idxset_get_by_data(next->output_mappings, m, NULL))
5043 /* If this mapping is also in the next profile, we won't close the
5046 if (next && next->input_mappings && pa_idxset_get_by_data(next->input_mappings, m, NULL))
5422 if (!path->settings || !path->settings->next) {