Searched refs:m_supportsStartTls (Results 1 – 2 of 2) sorted by relevance
95 if (!allowUnencrypted() && QSslSocket::supportsSsl() && !m_supportsStartTls in processResponse()110 if (m_supportsStartTls && QSslSocket::supportsSsl()) { in processResponse()136 m_supportsStartTls = true; in processResponse()
83 bool m_supportsStartTls = false; variable