Searched refs:BIO_CB_WRITE (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/crypto/openssl/doc/crypto/ |
| D | BIO_set_callback.pod | 78 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/ |
| D | bio_cb.c | 97 case BIO_CB_WRITE: in BIO_debug_callback() 120 case BIO_CB_RETURN | BIO_CB_WRITE: in BIO_debug_callback()
|
| D | bio_lib.c | 235 ((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()
|
| D | bio.h | 283 # define BIO_CB_WRITE 0x03 macro
|
| /freebsd-10-stable/crypto/openssl/apps/ |
| D | s_cb.c | 289 } else if (cmd == (BIO_CB_WRITE | BIO_CB_RETURN)) { in bio_dump_callback()
|
| /freebsd-10-stable/contrib/unbound/util/ |
| D | netevent.c | 821 (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()
|