Lines Matching +full:- +full:replace

10  * See the COPYING file in the top-level directory.
14 #include "vss-common.h"
15 #include "vss-debug.h"
30 (e)->error_setg_win32_wrapper((e)->errp, __FILE__, __LINE__, __func__, \
34 /* Bad idea, works only when (e)->errp != NULL: */
35 #define err_is_set(e) ((e)->errp && *(e)->errp)
64 NULL, -1, NULL, NULL, RPC_C_AUTHN_LEVEL_PKT_PRIVACY, in requester_init()
118 vss_ctx.pAsyncSnapshot->Release(); in requester_cleanup()
122 vss_ctx.pVssbc->Release(); in requester_cleanup()
153 hr = pAsync->Wait(); in WaitForAsync()
158 hr = pAsync->QueryStatus(&ret, NULL); in WaitForAsync()
184 hr = vss_ctx.pVssbc->GetWriterMetadataCount(&cWriters); in AddComponents()
191 hr = vss_ctx.pVssbc->GetWriterMetadata(i, &id, pMetadata.replace()); in AddComponents()
198 hr = pMetadata->GetIdentity(&idInstance, &idWriter, in AddComponents()
206 hr = pMetadata->GetFileCounts(&c1, &c2, &cComponents); in AddComponents()
214 hr = pMetadata->GetComponent(j, pComponent.replace()); in AddComponents()
222 hr = pComponent->GetComponentInfo(&info); in AddComponents()
230 if (info->bSelectable) { in AddComponents()
231 hr = vss_ctx.pVssbc->AddComponent(idInstance, idWriter, in AddComponents()
232 info->type, in AddComponents()
233 info->bstrLogicalPath, in AddComponents()
234 info->bstrComponentName); in AddComponents()
237 info->bstrComponentName, bstrWriterName); in AddComponents()
243 pComponent->FreeComponentInfo(info); in AddComponents()
252 pComponent->FreeComponentInfo(info); in AddComponents()
357 hr = vss_ctx.pVssbc->InitializeForBackup(); in requester_freeze()
363 hr = vss_ctx.pVssbc->SetBackupState(true, true, vss_bt, false); in requester_freeze()
376 hr = vss_ctx.pVssbc->SetContext(ctx); in requester_freeze()
378 /* Non-server version of Windows doesn't support ATTR_TRANSPORTABLE */ in requester_freeze()
380 hr = vss_ctx.pVssbc->SetContext(ctx); in requester_freeze()
387 hr = vss_ctx.pVssbc->GatherWriterMetadata(pAsync.replace()); in requester_freeze()
401 hr = vss_ctx.pVssbc->StartSnapshotSet(&guidSnapshotSet); in requester_freeze()
409 for (volList *list = (volList *)mountpoints; list; list = list->next) { in requester_freeze()
410 size_t len = strlen(list->value) + 1; in requester_freeze()
416 list->value, _TRUNCATE); in requester_freeze()
418 hr = vss_ctx.pVssbc->AddToSnapshotSet(volume_name_wchar, in requester_freeze()
447 hr = vss_ctx.pVssbc->AddToSnapshotSet(short_volume_name, in requester_freeze()
477 hr = vss_ctx.pVssbc->PrepareForBackup(pAsync.replace()); in requester_freeze()
486 hr = vss_ctx.pVssbc->GatherWriterStatus(pAsync.replace()); in requester_freeze()
501 hr = vss_ctx.pVssbc->DoSnapshotSet(&vss_ctx.pAsyncSnapshot); in requester_freeze()
509 HRESULT hr2 = vss_ctx.pAsyncSnapshot->QueryStatus(&hr, NULL); in requester_freeze()
552 vss_ctx.pVssbc->AbortBackup(); in requester_freeze()
588 hr = vss_ctx.pVssbc->BackupComplete(pAsync.replace()); in requester_thaw()
602 * the system had been frozen until fsfreeze-thaw command was issued, in requester_thaw()
605 vss_ctx.pVssbc->AbortBackup(); in requester_thaw()
625 vss_ctx.pVssbc->AbortBackup(); in requester_thaw()