Searched refs:SSL_CB_READ (Results 1 – 5 of 5) sorted by relevance
61 =item SSL_CB_READ73 =item SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)129 str=(where & SSL_CB_READ)?"read":"write";
300 str = (where & SSL_CB_READ) ? "read" : "write"; in apps_ssl_info_callback()
1166 # define SSL_CB_READ 0x04 macro1169 # define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ)
513 where & SSL_CB_READ ? in ssl_info_cb()521 if (where & SSL_CB_READ) in ssl_info_cb()
1824 str = bitset(SSL_CB_READ, where) ? "read" : "write";