Searched refs:BIO_CONN_S_OK (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_conn.c253 c->state = BIO_CONN_S_OK;
267 c->state = BIO_CONN_S_OK;
270 case BIO_CONN_S_OK:
347 if (c->state == BIO_CONN_S_OK)
378 if (data->state != BIO_CONN_S_OK) {
402 if (data->state != BIO_CONN_S_OK) {
437 if (data->state != BIO_CONN_S_OK)
H A Dbio.h360 # define BIO_CONN_S_OK 6 macro

Completed in 100 milliseconds