Searched refs:bufferValid (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/ |
H A D | curl.d | 4946 ref const(ubyte)[] leftOverBytes, ref bool bufferValid, in _receiveAsyncLines() 4964 while (!bufferValid && freeBuffers.empty) in _receiveAsyncLines() 4974 bufferValid = true; in _receiveAsyncLines() 4980 if (!bufferValid) in _receiveAsyncLines() 4983 bufferValid = true; in _receiveAsyncLines() 5009 bufferValid = false; in _receiveAsyncLines() 5038 void _finalizeAsyncLines(Unit)(bool bufferValid, Unit[] buffer, Tid fromTid) in _finalizeAsyncLines() 5040 if (bufferValid && buffer.length != 0) in _finalizeAsyncLines() 5072 auto bufferValid = false; variable 5096 bufferValid, freeBuffers, buffer, [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/ |
H A D | curl.d | 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() [all …]
|