Home | History | Annotate | Download | only in Common

Lines Matching refs:Callback

45     Callback(NULL),

74 return Callback->SetTotal(size);
81 return Callback->SetCompleted(completeValue);
88 return Callback->SetRatioInfo(inSize, outSize);
116 RINOK(Callback->CheckBreak());
441 RINOK(Callback->CheckBreak());
442 // RINOK(Callback->Finalize());
453 RINOK(Callback->GetStream(name, isDir, true, mode));
468 RINOK(Callback->GetStream(DirItems->GetLogPath(up.DirIndex), isDir, false, mode));
489 inStreamSpec->Callback = this;
501 return Callback->OpenFileError(path, ::GetLastError());
508 return Callback->OpenFileError(path, ::GetLastError());
553 return Callback->SetOperationResult(opRes);
585 return Callback->ReportUpdateOpeartion(op, name.IsEmpty() ? NULL : name.Ptr(), isDir);
620 return Callback->ReportUpdateOpeartion(op, s, isDir);
675 return Callback->ReportExtractResult(opRes, BoolToInt(isEncrypted), s);
714 return Callback->CryptoGetTextPassword2(passwordIsDefined, password);
721 return Callback->CryptoGetTextPassword(password);
735 RINOK(Callback->ReadingFileError(_openFiles_Paths[i], error));