Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbss_dgram.c62 static int BIO_dgram_should_retry(int s);
320 if (BIO_dgram_should_retry(ret)) { in dgram_read()
348 if (BIO_dgram_should_retry(ret)) { in dgram_write()
1178 if (BIO_dgram_should_retry(ret)) { in dgram_sctp_read()
1332 if (BIO_dgram_should_retry(ret)) { in dgram_sctp_write()
1834 static int BIO_dgram_should_retry(int i) in BIO_dgram_should_retry() function