Searched refs:errno (Results 1 – 7 of 7) sorted by relevance
291 int err = errno; in net_would_block()297 errno = err; in net_would_block()301 switch (errno = err) { in net_would_block()563 if (errno == EPIPE || errno == ECONNRESET) { in mbedtls_net_recv()567 if (errno == EINTR) { in mbedtls_net_recv()614 if (errno == EINTR) { in mbedtls_net_recv_timeout()652 if (errno == EPIPE || errno == ECONNRESET) { in mbedtls_net_send()656 if (errno == EINTR) { in mbedtls_net_send()
163 } else if (errno != ENOSYS) { in mbedtls_platform_entropy_poll()
1622 if (errno == ENOENT) { in mbedtls_x509_crt_parse_path()
134 # define zstrerror() strerror(errno)
145 int errno = 0; variable
9 import errno147 if e.errno == errno.ENOENT:
4125 * Fix net_would_block() to avoid modification by errno through fcntl() call.