Lines Matching defs:http
17 along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
44 #include <pulsecore/protocol-http.h>
53 /* This implements http://live.gnome.org/Rygel/MediaServer2Spec */
65 " http://live.gnome.org/Rygel/MediaServer2Spec -->" \
129 " http://live.gnome.org/Rygel/MediaProvider2Spec -->" \
175 pa_http_protocol *http;
747 for (i = pa_http_protocol_servers(u->http); i; i = pa_strlist_next(i)) {
766 s = pa_sprintf_malloc("http://%s:%u/listen/source/%s", address, a.port, name);
775 return pa_sprintf_malloc("http://@ADDRESS@:4714/listen/source/%s", name);
1056 u->http = pa_http_protocol_get(u->core);
1130 if (u->http)
1131 pa_http_protocol_unref(u->http);