Home
last modified time | relevance | path

Searched refs:bio_bytes_read (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls.c269 if (state->bio_bytes_read) { in altcp_mbedtls_lower_recv_process()
271 altcp_mbedtls_lower_recved(conn->inner_conn, state->bio_bytes_read); in altcp_mbedtls_lower_recv_process()
272 state->bio_bytes_read = 0; in altcp_mbedtls_lower_recv_process()
293 LWIP_ASSERT("state", state->bio_bytes_read == 0); in altcp_mbedtls_lower_recv_process()
416 LWIP_ASSERT("bogus byte counts", state->bio_bytes_read > state->bio_bytes_appl); in altcp_mbedtls_handle_rx_appldata()
417 overhead_bytes = state->bio_bytes_read - state->bio_bytes_appl; in altcp_mbedtls_handle_rx_appldata()
419 state->bio_bytes_read = 0; in altcp_mbedtls_handle_rx_appldata()
496 state->bio_bytes_read += (int)ret; in altcp_mbedtls_bio_recv()
Daltcp_tls_mbedtls_structs.h73 int bio_bytes_read; member