Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dconfig.h182 String *cfgOptionIdxHostPort(ConfigOption optionId, unsigned int optionIdx, unsigned int *port);
H A Dconfig.c555 FUNCTION_TEST_RETURN(cfgOptionIdxHostPort(optionId, cfgOptionIdxDefault(optionId), port)); in cfgOptionHostPort()
559 cfgOptionIdxHostPort(ConfigOption optionId, unsigned int optionIdx, unsigned int *port) in cfgOptionIdxHostPort() function
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/storage/
H A Dhelper.c399 … const String *const endPoint = cfgOptionIdxHostPort(cfgOptRepoS3Endpoint, repoIdx, &port); in storageRepoGet()
400 … const String *const host = cfgOptionIdxHostPort(cfgOptRepoStorageHost, repoIdx, &port); in storageRepoGet()