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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio_cb.c100 case BIO_CB_WRITE:
123 case BIO_CB_RETURN | BIO_CB_WRITE:
H A Dbio_lib.c235 ((i = (int)cb(b, BIO_CB_WRITE, in, inl, 0L, 1L)) <= 0))
249 i = (int)cb(b, BIO_CB_WRITE | BIO_CB_RETURN, in, inl, 0L, (long)i);
H A Dbio.h284 # define BIO_CB_WRITE 0x03 macro
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_cb.c554 } else if (cmd == (BIO_CB_WRITE | BIO_CB_RETURN)) {
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c936 (oper&BIO_CB_READ)?"read":((oper&BIO_CB_WRITE)?"write":"other"),
945 if( (oper == (BIO_CB_WRITE|BIO_CB_RETURN) && argl == 0) ||

Completed in 102 milliseconds