Searched refs:net_would_block (Results 1 – 1 of 1) sorted by relevance
277 static int net_would_block(const mbedtls_net_context *ctx) in net_would_block() function289 static int net_would_block(const mbedtls_net_context *ctx) in net_would_block() function364 if (net_would_block(bind_ctx) != 0) { in mbedtls_net_accept()553 if (net_would_block(ctx) != 0) { in mbedtls_net_recv()642 if (net_would_block(ctx) != 0) { in mbedtls_net_send()
Completed in 224 milliseconds