Home
last modified time | relevance | path

Searched refs:eHTTPProxy (Results 1 – 6 of 6) sorted by relevance

/dports/www/slowhttptest/slowhttptest-1.8.2/src/
H A Dslowhttptest.h56 eHTTPProxy, enumerator
H A Dslowhttptestmain.cc194 proxy_type = slowhttptest::eHTTPProxy; in main()
H A Dslowhttptest.cc241 if(eHTTPProxy == proxy_type_) { in init()
316 if(eHTTPProxy == proxy_type_) in init()
/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DNTCP2.h240 eHTTPProxy enumerator
H A DNTCP2.cpp1534 if (m_ProxyType == eHTTPProxy ) in UseProxy()
1595 case eHTTPProxy: in HandleProxyConnect()
H A DTransports.cpp189 proxytype = NTCP2Server::eHTTPProxy; in Start()