Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/verify/
H A Dverify.c205 IoRead *infoRead = storageReadIo(verifyFileLoad(pathFileName, cipherPass)); in verifyInfoFile() local
211 result.backup = infoBackupMove(infoBackupNewLoad(infoRead), memContextPrior()); in verifyInfoFile()
213 … result.archive = infoArchiveMove(infoArchiveNewLoad(infoRead), memContextPrior()); in verifyInfoFile()
215 result.manifest = manifestMove(manifestNewLoad(infoRead), memContextPrior()); in verifyInfoFile()
218 ioReadDrain(infoRead); in verifyInfoFile()
222 …result.checksum = strDup(varStr(ioFilterGroupResult(ioReadFilterGroup(infoRead), CRYPTO_HASH_FILTE… in verifyInfoFile()