Searched refs:send_bytes (Results 1 – 2 of 2) sorted by relevance
450 int send_bytes; in SSL_write() local459 send_bytes = len; in SSL_write()465 if (send_bytes > SSL_SEND_DATA_MAX_LENGTH) in SSL_write()468 bytes = send_bytes; in SSL_write()473 send_bytes -= ret; in SSL_write()475 } while (ret > 0 && send_bytes); in SSL_write()478 ret = len - send_bytes; in SSL_write()
806 const int send_bytes = SDSPI_CMD_R5_SIZE+SDSPI_NCR_MAX_SIZE-SDSPI_NCR_MIN_SIZE; in start_command_write_blocks() local809 .length = send_bytes * 8, in start_command_write_blocks()819 ret = shift_cmd_response(cmd, send_bytes); in start_command_write_blocks()