Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/storage/
H A Dhelper.c368 cfgOptionIdxUInt(cfgOptRepoStoragePort, repoIdx), ioTimeoutMs(), in storageRepoGet()
396 unsigned int port = cfgOptionIdxUInt(cfgOptRepoStoragePort, repoIdx); in storageRepoGet()
404 port = cfgOptionIdxUInt(cfgOptRepoStoragePort, repoIdx); in storageRepoGet()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dload.c223 VARUINT(cfgOptionIdxUInt(cfgOptRepoRetentionFull, optionIdx))); in cfgLoadUpdateOption()
235 VARUINT(cfgOptionIdxUInt(cfgOptRepoRetentionDiff, optionIdx))); in cfgLoadUpdateOption()
H A Dconfig.h124 unsigned int cfgOptionIdxUInt(ConfigOption optionId, unsigned int optionIdx);
H A Dconfig.c883 cfgOptionIdxUInt(ConfigOption optionId, unsigned int optionIdx) in cfgOptionIdxUInt() function
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/db/
H A Dhelper.c34 … cfgOptionIdxStrNull(cfgOptPgSocketPath, pgIdx), cfgOptionIdxUInt(cfgOptPgPort, pgIdx), in dbGetIdx()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/expire/
H A Dexpire.c187 … cfgOptRepoRetentionDiff, repoIdx) ? cfgOptionIdxUInt(cfgOptRepoRetentionDiff, repoIdx) : 0; in expireDiffBackup()
242 … cfgOptRepoRetentionFull, repoIdx) ? cfgOptionIdxUInt(cfgOptRepoRetentionFull, repoIdx) : 0; in expireFullBackup()
385 … cfgOptRepoRetentionArchive, repoIdx) ? cfgOptionIdxUInt(cfgOptRepoRetentionArchive, repoIdx) : 0; in removeExpiredArchive()
888 …const time_t minTimestamp = time(NULL) - (time_t)(cfgOptionIdxUInt(cfgOptRepoRetentionHistory, rep… in removeExpiredHistory()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/protocol/
H A Dhelper.c474 strLstAdd(result, strNewFmt("%u", cfgOptionIdxUInt(optHostPort, hostIdx))); in protocolRemoteParamSsh()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/config/
H A DparseTest.c1482 TEST_RESULT_UINT(cfgOptionIdxUInt(cfgOptPgPort, 1), 5432, "pg2-port is set"); in testRun()