Lines Matching refs:split_send_fragment
751 s->split_send_fragment = ctx->split_send_fragment; in SSL_new()
2377 if (s->max_send_fragment < s->split_send_fragment) in SSL_ctrl()
2378 s->split_send_fragment = s->max_send_fragment; in SSL_ctrl()
2383 s->split_send_fragment = larg; in SSL_ctrl()
2536 if (ctx->max_send_fragment < ctx->split_send_fragment) in SSL_CTX_ctrl()
2537 ctx->split_send_fragment = ctx->max_send_fragment; in SSL_CTX_ctrl()
2542 ctx->split_send_fragment = larg; in SSL_CTX_ctrl()
3283 ret->split_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH; in SSL_CTX_new_ex()
5761 && ssl->split_send_fragment > GET_MAX_FRAGMENT_LENGTH(ssl->session)) in ssl_get_split_send_fragment()
5765 if (ssl->split_send_fragment > ssl->max_send_fragment) in ssl_get_split_send_fragment()
5769 return ssl->split_send_fragment; in ssl_get_split_send_fragment()