Home
last modified time | relevance | path

Searched refs:BIO_CB_WRITE (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/crypto/openssl/doc/crypto/
DBIO_set_callback.pod78 callback(b, BIO_CB_WRITE, in, inl, 0L, 1L) is called before
79 the write and callback(b, BIO_CB_WRITE|BIO_CB_RETURN, in, inl, 0L, retvalue)
90 callback(b, BIO_CB_WRITE, in, 0, 0L, 1L) is called before
91 the operation and callback(b, BIO_CB_WRITE|BIO_CB_RETURN, in, 0, 0L, retvalue)
/freebsd-10-stable/crypto/openssl/crypto/bio/
Dbio_cb.c97 case BIO_CB_WRITE: in BIO_debug_callback()
120 case BIO_CB_RETURN | BIO_CB_WRITE: in BIO_debug_callback()
Dbio_lib.c235 ((i = (int)cb(b, BIO_CB_WRITE, in, inl, 0L, 1L)) <= 0)) in BIO_write()
249 i = (int)cb(b, BIO_CB_WRITE | BIO_CB_RETURN, in, inl, 0L, (long)i); in BIO_write()
Dbio.h283 # define BIO_CB_WRITE 0x03 macro
/freebsd-10-stable/crypto/openssl/apps/
Ds_cb.c289 } else if (cmd == (BIO_CB_WRITE | BIO_CB_RETURN)) { in bio_dump_callback()
/freebsd-10-stable/contrib/unbound/util/
Dnetevent.c821 (oper&BIO_CB_READ)?"read":((oper&BIO_CB_WRITE)?"write":"other"), in win_bio_cb()
830 if( (oper == (BIO_CB_WRITE|BIO_CB_RETURN) && argl == 0) || in win_bio_cb()