Home
last modified time | relevance | path

Searched refs:makeTunnel (Results 1 – 15 of 15) sorted by relevance

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/net/www/protocol/http/
H A DProxyTunnelServer.java100 volatile boolean makeTunnel; field in ProxyTunnelServer
103 makeTunnel = tunnel; in doTunnel()
109 processRequests(makeTunnel); in run()
130 private void processRequests(boolean makeTunnel) throws Exception { in processRequests() argument
152 if (makeTunnel) { in processRequests()
H A DTunnelThroughProxy.java87 static ProxyTunnelServer setupProxy(boolean makeTunnel) throws IOException { in setupProxy() argument
90 pserver.doTunnel(makeTunnel); in setupProxy()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/net/www/protocol/http/
H A DProxyTunnelServer.java100 volatile boolean makeTunnel; field in ProxyTunnelServer
103 makeTunnel = tunnel; in doTunnel()
109 processRequests(makeTunnel); in run()
130 private void processRequests(boolean makeTunnel) throws Exception { in processRequests() argument
152 if (makeTunnel) { in processRequests()
H A DTunnelThroughProxy.java87 static ProxyTunnelServer setupProxy(boolean makeTunnel) throws IOException { in setupProxy() argument
90 pserver.doTunnel(makeTunnel); in setupProxy()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/net/www/protocol/http/
H A DProxyTunnelServer.java100 volatile boolean makeTunnel; field in ProxyTunnelServer
103 makeTunnel = tunnel; in doTunnel()
109 processRequests(makeTunnel); in run()
130 private void processRequests(boolean makeTunnel) throws Exception { in processRequests() argument
152 if (makeTunnel) { in processRequests()
H A DTunnelThroughProxy.java87 static ProxyTunnelServer setupProxy(boolean makeTunnel) throws IOException { in setupProxy() argument
90 pserver.doTunnel(makeTunnel); in setupProxy()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/net/www/protocol/http/
H A DProxyTunnelServer.java100 volatile boolean makeTunnel; field in ProxyTunnelServer
103 makeTunnel = tunnel; in doTunnel()
109 processRequests(makeTunnel); in run()
130 private void processRequests(boolean makeTunnel) throws Exception { in processRequests() argument
152 if (makeTunnel) { in processRequests()
H A DTunnelThroughProxy.java87 static ProxyTunnelServer setupProxy(boolean makeTunnel) throws IOException { in setupProxy() argument
90 pserver.doTunnel(makeTunnel); in setupProxy()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/net/www/protocol/http/
H A DProxyTunnelServer.java100 volatile boolean makeTunnel; field in ProxyTunnelServer
103 makeTunnel = tunnel; in doTunnel()
109 processRequests(makeTunnel); in run()
130 private void processRequests(boolean makeTunnel) throws Exception { in processRequests() argument
152 if (makeTunnel) { in processRequests()
H A DTunnelThroughProxy.java87 static ProxyTunnelServer setupProxy(boolean makeTunnel) throws IOException { in setupProxy() argument
90 pserver.doTunnel(makeTunnel); in setupProxy()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dcavegen.h73 void makeTunnel(bool dirswitch);
119 void makeTunnel(bool dirswitch);
H A Dcavegen.cpp126 makeTunnel(j % dswitchint == 0); in makeCave()
136 void CaveV6::makeTunnel(bool dirswitch) { in makeTunnel() function in CaveV6
378 makeTunnel(j % dswitchint == 0); in makeCave()
388 void CaveV7::makeTunnel(bool dirswitch) { in makeTunnel() function in CaveV7
/dports/games/minetest/minetest-5.4.1/src/mapgen/
H A Dcavegen.h173 void makeTunnel(bool dirswitch);
244 void makeTunnel(bool dirswitch);
H A Dcavegen.cpp413 makeTunnel(j % dswitchint == 0); in makeCave()
425 void CavesRandomWalk::makeTunnel(bool dirswitch) in makeTunnel() function in CavesRandomWalk
728 makeTunnel(j % dswitchint == 0); in makeCave()
740 void CavesV6::makeTunnel(bool dirswitch) in makeTunnel() function in CavesV6
/dports/www/polipo/polipo-1.1.1/
H A Dtunnel.c86 makeTunnel(int fd, char *buf, int offset, int len) in makeTunnel() function
133 tunnel = makeTunnel(fd, buf, offset, len); in do_tunnel()