Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/config/
H A DexecTest.c59 hrnCfgEnvRawZ(cfgOptRepoHost, "bogus"); in testRun()
61 hrnCfgEnvRemoveRaw(cfgOptRepoHost); in testRun()
H A DloadTest.c93 hrnCfgArgKeyRawZ(argList, cfgOptRepoHost, 2, "host2"); in testRun()
146 cfgOptionIdxSet(cfgOptRepoHost, 0, cfgSourceParam, varNewStrZ("repo-host")); in testRun()
243 hrnCfgArgRawZ(argList, cfgOptRepoHost, "repo1"); in testRun()
250 cfgOptionInvalidate(cfgOptRepoHost); in testRun()
257 hrnCfgArgRawZ(argList, cfgOptRepoHost, "repo1"); in testRun()
H A DprotocolTest.c30 hrnCfgArgRawZ(argList, cfgOptRepoHost, "repo-host"); in testRun()
H A DparseTest.c1764 testOptionFind("backup-host", cfgOptRepoHost, 0, false, false, true); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dload.c90 if (!cfgOptionIdxTest(cfgOptRepoHost, optionIdx) && in cfgLoadUpdateOption()
97 if (optionIdx != repoIdx && !(cfgOptionIdxTest(cfgOptRepoHost, repoIdx)) && in cfgLoadUpdateOption()
155 if (cfgOptionValid(cfgOptPgHost) && cfgOptionValid(cfgOptRepoHost)) in cfgLoadUpdateOption()
173 if (cfgOptionIdxTest(cfgOptRepoHost, optionIdx)) in cfgLoadUpdateOption()
H A Dconfig.auto.h409 cfgOptRepoHost, enumerator
H A Dparse.auto.c4038 PARSE_RULE_OPTION_OPTIONAL_DEPEND(cfgOptRepoHost),
4086 PARSE_RULE_OPTION_OPTIONAL_DEPEND(cfgOptRepoHost),
4135 PARSE_RULE_OPTION_OPTIONAL_DEPEND(cfgOptRepoHost),
4184 PARSE_RULE_OPTION_OPTIONAL_DEPEND(cfgOptRepoHost),
4234 PARSE_RULE_OPTION_OPTIONAL_DEPEND(cfgOptRepoHost),
4282 PARSE_RULE_OPTION_OPTIONAL_DEPEND(cfgOptRepoHost),
9108 .val = PARSE_OPTION_FLAG | (0 << PARSE_KEY_IDX_SHIFT) | cfgOptRepoHost,
9122 .val = PARSE_OPTION_FLAG | (1 << PARSE_KEY_IDX_SHIFT) | cfgOptRepoHost,
9131 .val = PARSE_OPTION_FLAG | (2 << PARSE_KEY_IDX_SHIFT) | cfgOptRepoHost,
9140 .val = PARSE_OPTION_FLAG | (3 << PARSE_KEY_IDX_SHIFT) | cfgOptRepoHost,
[all …]
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/protocol/
H A DprotocolTest.c206 hrnCfgArgKeyRawZ(argList, cfgOptRepoHost, 4, "remote-host-new"); in testRun()
223 hrnCfgArgKeyRawZ(argList, cfgOptRepoHost, 1, "remote-host"); in testRun()
336 hrnCfgArgKeyRawZ(argList, cfgOptRepoHost, 1, "repo-host"); in testRun()
359 hrnCfgArgRawZ(argList, cfgOptRepoHost, "repo-host"); in testRun()
387 hrnCfgArgKeyRawZ(argList, cfgOptRepoHost, 1, "repo-host"); in testRun()
920 hrnCfgArgKeyRawZ(argList, cfgOptRepoHost, 1, "localhost"); in testRun()
951 hrnCfgArgKeyRawZ(argList, cfgOptRepoHost, 1, "localhost"); in testRun()
982 hrnCfgArgKeyRawZ(argList, cfgOptRepoHost, 1, "localhost"); in testRun()
986 hrnCfgArgKeyRawZ(argList, cfgOptRepoHost, 2, "localhost"); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/protocol/
H A Dhelper.c76 FUNCTION_LOG_RETURN(BOOL, !cfgOptionIdxTest(cfgOptRepoHost, repoIdx)); in repoIsLocal()
482 strZ(cfgOptionIdxStr(isRepo ? cfgOptRepoHost : cfgOptPgHost, hostIdx)))); in protocolRemoteParamSsh()
516 …strZ(cfgOptionIdxStr(protocolStorageType == protocolStorageTypeRepo ? cfgOptRepoHost : cfgOptPgHos… in protocolRemoteExec()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/command/
H A DcommandTest.c66 hrnCfgArgRawReset(argList, cfgOptRepoHost); in testRun()
H A DcheckTest.c77 hrnCfgArgKeyRawZ(argList, cfgOptRepoHost, 2, "repo.domain.com"); in testRun()
102 hrnCfgArgKeyRawZ(argList, cfgOptRepoHost, 1, "repo.domain.com"); in testRun()
H A DhelpTest.c318 hrnCfgArgRawZ(argList, cfgOptRepoHost, "backup.example.net"); in testRun()
H A DexpireTest.c459 hrnCfgArgRawZ(argList, cfgOptRepoHost, "/repo/not/local"); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/storage/
H A DremoteTest.c57 hrnCfgArgRawZ(argList, cfgOptRepoHost, "localhost"); in testRun()