Lines Matching refs:sendfd
190 int sendfd, ssldone; in tcp_recv_ssl_send() local
192 sendfd = SSL_get_fd(sendssl); in tcp_recv_ssl_send()
193 PJDLOG_ASSERT(sendfd >= 0); in tcp_recv_ssl_send()
194 pjdlog_debug(2, "%s: start %d -> %d", __func__, recvfd, sendfd); in tcp_recv_ssl_send()
213 (void)wait_for_fd(sendfd, -1); in tcp_recv_ssl_send()
220 pjdlog_debug(2, "%s: done %d -> %d", __func__, recvfd, sendfd); in tcp_recv_ssl_send()
224 ssl_recv_tcp_send(SSL *recvssl, int sendfd) in ssl_recv_tcp_send() argument
234 pjdlog_debug(2, "%s: start %d -> %d", __func__, recvfd, sendfd); in ssl_recv_tcp_send()
244 tcpdone = send(sendfd, ptr, todo, MSG_NOSIGNAL); in ssl_recv_tcp_send()
254 (void)wait_for_fd(sendfd, -1); in ssl_recv_tcp_send()
263 pjdlog_debug(2, "%s: done %d -> %d", __func__, recvfd, sendfd); in ssl_recv_tcp_send()