Searched refs:endOfInput (Results 1 – 3 of 3) sorted by relevance
369 protected final void endOfInput(boolean recyclable) throws IOException { in endOfInput() method in HttpConnection.AbstractSource409 endOfInput(true); in FixedLengthSource()426 endOfInput(true); in read()493 endOfInput(true); in readChunkSize()519 endOfInput(false); in read()
132 boolean endOfInput = toRead < byteBuf.capacity(); in getUTF8String()142 CoderResult result = utf8Decoder.decode(byteBuf, charBuf, endOfInput); in getUTF8String()148 if (!result.isUnderflow() || !endOfInput){ in getUTF8String()
3289 endOfInput (void * context ATTRIBUTE_UNUSED, in endOfInput() function3339 in->readcallback = endOfInput; in xmlParserInputBufferGrow()