Home
last modified time | relevance | path

Searched refs:MigrateAll (Results 1 – 10 of 10) sorted by relevance

/dports/net-mgmt/semaphore/semaphore-2.6.8/cli/
H A Dmain.go61 if err := db.MigrateAll(); err != nil {
157 if err = db.MigrateAll(); err != nil {
/dports/net-mgmt/semaphore/semaphore-2.6.8/db/
H A Dmigrations.go104 func MigrateAll() error { func
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dred-channel.h63 MigrateAll = MigrateNeedFlush|MigrateNeedDataTransfer, enumerator
H A Dmain-channel.cpp218 RedChannel(reds, SPICE_CHANNEL_MAIN, 0, RedChannel::MigrateAll) in MainChannel()
H A Dred-channel.cpp73 migration_flags(flags & RedChannel::MigrateAll), in RedChannelPrivate()
H A Dinputs-channel.cpp519 RedChannel(reds, SPICE_CHANNEL_INPUTS, 0, RedChannel::MigrateAll) in InputsChannel()
H A Dsmartcard.cpp471 RedChannel(reds, SPICE_CHANNEL_SMARTCARD, 0, RedChannel::MigrateAll) in RedSmartcardChannel()
H A Dspicevmc.cpp127 RedChannel(reds, type, id, RedChannel::MigrateAll) in RedVmcChannel()
H A Ddisplay-channel.cpp2192 RedChannel::MigrateAll|RedChannel::HandleAcks, core, dispatcher) in DisplayChannel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Ddata_type_manager_impl_unittest.cc691 TEST_F(SyncDataTypeManagerImplTest, MigrateAll) { in TEST_F() argument