Lines Matching refs:callback
5 …t_new_cb, SSL_CTX_sess_get_remove_cb, SSL_CTX_sess_get_get_cb - provide callback functions for ser…
31 SSL_CTX_sess_set_new_cb() sets the callback function that is
34 SSL_CTX_sess_set_remove_cb() sets the callback function that is
39 SSL_CTX_sess_set_get_cb() sets the callback function that is called
47 corresponding set callback functions. If a callback function has not been
53 session cache is realized via callback functions. Inside these callback
62 session is incremented before the callback, on behalf of the application. If
63 the callback returns B<0>, the session will be immediately removed from the
64 internal cache and the reference count released. If the callback returns B<1>,
94 B<data>. By setting the parameter B<copy> to B<1>, the callback can require the
104 return different callback function pointers respectively.