Lines Matching refs:set
87 types. It provides a set of functions used by OpenSSL for the implementation
92 B<type> can be set to either B<BIO_TYPE_NONE> or via BIO_get_new_index() if
98 The set of
101 should have a type which have the "filter" bit set (B<BIO_TYPE_FILTER>).
102 Source/sink BIOs should have the "source/sink" bit set (B<BIO_TYPE_SOURCE_SINK>).
104 additionally have the "descriptor" bit set (B<BIO_TYPE_DESCRIPTOR>). See the
110 BIO_meth_get_write_ex() and BIO_meth_set_write_ex() get and set the function
117 when the function was set with BIO_meth_set_write_ex().
119 BIO_meth_get_read_ex() and BIO_meth_set_read_ex() get and set the function used
125 or call BIO_meth_get_read() when the function was set with
128 BIO_meth_get_puts() and BIO_meth_set_puts() get and set the function used for
133 BIO_meth_get_gets() and BIO_meth_set_gets() get and set the function typically
139 BIO_meth_get_ctrl() and BIO_meth_set_ctrl() get and set the function used for
145 BIO_meth_get_create() and BIO_meth_set_create() get and set the function used
150 be passed as a parameter to the function. If a create function is set,
155 BIO_meth_get_destroy() and BIO_meth_set_destroy() get and set the function used
162 BIO_meth_get_callback_ctrl() and BIO_meth_set_callback_ctrl() get and set the
169 BIO_meth_set_recvmmsg() get and set the functions used for handling