Lines Matching refs:bufferValid
5035 ref const(ubyte)[] leftOverBytes, ref bool bufferValid, in _async()
5056 while (!bufferValid && freeBuffers.empty) in _async()
5066 bufferValid = true; in _async()
5072 if (!bufferValid) in _async()
5075 bufferValid = true; in _async()
5101 bufferValid = false; in _async()
5130 void finalizeLines(Unit)(bool bufferValid, Unit[] buffer, Tid fromTid) in _async()
5133 if (bufferValid && buffer.length != 0) in _async()
5214 auto bufferValid = false; in _async() local
5238 bufferValid, freeBuffers, buffer, in _async()
5289 finalizeLines(bufferValid, buffer, fromTid); in _async()