Home
last modified time | relevance | path

Searched refs:updateCallback (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/dports/dns/blocky/blocky-0.17/vendor/gorm.io/gorm/callbacks/
H A Dcallbacks.go65 updateCallback := db.Callback().Update()
66 updateCallback.Match(enableTransaction).Register("gorm:begin_transaction", BeginTransaction)
67 updateCallback.Register("gorm:setup_reflect_value", SetupUpdateReflectValue)
68 updateCallback.Register("gorm:before_update", BeforeUpdate)
69 updateCallback.Register("gorm:save_before_associations", SaveBeforeAssociations(false))
70 updateCallback.Register("gorm:update", Update(config))
71 updateCallback.Register("gorm:save_after_associations", SaveAfterAssociations(false))
72 updateCallback.Register("gorm:after_update", AfterUpdate)
73updateCallback.Match(enableTransaction).Register("gorm:commit_or_rollback_transaction", CommitOrRo…
74 updateCallback.Clauses = config.UpdateClauses
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_view_button.cpp77 Inner(not_null<PeerData*> peer, Fn<void()> updateCallback);
78 Inner(not_null<Data::Media*> media, Fn<void()> updateCallback);
84 const Fn<void()> updateCallback; member
127 , updateCallback(std::move(updateCallback))
133 Fn<void()> updateCallback) in Inner() argument
145 , updateCallback(std::move(updateCallback))
156 updateCallback); in updateMask()
169 ViewButton::ViewButton(not_null<PeerData*> peer, Fn<void()> updateCallback) in ViewButton() argument
170 : _inner(std::make_unique<Inner>(peer, std::move(updateCallback))) { in ViewButton()
175 Fn<void()> updateCallback) in ViewButton() argument
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp170 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
182 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
207 if (!updateCallback) in UpdateItems()
209 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)); in UpdateItems()
239 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems()
258 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
271 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems()
285 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems()
312 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
388 updateCallback->QueryInterface(IID_ICryptoGetTextPassword, (void **)&getPassword); in UpdateItems()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DBz2Handler.cpp313 IArchiveUpdateCallback *updateCallback) in UpdateArchive() argument
315 RINOK(updateCallback->SetTotal(unpackSize)); in UpdateArchive()
317 RINOK(updateCallback->GetStream(0, &fileInStream)); in UpdateArchive()
320 localProgressSpec->Init(updateCallback, true); in UpdateArchive()
335 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
344 if (!updateCallback) in UpdateItems()
346 RINOK(updateCallback->GetUpdateItemInfo(0, &newData, &newProps, &indexInArchive)); in UpdateItems()
352 RINOK(updateCallback->GetProperty(0, kpidIsDir, &prop)); in UpdateItems()
364 RINOK(updateCallback->GetProperty(0, kpidSize, &prop)); in UpdateItems()
369 return UpdateArchive(size, outStream, _props, updateCallback); in UpdateItems()
[all …]
H A DGzHandler.cpp880 IArchiveUpdateCallback *updateCallback) in UpdateArchive() argument
883 RINOK(updateCallback->SetTotal(unpackSize)); in UpdateArchive()
884 RINOK(updateCallback->SetCompleted(&complexity)); in UpdateArchive()
888 RINOK(updateCallback->GetStream(0, &fileInStream)); in UpdateArchive()
897 lps->Init(updateCallback, true); in UpdateArchive()
925 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
934 if (!updateCallback) in UpdateItems()
949 RINOK(updateCallback->GetProperty(0, kpidMTime, &prop)); in UpdateItems()
959 RINOK(updateCallback->GetProperty(0, kpidPath, &prop)); in UpdateItems()
987 RINOK(updateCallback->GetProperty(0, kpidSize, &prop)); in UpdateItems()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DBz2Handler.cpp313 IArchiveUpdateCallback *updateCallback) in UpdateArchive() argument
315 RINOK(updateCallback->SetTotal(unpackSize)); in UpdateArchive()
317 RINOK(updateCallback->GetStream(0, &fileInStream)); in UpdateArchive()
320 localProgressSpec->Init(updateCallback, true); in UpdateArchive()
335 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
344 if (!updateCallback) in UpdateItems()
346 RINOK(updateCallback->GetUpdateItemInfo(0, &newData, &newProps, &indexInArchive)); in UpdateItems()
352 RINOK(updateCallback->GetProperty(0, kpidIsDir, &prop)); in UpdateItems()
364 RINOK(updateCallback->GetProperty(0, kpidSize, &prop)); in UpdateItems()
375 return UpdateArchive(size, outStream, props2, updateCallback); in UpdateItems()
[all …]
H A DGzHandler.cpp881 IArchiveUpdateCallback *updateCallback) in UpdateArchive() argument
884 RINOK(updateCallback->SetTotal(unpackSize)); in UpdateArchive()
885 RINOK(updateCallback->SetCompleted(&complexity)); in UpdateArchive()
889 RINOK(updateCallback->GetStream(0, &fileInStream)); in UpdateArchive()
898 lps->Init(updateCallback, true); in UpdateArchive()
926 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
935 if (!updateCallback) in UpdateItems()
950 RINOK(updateCallback->GetProperty(0, kpidMTime, &prop)); in UpdateItems()
960 RINOK(updateCallback->GetProperty(0, kpidPath, &prop)); in UpdateItems()
988 RINOK(updateCallback->GetProperty(0, kpidSize, &prop)); in UpdateItems()
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/
H A DBz2Handler.cpp260 IArchiveUpdateCallback *updateCallback) in UpdateArchive() argument
262 RINOK(updateCallback->SetTotal(unpackSize)); in UpdateArchive()
264 RINOK(updateCallback->SetCompleted(&complexity)); in UpdateArchive()
268 RINOK(updateCallback->GetStream(indexInClient, &fileInStream)); in UpdateArchive()
272 localProgressSpec->Init(updateCallback, true); in UpdateArchive()
308 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
315 if (!updateCallback) in UpdateItems()
317 RINOK(updateCallback->GetUpdateItemInfo(0, &newData, &newProps, &indexInArchive)); in UpdateItems()
323 RINOK(updateCallback->GetProperty(0, kpidIsDir, &prop)); in UpdateItems()
339 RINOK(updateCallback->GetProperty(0, kpidSize, &prop)); in UpdateItems()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp162 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
246 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
299 if (!updateCallback) in UpdateItems()
301 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)); in UpdateItems()
339 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems()
372 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
385 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems()
399 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems()
516 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
633 updateCallback->QueryInterface(IID_ICryptoGetTextPassword, (void **)&getPassword); in UpdateItems()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp162 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
246 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
299 if (!updateCallback) in UpdateItems()
301 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)); in UpdateItems()
339 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems()
372 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
385 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems()
399 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems()
516 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
633 updateCallback->QueryInterface(IID_ICryptoGetTextPassword, (void **)&getPassword); in UpdateItems()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp162 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
246 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
299 if (!updateCallback) in UpdateItems()
301 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)); in UpdateItems()
339 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems()
372 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
385 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems()
399 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems()
516 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
633 updateCallback->QueryInterface(IID_ICryptoGetTextPassword, (void **)&getPassword); in UpdateItems()
[all …]
/dports/sysutils/squashfs-tools/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp149 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
161 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
186 if (!updateCallback) in UpdateItems()
188 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)); in UpdateItems()
218 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems()
237 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
250 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems()
264 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems()
291 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
377 updateCallback->QueryInterface(IID_ICryptoGetTextPassword, (void **)&getPassword); in UpdateItems()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp167 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
251 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
307 if (!updateCallback) in UpdateItems()
309 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)); in UpdateItems()
348 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems()
381 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
395 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems()
409 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems()
526 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
644 updateCallback->QueryInterface(IID_ICryptoGetTextPassword, (void **)&getPassword); in UpdateItems()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp167 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
251 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
307 if (!updateCallback) in UpdateItems()
309 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)); in UpdateItems()
348 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems()
381 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
395 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems()
409 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems()
526 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
644 updateCallback->QueryInterface(IID_ICryptoGetTextPassword, (void **)&getPassword); in UpdateItems()
[all …]
/dports/archivers/lzma/lzma-19.00/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp167 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
251 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
310 if (!updateCallback) in UpdateItems()
312 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)); in UpdateItems()
351 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems()
384 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
398 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems()
412 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems()
529 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
647 updateCallback->QueryInterface(IID_ICryptoGetTextPassword, (void **)&getPassword); in UpdateItems()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp163 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
247 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
303 if (!updateCallback) in UpdateItems()
305 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)); in UpdateItems()
344 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems()
377 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
391 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems()
405 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems()
522 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
640 updateCallback->QueryInterface(IID_ICryptoGetTextPassword, (void **)&getPassword); in UpdateItems()
[all …]
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp167 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
251 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
307 if (!updateCallback) in UpdateItems()
309 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)); in UpdateItems()
348 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems()
381 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
395 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems()
409 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems()
526 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
644 updateCallback->QueryInterface(IID_ICryptoGetTextPassword, (void **)&getPassword); in UpdateItems()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp167 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
251 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
307 if (!updateCallback) in UpdateItems()
309 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)); in UpdateItems()
348 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems()
381 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
395 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems()
409 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems()
526 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
644 updateCallback->QueryInterface(IID_ICryptoGetTextPassword, (void **)&getPassword); in UpdateItems()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp167 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
251 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
307 if (!updateCallback) in UpdateItems()
309 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)); in UpdateItems()
348 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems()
381 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
395 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems()
409 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems()
526 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
644 updateCallback->QueryInterface(IID_ICryptoGetTextPassword, (void **)&getPassword); in UpdateItems()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp167 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
251 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
307 if (!updateCallback) in UpdateItems()
309 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)); in UpdateItems()
348 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems()
381 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
395 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems()
409 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems()
526 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
644 updateCallback->QueryInterface(IID_ICryptoGetTextPassword, (void **)&getPassword); in UpdateItems()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Tar/
H A DTarUpdate.cpp22 IArchiveUpdateCallback *updateCallback) in UpdateArchive() argument
32 updateCallback->QueryInterface(IID_IArchiveUpdateCallbackFile, (void **)&opCallback); in UpdateArchive()
46 RINOK(updateCallback->SetTotal(complexity)); in UpdateArchive()
53 lps->Init(updateCallback, true); in UpdateArchive()
96 …RINOK(GetPropString(updateCallback, ui.IndexInClient, kpidSymLink, symLink, codePage, utfFlags, tr… in UpdateArchive()
123 HRESULT res = updateCallback->GetStream(ui.IndexInClient, &fileInStream); in UpdateArchive()
155 …RINOK(GetPropString(updateCallback, ui.IndexInClient, kpidHardLink, hardLink, codePage, utfFlags, … in UpdateArchive()
193 RINOK(updateCallback->SetOperationResult(NArchive::NUpdate::NOperationResult::kOK)); in UpdateArchive()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Tar/
H A DTarUpdate.cpp25 IArchiveUpdateCallback *updateCallback) in UpdateArchive() argument
35 updateCallback->QueryInterface(IID_IArchiveUpdateCallbackFile, (void **)&opCallback); in UpdateArchive()
49 RINOK(updateCallback->SetTotal(complexity)); in UpdateArchive()
56 lps->Init(updateCallback, true); in UpdateArchive()
103 RINOK(GetPropString(updateCallback, ui.IndexInClient, kpidSymLink, symLink, codePage, true)); in UpdateArchive()
130 HRESULT res = updateCallback->GetStream(ui.IndexInClient, &fileInStream); in UpdateArchive()
162 … RINOK(GetPropString(updateCallback, ui.IndexInClient, kpidHardLink, hardLink, codePage, true)); in UpdateArchive()
200 RINOK(updateCallback->SetOperationResult(NArchive::NUpdate::NOperationResult::kOK)); in UpdateArchive()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp264 RINOK(updateCallback->GetProperty(index, propID, &prop)); in GetTime()
348 IArchiveUpdateCallback *updateCallback) in UpdateItems() argument
407 if (!updateCallback) in UpdateItems()
409 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive)); in UpdateItems()
448 RINOK(updateCallback->GetProperty(i, kpidAttrib, &prop)); in UpdateItems()
481 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
495 RINOK(updateCallback->GetProperty(i, kpidIsDir, &prop)); in UpdateItems()
509 RINOK(updateCallback->GetProperty(i, kpidIsAnti, &prop)); in UpdateItems()
626 RINOK(updateCallback->GetProperty(i, kpidSize, &prop)); in UpdateItems()
750 updateCallback->QueryInterface(IID_ICryptoGetTextPassword, (void **)&getPassword); in UpdateItems()
[all …]
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/context/
H A DAbstractContextPanelContent.java107 final IBackgroundWorkerCallback<Void> updateCallback) { in updateContextPanelContent() argument
108 callDataSource(audioObject, updateCallback); in updateContextPanelContent()
119 final IBackgroundWorkerCallback<Void> updateCallback) { in callDataSource() argument
127 this.worker.execute(updateCallback); in callDataSource()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Tar/
H A DTarUpdate.cpp19 IArchiveUpdateCallback *updateCallback) in UpdateArchive() argument
36 RINOK(updateCallback->SetTotal(complexity)); in UpdateArchive()
43 lps->Init(updateCallback, true); in UpdateArchive()
96 HRESULT res = updateCallback->GetStream(ui.IndexInClient, &fileInStream); in UpdateArchive()
110 RINOK(updateCallback->SetOperationResult(NArchive::NUpdate::NOperationResult::kOK)); in UpdateArchive()

12345678910>>...14