SSL_write
ret = SSL_write(ssl, out, outl);
LSSL_USED(SSL_write);
int SSL_write(SSL *ssl, const void *buf, int num);
LSSL_ALIAS(SSL_write);
ret = SSL_write(s, buf, (int)num);
if ((ssl_ret = SSL_write(ctx->ssl_conn, buf, buflen)) > 0) {
if ((ssl_ret = SSL_write(ssl, "abc", 3)) != 3) {
if ((ssl_ret = SSL_write(ssl, buf, sizeof(buf))) > 0) {
if ((error = SSL_write(ssl, buf, 6)) <= 0)
if ((error = SSL_write(ssl, buf, 9)) <= 0)
if ((ssl_ret = SSL_write(ssl, buf, sizeof(buf))) > 0) {
if ((ssl_ret = SSL_write(ssl, buf, sizeof(buf))) > 0) {
if ((ssl_ret = SSL_write(ssl, buf, sizeof(buf))) > 0) {
r = SSL_write(c->ssl,
r = SSL_write(c->ssl,
r = SSL_write(c->ssl, (void*)(buf+c->tcp_byte_count),
r = SSL_write(c->ssl,
r = SSL_write(c->ssl, (void*)(c->tcp_write_pkt + c->tcp_write_byte_count - 2),
r = SSL_write(c->ssl, (void*)sldns_buffer_current(c->buffer),
r = SSL_write(c->ssl, (void*)sldns_buffer_current(c->buffer),
r = SSL_write(h2_session->c->ssl, buf, len);
k = SSL_write(con, &(cbuf[cbuf_off]),
k = SSL_write(con, &(buf[l]), (unsigned int) i);
if (SSL_write(scon, buf, retval) != retval)
n = SSL_write(ssl, q->buf + q->rpos, q->wpos - q->rpos);
if(SSL_write(dtw->ssl, iov[i].iov_base, (int)(iov[i].iov_len)) <= 0) {
if(SSL_write(ssl, buf, (int)len) <= 0)
if((r=SSL_write(res->ssl, text, (int)strlen(text))) <= 0) {
sent = SSL_write(data->tls_auth, buffer_current(write_buffer), buffer_remaining(write_buffer));
sent = SSL_write(data->tls, buffer_current(write_buffer), buffer_remaining(write_buffer));
sent = SSL_write(ssl, (const char*)&sendlen + tcp->total_bytes,
sent = SSL_write(ssl, buffer_current(tcp->packet), request_length);
if((r=SSL_write(res->ssl, text, (int)strlen(text))) <= 0) {
r = SSL_write(printq->remote.ssl,
r = SSL_write(dtio->ssl, buf, len);
if((r=SSL_write(data->ssl, acceptframe, len)) <= 0) {
if((r=SSL_write(data->ssl, finishframe, len)) <= 0) {
if(SSL_write(ssl, buf, (int)strlen(buf)) <= 0) {
if(SSL_write(ssl, buf, (int)len) <= 0)
r = SSL_write(h2_session->ssl, buf, len);
if(SSL_write(ssl, hdr, (int)r) <= 0) {
if(SSL_write(ssl, buf, at-buf) <= 0) {
if(SSL_write(ssl, buf, at-buf) <= 0) {
if(SSL_write(ssl, (void*)&len, (int)sizeof(len)) <= 0) {
if(SSL_write(ssl, (void*)sldns_buffer_begin(buf),
if(SSL_write(ssl, (void*)sldns_buffer_begin(proxy_buf),
r = SSL_write(c->ssl,
r = SSL_write(c->ssl,
r = SSL_write(c->ssl, (void*)(buf+c->tcp_byte_count),
r = SSL_write(c->ssl,
r = SSL_write(c->ssl, (void*)(c->tcp_write_pkt + c->tcp_write_byte_count - 2),
r = SSL_write(c->ssl, (void*)sldns_buffer_current(c->buffer),
r = SSL_write(c->ssl, (void*)sldns_buffer_current(c->buffer),
r = SSL_write(h2_session->c->ssl, buf, len);