Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_conn.c207 c->state = BIO_CONN_S_NBIO; in conn_state()
210 case BIO_CONN_S_NBIO: in conn_state()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h320 #define BIO_CONN_S_NBIO 8 macro