Searched refs:BUF_SIZE (Results 1 – 4 of 4) sorted by relevance
61 #define BUF_SIZE 8192 macro81 char stackBuf[BUF_SIZE]; in readBytes()97 } else if (len > BUF_SIZE) { in readBytes()157 char stackBuf[BUF_SIZE]; in writeBytes()173 } else if (len > BUF_SIZE) { in writeBytes()
1408 #define BUF_SIZE 4096 macro1423 char tmp[BUF_SIZE]; in InflateFully()
259 final static int BUF_SIZE = 2048; field in Support_TestWebServer326 this.buf = new byte[BUF_SIZE]; in Worker()348 for (int i = 0; i < BUF_SIZE; i++) { in clearBuffer()
58 private static int BUF_SIZE = 2048; field in URLJarFile