Home
last modified time | relevance | path

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

/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/bin/bbackupd/
H A DBackupClientDirectoryRecord.cpp1302 BackupClientDirectoryRecord *psubDirRecord = 0; in UpdateItems() local
1309 psubDirRecord = e->second; in UpdateItems()
1438 psubDirRecord = new BackupClientDirectoryRecord(subDirObjectID, *d); in UpdateItems()
1443 mSubDirectories[*d] = psubDirRecord; in UpdateItems()
1447 delete psubDirRecord; in UpdateItems()
1448 psubDirRecord = 0; in UpdateItems()
1454 ASSERT(psubDirRecord != 0 || rContext.StorageLimitExceeded()); in UpdateItems()
1456 if(psubDirRecord) in UpdateItems()
1459 psubDirRecord->SyncDirectory(rParams, mObjectID, in UpdateItems()
1566 BackupClientDirectoryRecord *psubDirRecord = e->second; in RemoveDirectoryInPlaceOfFile() local
[all …]