Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dfd.c109 int bio_fd_should_retry(int i) { in bio_fd_should_retry() function
116 int bio_fd_should_retry(int i) { in bio_fd_should_retry() function
159 if (bio_fd_should_retry(ret)) { in fd_read()
171 if (bio_fd_should_retry(ret)) { in fd_write()
Dsocket.c116 if (bio_fd_should_retry(ret)) { in sock_read()
130 if (bio_fd_should_retry(ret)) { in sock_write()
Dconnect.c208 if (bio_fd_should_retry(ret)) { in conn_state()
227 if (bio_fd_should_retry(ret)) { in conn_state()
345 if (bio_fd_should_retry(ret)) { in conn_read()
369 if (bio_fd_should_retry(ret)) { in conn_write()
Dinternal.h101 int bio_fd_should_retry(int return_value);