Home
last modified time | relevance | path

Searched refs:bio_fd_non_fatal_error (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/bio/
Dfd.c76 static int bio_fd_non_fatal_error(int err) { in bio_fd_non_fatal_error() function
111 return bio_fd_non_fatal_error((int)GetLastError()); in bio_fd_should_retry()
118 return bio_fd_non_fatal_error(errno); in bio_fd_should_retry()