Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/config/
H A DparseTest.c1338 cfgOptionSet(cfgOptRepoStorageHost, cfgSourceConfig, varNewStrZ("host.com")) ; in testRun()
1339 …TEST_RESULT_STR_Z(cfgOptionHostPort(cfgOptRepoStorageHost, &port), "host.com", "check plain host"); in testRun()
1342 cfgOptionSet(cfgOptRepoStorageHost, cfgSourceConfig, varNewStrZ("myhost.com:777")) ; in testRun()
1343 …TEST_RESULT_STR_Z(cfgOptionHostPort(cfgOptRepoStorageHost, &port), "myhost.com", "check host with … in testRun()
1350 cfgOptionSet(cfgOptRepoStorageHost, cfgSourceConfig, varNewStrZ("myhost.com:777:888")) ; in testRun()
1352 cfgOptionHostPort(cfgOptRepoStorageHost, &port), OptionInvalidError, in testRun()
1774 testOptionFind("repo1-azure-host", cfgOptRepoStorageHost, 0, false, false, true); in testRun()
1775 testOptionFind("reset-repo1-azure-host", cfgOptRepoStorageHost, 0, false, true, true); in testRun()
1801 testOptionFind("repo-s3-host", cfgOptRepoStorageHost, 0, false, false, true); in testRun()
1802 testOptionFind("repo1-s3-host", cfgOptRepoStorageHost, 0, false, false, true); in testRun()
[all …]
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/storage/
H A Dhelper.c367 …cfgOptionIdxStrNull(cfgOptRepoStorageHost, repoIdx), cfgOptionIdxStr(cfgOptRepoAzureEndpoint, repo… in storageRepoGet()
400 … const String *const host = cfgOptionIdxHostPort(cfgOptRepoStorageHost, repoIdx, &port); in storageRepoGet()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/storage/
H A Ds3Test.c381 hrnCfgArgRawFmt(argList, cfgOptRepoStorageHost, "%s:%u", strZ(host), port); in testRun()
439 hrnCfgArgRawFmt(argList, cfgOptRepoStorageHost, "%s:%u", strZ(host), port); in testRun()
1075 hrnCfgArgRaw(argList, cfgOptRepoStorageHost, host); in testRun()
H A DazureTest.c288 hrnCfgArgRaw(argList, cfgOptRepoStorageHost, hrnServerHost()); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dconfig.auto.h435 cfgOptRepoStorageHost, enumerator
H A Dparse.auto.c10255 .val = PARSE_OPTION_FLAG | (0 << PARSE_KEY_IDX_SHIFT) | cfgOptRepoStorageHost,
10259 … .val = PARSE_OPTION_FLAG | PARSE_RESET_FLAG | (0 << PARSE_KEY_IDX_SHIFT) | cfgOptRepoStorageHost,
10264 …al = PARSE_OPTION_FLAG | PARSE_DEPRECATE_FLAG | (0 << PARSE_KEY_IDX_SHIFT) | cfgOptRepoStorageHost,
10269 …al = PARSE_OPTION_FLAG | PARSE_DEPRECATE_FLAG | (0 << PARSE_KEY_IDX_SHIFT) | cfgOptRepoStorageHost,
10287 .val = PARSE_OPTION_FLAG | (1 << PARSE_KEY_IDX_SHIFT) | cfgOptRepoStorageHost,
10291 … .val = PARSE_OPTION_FLAG | PARSE_RESET_FLAG | (1 << PARSE_KEY_IDX_SHIFT) | cfgOptRepoStorageHost,
10296 .val = PARSE_OPTION_FLAG | (2 << PARSE_KEY_IDX_SHIFT) | cfgOptRepoStorageHost,
10300 … .val = PARSE_OPTION_FLAG | PARSE_RESET_FLAG | (2 << PARSE_KEY_IDX_SHIFT) | cfgOptRepoStorageHost,
10305 .val = PARSE_OPTION_FLAG | (3 << PARSE_KEY_IDX_SHIFT) | cfgOptRepoStorageHost,
10309 … .val = PARSE_OPTION_FLAG | PARSE_RESET_FLAG | (3 << PARSE_KEY_IDX_SHIFT) | cfgOptRepoStorageHost,
[all …]