Home
last modified time | relevance | path

Searched refs:BIO_CB_PUTS (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/bio/
Dbio_cb.c106 case BIO_CB_PUTS: in BIO_debug_callback()
126 case BIO_CB_RETURN | BIO_CB_PUTS: in BIO_debug_callback()
Dbio_lib.c265 if ((cb != NULL) && ((i = (int)cb(b, BIO_CB_PUTS, in, 0, 0L, 1L)) <= 0)) in BIO_puts()
279 i = (int)cb(b, BIO_CB_PUTS | BIO_CB_RETURN, in, 0, 0L, (long)i); in BIO_puts()
Dbio.h284 # define BIO_CB_PUTS 0x04 macro
/freebsd-10-stable/contrib/unbound/util/
Dnetevent.c831 (oper == (BIO_CB_PUTS|BIO_CB_RETURN) && argl == 0)) { in win_bio_cb()