Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbio_cb.c61 case BIO_CB_PUTS: in BIO_debug_callback_ex()
81 case BIO_CB_RETURN | BIO_CB_PUTS: in BIO_debug_callback_ex()
H A Dbio_lib.c416 ret = (int)bio_call_callback(b, BIO_CB_PUTS, buf, 0, 0, 0L, 1L, NULL); in BIO_puts()
435 ret = (int)bio_call_callback(b, BIO_CB_PUTS | BIO_CB_RETURN, buf, 0, 0, in BIO_puts()
/freebsd/crypto/openssl/test/
H A Dbio_callback_test.c162 || !TEST_int_eq(my_param_oper[0], BIO_CB_PUTS) in test_bio_callback_ex()
168 || !TEST_int_eq(my_param_oper[1], BIO_CB_PUTS | BIO_CB_RETURN) in test_bio_callback_ex()
314 || !TEST_int_eq(my_param_oper[0], BIO_CB_PUTS) in test_bio_callback()
320 || !TEST_int_eq(my_param_oper[1], BIO_CB_PUTS | BIO_CB_RETURN) in test_bio_callback()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_set_callback.pod90 BIO_CB_GETS and BIO_CB_PUTS.
183 callback_ex(b, BIO_CB_PUTS, buf, 0, 0, 0L, 1L, NULL);
187 callback(b, BIO_CB_PUTS, buf, 0, 0L, 1L)
191 callback_ex(b, BIO_CB_PUTS | BIO_CB_RETURN, buf, 0, 0, 0L, retvalue, &written)
195 callback(b, BIO_CB_PUTS|BIO_CB_RETURN, buf, 0, 0L, retvalue)
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h262 # define BIO_CB_PUTS 0x04 macro
H A Dbio.h.in263 # define BIO_CB_PUTS 0x04 macro
/freebsd/contrib/unbound/util/
H A Dnetevent.c3123 (oper == (BIO_CB_PUTS|BIO_CB_RETURN) && argl == 0)) {