Home
last modified time | relevance | path

Searched refs:connection_send_ssl (Results 1 – 4 of 4) sorted by relevance

/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dconnection.h112 int connection_send_ssl (connection_t *con, const void *buf, size_t len);
H A Dconnection.c457 int connection_send_ssl (connection_t *con, const void *buf, size_t len) in connection_send_ssl() function
643 int v = connection_send_ssl (con, IO_VECTOR_BASE(io), IO_VECTOR_LEN(io)); in connection_bufs_send()
H A Dclient.c394 con_send = connection_send_ssl; in client_send_bytes()
/dports/audio/icecast/icecast-2.4.4/src/
H A Dconnection.c269 static int connection_send_ssl (connection_t *con, const void *buf, size_t len) in connection_send_ssl() function
444 con->send = connection_send_ssl; in connection_uses_ssl()