Searched refs:nextChunk (Results 1 – 4 of 4) sorted by relevance
130 nextChunk(); in read()160 nextChunk(); in read()187 private void nextChunk() throws IOException { in nextChunk() method in ChunkedInputStream
363 Chunk nextChunk = chunks.peek();364 if (nextChunk != null) {368 nextChunk.delayMicroseconds, TimeUnit.MICROSECONDS);
485 ZNStringPoolChunk *nextChunk = fChunks->fNext; in ~ZNStringPool() local487 fChunks = nextChunk; in ~ZNStringPool()
557 HPLorg/apache/http/impl/io/ChunkedInputStream;->nextChunk()V