Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dnet_sockets.c299 static int net_would_block( const mbedtls_net_context *ctx ) in net_would_block() function
311 static int net_would_block( const mbedtls_net_context *ctx ) in net_would_block() function
394 if( net_would_block( bind_ctx ) != 0 ) in mbedtls_net_accept()
585 if( net_would_block( ctx ) != 0 ) in mbedtls_net_recv()
667 if( net_would_block( ctx ) != 0 ) in mbedtls_net_send()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog1200 * Fix typo in net_would_block(). Fixes #528 reported by github-monoculture.
2236 * Fix net_would_block() to avoid modification by errno through fcntl() call.

Completed in 9 milliseconds