Searched refs:numberOfBytesRead (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/win/
H A DConnectionWin.cpp116 DWORD numberOfBytesRead = 0; local
117 if (!::GetOverlappedResult(m_connectionPipe, &m_readState, &numberOfBytesRead, FALSE)) {
145 if (!::ReadFile(m_connectionPipe, m_readBuffer.data() + numberOfBytesRead, bytesToRead, 0, &m_readState)) {

Completed in 393 milliseconds