Searched refs:SSL_CB_EXIT (Results 1 – 6 of 6) sorted by relevance
63 =item SSL_CB_EXIT87 =item SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)91 =item SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)141 } else if (where & SSL_CB_EXIT) {
1058 # define SSL_CB_EXIT 0x02 macro1065 # define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT)1067 # define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT)
476 } else if (where & SSL_CB_EXIT) { in apps_ssl_info_callback()
1886 else if (bitset(SSL_CB_EXIT, where))
228 else if (where & SSL_CB_EXIT) { in apps_ssl_info_callback()
771 } else if (where & SSL_CB_EXIT && ret <= 0) { in ssl_info_cb()