Lines Matching defs:server
83 "auto=<determine server/sink/cookie automatically> "
84 "server=<address> "
98 "auto=<determine server/source/cookie automatically> "
99 "server=<address> "
116 "server",
998 /* Add the length of our server-side buffer */
1806 /* We ignore the server's reply here */
2125 pa_proplist_sets(data.proplist, "tunnel.remote.server", u->server_name);
2174 pa_proplist_sets(data.proplist, "tunnel.remote.server", u->server_name);
2227 static int start_connect(struct userdata *u, char *server, bool automatic) {
2231 if (server) {
2232 if (!(server_list = pa_strlist_parse(server))) {
2233 pa_log("Invalid server specified.");
2241 pa_log("No server specified.");
2246 pa_log("No server address found. Attempting default local sockets.");
2262 if (server)
2263 pa_log("Failed to connect to server '%s'", server);
2294 char *server = NULL;
2376 server = pa_xstrdup(pa_modargs_get_value(ma, "server", NULL));
2414 /* Same thing for the server name */
2415 if (!server)
2416 server = pa_xstrdup(getenv(ENV_DEFAULT_SERVER));
2419 if (!server && xcb) {
2422 server = pa_xstrdup(t);
2426 /* Also determine the default sink/source on the other server */
2502 if (start_connect(u, server, automatic) < 0) {
2511 if (server)
2512 pa_xfree(server);
2534 if (server)
2535 pa_xfree(server);