Searched refs:BIO_CB_READ (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio_cb.c91 case BIO_CB_READ:
120 case BIO_CB_RETURN | BIO_CB_READ:
H A Dbio_lib.c202 ((i = (int)cb(b, BIO_CB_READ, out, outl, 0L, 1L)) <= 0))
216 i = (int)cb(b, BIO_CB_READ | BIO_CB_RETURN, out, outl, 0L, (long)i);
H A Dbio.h283 # define BIO_CB_READ 0x02 macro
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_cb.c549 if (cmd == (BIO_CB_READ | BIO_CB_RETURN)) {
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c936 (oper&BIO_CB_READ)?"read":((oper&BIO_CB_WRITE)?"write":"other"),
939 if( (oper == (BIO_CB_READ|BIO_CB_RETURN) && argl == 0) ||

Completed in 171 milliseconds