Searched refs:BIO_CB_GETS (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_set_callback.pod | 79 B<oper> is BIO_CB_READ, BIO_CB_WRITE or BIO_CB_GETS. 90 BIO_CB_GETS and BIO_CB_PUTS. 164 callback_ex(b, BIO_CB_GETS, buf, size, 0, 0L, 1, NULL, NULL) 168 callback(b, BIO_CB_GETS, buf, size, 0L, 1L) 172 callback_ex(b, BIO_CB_GETS | BIO_CB_RETURN, buf, size, 0, 0L, retvalue, 177 callback(b, BIO_CB_GETS|BIO_CB_RETURN, buf, size, 0L, retvalue)
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_cb.c | 64 case BIO_CB_GETS: in BIO_debug_callback_ex() 78 case BIO_CB_RETURN | BIO_CB_GETS: in BIO_debug_callback_ex()
|
H A D | bio_lib.c | 23 || (o) == BIO_CB_GETS) 470 ret = (int)bio_call_callback(b, BIO_CB_GETS, buf, size, 0, 0L, 1, NULL); in BIO_gets() 488 ret = (int)bio_call_callback(b, BIO_CB_GETS | BIO_CB_RETURN, buf, size, in BIO_gets()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 263 # define BIO_CB_GETS 0x05 macro
|
H A D | bio.h.in | 264 # define BIO_CB_GETS 0x05 macro
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 2314 case BIO_CB_GETS: in count_reads_callback()
|
/freebsd/contrib/unbound/util/ |
H A D | netevent.c | 3117 (oper == (BIO_CB_GETS|BIO_CB_RETURN) && argl == 0)) {
|