Searched refs:connection_send_ssl (Results 1 – 4 of 4) sorted by relevance
112 int connection_send_ssl (connection_t *con, const void *buf, size_t len);
457 int connection_send_ssl (connection_t *con, const void *buf, size_t len) in connection_send_ssl() function643 int v = connection_send_ssl (con, IO_VECTOR_BASE(io), IO_VECTOR_LEN(io)); in connection_bufs_send()
394 con_send = connection_send_ssl; in client_send_bytes()
269 static int connection_send_ssl (connection_t *con, const void *buf, size_t len) in connection_send_ssl() function444 con->send = connection_send_ssl; in connection_uses_ssl()