Searched refs:errno (Results 1 – 6 of 6) sorted by relevance
313 int err = errno; in net_would_block()320 errno = err; in net_would_block()324 switch( errno = err ) in net_would_block()593 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_recv()596 if( errno == EINTR ) in mbedtls_net_recv()640 if( errno == EINTR ) in mbedtls_net_recv_timeout()675 if( errno == EPIPE || errno == ECONNRESET ) in mbedtls_net_send()678 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 errno147 if e.errno == errno.ENOENT:
2236 * Fix net_would_block() to avoid modification by errno through fcntl() call.
Completed in 13 milliseconds