Lines Matching refs:try_to_copy
934 size_t try_to_copy; in tls_sw_sendmsg() local
984 try_to_copy = msg_data_left(msg); in tls_sw_sendmsg()
986 if (try_to_copy >= record_room) { in tls_sw_sendmsg()
987 try_to_copy = record_room; in tls_sw_sendmsg()
991 required_size = msg_pl->sg.size + try_to_copy + in tls_sw_sendmsg()
1007 try_to_copy -= required_size - msg_en->sg.size; in tls_sw_sendmsg()
1015 msg_pl, try_to_copy); in tls_sw_sendmsg()
1020 copied += try_to_copy; in tls_sw_sendmsg()
1038 copied -= try_to_copy; in tls_sw_sendmsg()
1046 required_size = msg_pl->sg.size + try_to_copy; in tls_sw_sendmsg()
1057 try_to_copy -= required_size - msg_pl->sg.size; in tls_sw_sendmsg()
1063 if (try_to_copy) { in tls_sw_sendmsg()
1065 msg_pl, try_to_copy); in tls_sw_sendmsg()
1074 copied += try_to_copy; in tls_sw_sendmsg()