Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dconfig.intern.h92 unsigned int cfgOptionGroupId(ConfigOption optionId);
H A Dexec.c45 … optionIdxTotal = cfgOptionGroup(optionId) ? cfgOptionGroupIdxTotal(cfgOptionGroupId(optionId)) : … in cfgExecParam()
H A Dconfig.c241 cfgOptionGroupId(ConfigOption optionId) in cfgOptionGroupId() function
302 unsigned int groupId = cfgOptionGroupId(optionId); in cfgOptionKeyToIdx()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/
H A Dcommand.c83 … optionIdxTotal = cfgOptionGroup(optionId) ? cfgOptionGroupIdxTotal(cfgOptionGroupId(optionId)) : … in cmdOption()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/protocol/
H A Dhelper.c357 if (cfgOptionGroupId(optionId) == cfgOptGrpRepo) in protocolRemoteParam()
378 ASSERT(cfgOptionGroupId(optionId) == cfgOptGrpPg); in protocolRemoteParam()