Lines Matching refs:set
62 types. It provides a set of functions used by OpenSSL for the implementation
69 The set of
72 should have a type which have the "filter" bit set (B<BIO_TYPE_FILTER>).
73 Source/sink BIOs should have the "source/sink" bit set (B<BIO_TYPE_SOURCE_SINK>).
75 additionally have the "descriptor" bit set (B<BIO_TYPE_DESCRIPTOR>). See the
81 BIO_meth_get_write_ex() and BIO_meth_set_write_ex() get and set the function
88 when the function was set with BIO_meth_set_write_ex().
90 BIO_meth_get_read_ex() and BIO_meth_set_read_ex() get and set the function used
96 or call BIO_meth_get_read() when the function was set with
99 BIO_meth_get_puts() and BIO_meth_set_puts() get and set the function used for
104 BIO_meth_get_gets() and BIO_meth_set_gets() get and set the function typically
110 BIO_meth_get_ctrl() and BIO_meth_set_ctrl() get and set the function used for
116 BIO_meth_get_create() and BIO_meth_set_create() get and set the function used
123 BIO_meth_get_destroy() and BIO_meth_set_destroy() get and set the function used
130 BIO_meth_get_callback_ctrl() and BIO_meth_set_callback_ctrl() get and set the