Searched refs:errno (Results 1 – 8 of 8) sorted by relevance
311 int err = errno; in net_would_block()318 errno = err; in net_would_block()322 switch( errno = err ) in net_would_block()591 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_recv()594 if( errno == EINTR ) in mbedtls_net_recv()638 if( errno == EINTR ) in mbedtls_net_recv_timeout()673 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_send()676 if( errno == EINTR ) in mbedtls_net_send()
179 else if( errno != ENOSYS ) in mbedtls_platform_entropy_poll()
134 # define zstrerror() strerror(errno)
145 int errno = 0; variable
9 import errno113 if e.errno == errno.ENOENT:
2021 * Fix net_would_block() to avoid modification by errno through fcntl() call.
Completed in 21 milliseconds