Lines Matching refs:http_protocol
168 pa_http_protocol *http_protocol;
200 pa_http_protocol_connect(u->http_protocol, io, u->module);
244 u->http_protocol = pa_http_protocol_get(m->core);
361 pa_http_protocol_add_server_string(u->http_protocol, t);
366 pa_http_protocol_add_server_string(u->http_protocol, t);
370 pa_http_protocol_add_server_string(u->http_protocol, t);
411 if (u->http_protocol) {
417 pa_http_protocol_remove_server_string(u->http_protocol, t);
422 pa_http_protocol_remove_server_string(u->http_protocol, t);
427 pa_http_protocol_remove_server_string(u->http_protocol, t);
430 pa_http_protocol_disconnect(u->http_protocol, u->module);
431 pa_http_protocol_unref(u->http_protocol);