Searched refs:bio_bytes_read (Results 1 – 2 of 2) sorted by relevance
73 int bio_bytes_read; member
259 if (state->bio_bytes_read) { in altcp_mbedtls_lower_recv_process()261 altcp_mbedtls_lower_recved(conn->inner_conn, state->bio_bytes_read); in altcp_mbedtls_lower_recv_process()262 state->bio_bytes_read = 0; in altcp_mbedtls_lower_recv_process()283 LWIP_ASSERT("state", state->bio_bytes_read == 0); in altcp_mbedtls_lower_recv_process()399 LWIP_ASSERT("bogus byte counts", state->bio_bytes_read > state->bio_bytes_appl); in altcp_mbedtls_handle_rx_appldata()400 overhead_bytes = state->bio_bytes_read - state->bio_bytes_appl; in altcp_mbedtls_handle_rx_appldata()402 state->bio_bytes_read = 0; in altcp_mbedtls_handle_rx_appldata()478 state->bio_bytes_read += (int)ret; in altcp_mbedtls_bio_recv()