Searched refs:bufsSize (Results 1 – 1 of 1) sorted by relevance
358 int bufsSize = unhandledBufs.size(); in clearState() local359 ByteBuf lastBuf = unhandledBufs.get(bufsSize - 1); in clearState()361 for (int bufIdx = 0; bufIdx < (keepLast ? bufsSize - 1 : bufsSize); ++bufIdx) { in clearState()