Lines Matching full:dword
37 DWORD flags = PIPE_ACCESS_DUPLEX | FILE_FLAG_FIRST_PIPE_INSTANCE;
89 DWORD error = GetLastError();
103 DWORD GetNextChunkSize(size_t current_pos, size_t max_size) {
105 return static_cast<DWORD>(((max_size - current_pos) <= UINT_MAX) ?
121 DWORD timeout_in_ms) {
143 const DWORD chunk = GetNextChunkSize(count, length);
146 DWORD len = 0;
249 DWORD len;
250 DWORD chunk = GetNextChunkSize(count, length);
274 DWORD len;
275 DWORD chunk = GetNextChunkSize(count, length);
286 DWORD available = 0;
314 static const DWORD kWaitTimeOutInMs = 500;