net_would_block() is only used within SSL_Server.
 
Symbols
loading...
Files
loading...

net_would_block() function

Syntax

static int net_would_block( const mbedtls_net_context *ctx );
Implemented in net_sockets.c:422

Arguments

ctx

References

LocationReferrerText
net_sockets.c:422
static int net_would_block( const mbedtls_net_context *ctx )
net_sockets.c:60
static int net_would_block( const mbedtls_net_context *ctx );
net_sockets.c:281mbedtls_net_accept()
if( net_would_block( bind_ctx ) != 0 )
net_sockets.c:390mbedtls_net_recv()
if(net_would_block(ctx) != 0)
net_sockets.c:465mbedtls_net_send()
if(net_would_block(ctx) != 0)

Call Tree

Functions calling net_would_block()
Functions called by net_would_block()
net_would_block()
all items filtered out
Data read by net_would_block()
net_would_block()::val
all items filtered out
net_would_block()