Searched refs:toClient (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java271 private void tunnel(InputStream fromClient, OutputStream toClient, URI serverURI) throws IOException { argument
277 pipe2 = new Pipeline(fromServer, toClient);
/openjdk7/jdk/src/share/transport/shmem/
H A DshmemBase.c113 SharedStream toClient; member in struct:SharedMemory
549 connection->incoming.shared = &connection->shared->toClient;
616 connection->outgoing.shared = &connection->shared->toClient;

Completed in 94 milliseconds