Searched refs:CONNECTProxy (Results 1 – 2 of 2) sorted by relevance
229 m_connectionType = CONNECTProxy; in chooseProxyFromArray()295 m_connectionType = CONNECTProxy; in chooseProxy()338 case CONNECTProxy: in createStreams()491 if (m_connectionType == CONNECTProxy) { in readStreamCallback()
104 enum ConnectionType { Unknown, Direct, SOCKSProxy, CONNECTProxy }; enumerator