Home
last modified time | relevance | path

Searched defs:BIO_should_retry (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbio.h201 # define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) macro
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dbio.h.in241 # define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) macro