Searched refs:CONNECTProxy (Results 1 – 2 of 2) sorted by relevance
228 m_connectionType = CONNECTProxy; in chooseProxyFromArray()294 m_connectionType = CONNECTProxy; in chooseProxy()337 case CONNECTProxy: in createStreams()490 if (m_connectionType == CONNECTProxy) { in readStreamCallback()
97 enum ConnectionType { Unknown, Direct, SOCKSProxy, CONNECTProxy }; enumerator