Lines Matching refs:set
82 types. It provides a set of functions used by OpenSSL for the implementation
87 B<type> can be set to either B<BIO_TYPE_NONE> or via BIO_get_new_index() if
93 The set of
96 should have a type which have the "filter" bit set (B<BIO_TYPE_FILTER>).
97 Source/sink BIOs should have the "source/sink" bit set (B<BIO_TYPE_SOURCE_SINK>).
99 additionally have the "descriptor" bit set (B<BIO_TYPE_DESCRIPTOR>). See the
105 BIO_meth_get_write_ex() and BIO_meth_set_write_ex() get and set the function
112 when the function was set with BIO_meth_set_write_ex().
114 BIO_meth_get_read_ex() and BIO_meth_set_read_ex() get and set the function used
120 or call BIO_meth_get_read() when the function was set with
123 BIO_meth_get_puts() and BIO_meth_set_puts() get and set the function used for
128 BIO_meth_get_gets() and BIO_meth_set_gets() get and set the function typically
134 BIO_meth_get_ctrl() and BIO_meth_set_ctrl() get and set the function used for
140 BIO_meth_get_create() and BIO_meth_set_create() get and set the function used
145 be passed as a parameter to the function. If a create function is set,
150 BIO_meth_get_destroy() and BIO_meth_set_destroy() get and set the function used
157 BIO_meth_get_callback_ctrl() and BIO_meth_set_callback_ctrl() get and set the
164 BIO_meth_set_recvmmsg() get and set the functions used for handling