Home
last modified time | relevance | path

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

/dports/audio/libshout/libshout-2.4.5/src/
H A Dconnection.c441 int shout_connection_iter(shout_connection_t *con, shout_t *shout) in shout_connection_iter() function
633 shout_connection_iter(con, shout); in shout_connection_send()
H A Dshout_private.h276 int shout_connection_iter(shout_connection_t *con, shout_t *shout);
H A Dshout.c230 return shout_connection_iter(self->connection, self); in shout_send()
432 ret = shout_connection_iter(connection, self); in shout_set_metadata()
1381 ret = shout_connection_iter(self->connection, self); in try_connect()