Home
last modified time | relevance | path

Searched refs:newInputBufferSupplied (Results 1 – 2 of 2) sorted by relevance

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Draid.cpp337 …fferManager::nextNPosForConnection(unsigned connectionNum, bool& newInputBufferSupplied, bool& pau… in nextNPosForConnection() argument
340 newInputBufferSupplied = false; in nextNPosForConnection()
370 newInputBufferSupplied = true; in nextNPosForConnection()
835 …tionNum, m_off_t maxRequestSize, unsigned connectionCount, bool& newInputBufferSupplied, bool& pau… in nextNPosForConnection() argument
838 newInputBufferSupplied = false; in nextNPosForConnection()
843 …return RaidBufferManager::nextNPosForConnection(connectionNum, newInputBufferSupplied, pauseConnec… in nextNPosForConnection()
H A Dtransferslot.cpp955 bool newInputBufferSupplied = false; in doio() local
957 …ransferbuf.nextNPosForConnection(i, maxRequestSize, connections, newInputBufferSupplied, pauseConn… in doio()
970 … if (newOutputBufferSupplied || newInputBufferSupplied || pauseConnectionInputForRaid) in doio()