Lines Matching refs:split_send_fragment
757 s->split_send_fragment = ctx->split_send_fragment; in SSL_new()
2216 if (s->max_send_fragment < s->split_send_fragment) in SSL_ctrl()
2217 s->split_send_fragment = s->max_send_fragment; in SSL_ctrl()
2222 s->split_send_fragment = larg; in SSL_ctrl()
2380 if (ctx->max_send_fragment < ctx->split_send_fragment) in SSL_CTX_ctrl()
2381 ctx->split_send_fragment = ctx->max_send_fragment; in SSL_CTX_ctrl()
2386 ctx->split_send_fragment = larg; in SSL_CTX_ctrl()
3110 ret->split_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH; in SSL_CTX_new()
5577 && ssl->split_send_fragment > GET_MAX_FRAGMENT_LENGTH(ssl->session)) in ssl_get_split_send_fragment()
5581 if (ssl->split_send_fragment > ssl->max_send_fragment) in ssl_get_split_send_fragment()
5585 return ssl->split_send_fragment; in ssl_get_split_send_fragment()