Home
last modified time | relevance | path

Searched refs:shout_connection_new (Results 1 – 3 of 3) sorted by relevance

/dports/audio/libshout/libshout-2.4.5/src/
H A Dshout_private.h273 shout_connection_t *shout_connection_new(shout_t *self, const shout_protocol_impl_t *impl, const vo…
H A Dshout.c415 connection = shout_connection_new(self, shout_http_impl, &plan); in shout_set_metadata()
1368 self->connection = shout_connection_new(self, impl, &(self->source_plan)); in try_connect()
H A Dconnection.c53 shout_connection_t *shout_connection_new(shout_t *self, const shout_protocol_impl_t *impl, const vo… in shout_connection_new() function