Searched refs:BIO_CB_PUTS (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_cb.c | 61 case BIO_CB_PUTS: in BIO_debug_callback_ex() 81 case BIO_CB_RETURN | BIO_CB_PUTS: in BIO_debug_callback_ex()
|
H A D | bio_lib.c | 416 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 D | bio_callback_test.c | 162 || !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 D | BIO_set_callback.pod | 90 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 D | bio.h | 262 # define BIO_CB_PUTS 0x04 macro
|
H A D | bio.h.in | 263 # define BIO_CB_PUTS 0x04 macro
|
/freebsd/contrib/unbound/util/ |
H A D | netevent.c | 3123 (oper == (BIO_CB_PUTS|BIO_CB_RETURN) && argl == 0)) {
|