Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DBIO_set_callback.pod79 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 Dbio_cb.c64 case BIO_CB_GETS: in BIO_debug_callback_ex()
78 case BIO_CB_RETURN | BIO_CB_GETS: in BIO_debug_callback_ex()
H A Dbio_lib.c23 || (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 Dbio.h263 # define BIO_CB_GETS 0x05 macro
H A Dbio.h.in264 # define BIO_CB_GETS 0x05 macro
/freebsd/crypto/openssl/apps/
H A Ds_server.c2314 case BIO_CB_GETS: in count_reads_callback()
/freebsd/contrib/unbound/util/
H A Dnetevent.c3117 (oper == (BIO_CB_GETS|BIO_CB_RETURN) && argl == 0)) {