Lines Matching defs:result
159 HRESULT result = S_OK;
161 result = _stream->Write(data, cur, &cur);
174 RINOK(result)
345 const HRESULT result = folderOutStream->Init(fileIndex,
351 RINOK(result)
380 const HRESULT result = decoder.Decode(
398 if (result == S_FALSE || result == E_NOTIMPL || dataAfterEnd_Error)
404 if (result != S_FALSE)
406 if (result == E_NOTIMPL)
425 if (result != S_OK)
426 return result;