Lines Matching refs:pa_xstrdup
127 p_info->name = pa_xstrdup(port->name);
130 p_info->profile = pa_xstrdup(port->preferred_profile);
159 entry->profile = pa_xstrdup(card->active_profile->name);
162 entry->preferred_input_port = pa_xstrdup(card->preferred_input_port->name);
164 entry->preferred_output_port = pa_xstrdup(card->preferred_output_port->name);
276 e->profile = pa_xstrdup(le->profile);
314 e->profile = pa_xstrdup(profile);
336 p_info->name = pa_xstrdup(port_name);
339 p_info->profile = pa_xstrdup(profile_name);
353 e->preferred_input_port = pa_xstrdup(preferred_input_port);
354 e->preferred_output_port = pa_xstrdup(preferred_output_port);
416 entry->profile = pa_xstrdup(old->profile);
447 p_info->profile = pa_xstrdup(p->preferred_profile);
466 entry->profile = pa_xstrdup(card->active_profile->name);
631 e->preferred_input_port = pa_xstrdup(card->preferred_input_port ? card->preferred_input_port->name : NULL);
634 e->preferred_output_port = pa_xstrdup(card->preferred_output_port ? card->preferred_output_port->name : NULL);