Home
last modified time | relevance | path

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

/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dconnection.h101 int connection_unreadable (connection_t *con);
H A Dconnection.c497 int connection_unreadable (connection_t *con) in connection_unreadable() function
526 if (connection_unreadable (con)) in connection_send()
630 if (connection_unreadable (con)) in connection_bufs_send()
H A Dsource.c1456 …if (client->connection.error || (total_written == 0 && connection_unreadable (&client->connection)… in send_listener()