HomeSort by relevance Sort by last modified time
    Searched refs:ReOpenCallback (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
ArchiveOpenCallback.cpp 19 if (ReOpenCallback)
20 return ReOpenCallback->SetTotal(files, bytes);
30 if (ReOpenCallback)
31 return ReOpenCallback->SetCompleted(files, bytes);
113 if (ReOpenCallback)
116 ReOpenCallback.QueryInterface(IID_ICryptoGetTextPassword, &getTextPassword);
ArchiveOpenCallback.h 90 CMyComPtr<IArchiveOpenCallback> ReOpenCallback;
OpenArchive.cpp     [all...]

Completed in 1077 milliseconds