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

/openjdk7/jdk/test/sun/net/www/protocol/jar/jarbug/src/test/
H A DJarTest.java53 BufferedOutputStream buffOut = null;
63 buffOut = new BufferedOutputStream(fileOut);
68 buffOut.write(buffer, 0, count);
70 buffOut.flush();
72 if (buffOut != null) {
74 buffOut.close();
/openjdk7/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthSequence.c162 CHAR buffOut[1024]; local
191 OutSecBuff.pvBuffer = buffOut;

Completed in 38 milliseconds