Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/build/config/
H A Dparse.c639 BldCfgOptionCommandRaw optCmdRaw = {.name = optCmd.value}; in bldCfgParseOptionCommandList() local
652 optCmdRaw.allowList = bldCfgParseAllowList(yaml, NULL); in bldCfgParseOptionCommandList()
656 optCmdRaw.roleList = bldCfgParseCommandRole(yaml); in bldCfgParseOptionCommandList()
675 optCmdRaw.defaultValue = NULL; in bldCfgParseOptionCommandList()
679 optCmdRaw.defaultValue = optCmdDefVal.value; in bldCfgParseOptionCommandList()
705 .name = strDup(optCmdRaw.name), in bldCfgParseOptionCommandList()
706 .required = varDup(optCmdRaw.required), in bldCfgParseOptionCommandList()
707 .defaultValue = strDup(optCmdRaw.defaultValue), in bldCfgParseOptionCommandList()
708 .depend = optCmdRaw.depend, in bldCfgParseOptionCommandList()
709 .allowList = strLstDup(optCmdRaw.allowList), in bldCfgParseOptionCommandList()
[all …]