Lines Matching defs:server
150 pa_log(_("Draining connection to server."));
683 " -s, --server=SERVER The name of the server to connect to\n"
685 " -n, --client-name=NAME How to call this client on the server\n"
686 " --stream-name=NAME How to call this stream on the server\n"
744 char *bn, *server = NULL;
754 {"server", 1, NULL, 's'},
793 purpose = _("Play back encoded audio files on a PulseAudio sound server.");
797 purpose = _("Capture audio data from a PulseAudio sound server and write it to a file.");
801 purpose = _("Capture audio data from a PulseAudio sound server and write it to STDOUT or the specified file.");
805 purpose = _("Play back audio data from STDIN or the specified file on a PulseAudio sound server.");
842 pa_xfree(server);
843 server = pa_xstrdup(optarg);
1209 if (pa_context_connect(context, server, 0, NULL) < 0) {
1253 pa_xfree(server);