Lines Matching defs:server
90 char *server;
543 UDP_TIMING_PACKET_DISCONNECT_CYCLE-1, since_in_sec, u->server);
663 static pa_device_port *raop_create_port(struct userdata *u, const char *server) {
670 pa_device_port_new_data_set_description(&data, server);
699 static pa_card *raop_create_card(pa_module *m, pa_device_port *port, pa_card_profile *profile, const char *server, const char *nicename) {
706 pa_proplist_sets(data.proplist, PA_PROP_DEVICE_STRING, server);
710 card_name = pa_sprintf_malloc("raop_client.%s", server);
736 const char *server, *protocol, *encryption, *codec;
755 if (!(server = pa_modargs_get_value(ma, "server", NULL))) {
756 pa_log("Failed to parse server argument");
773 u->server = pa_xstrdup(server);
858 nick = pa_sprintf_malloc("raop_client.%s", server);
866 pa_proplist_sets(data.proplist, PA_PROP_DEVICE_STRING, server);
867 pa_proplist_setf(data.proplist, PA_PROP_DEVICE_DESCRIPTION, "RAOP sink '%s'", server);
875 port = raop_create_port(u, server);
886 description = server;
888 u->card = raop_create_card(m, port, profile, server, description);
915 u->raop = pa_raop_client_new(u->core, server, u->protocol, u->encryption, u->codec, u->autoreconnect);
930 thread_name = pa_sprintf_malloc("raop-sink-%s", server);
996 if (u->server)
997 pa_xfree(u->server);