Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dconfig.c743 cfgOptionIdxInternal(ConfigOption optionId, unsigned int optionIdx, VariantType typeRequested, bool… in cfgOptionIdxInternal() function
827 … FUNCTION_LOG_RETURN(BOOL, varBool(cfgOptionIdxInternal(optionId, optionIdx, varTypeBool, false))); in cfgOptionIdxBool()
848 …FUNCTION_LOG_RETURN(INT, varIntForce(cfgOptionIdxInternal(optionId, optionIdx, varTypeInt64, false… in cfgOptionIdxInt()
869 …FUNCTION_LOG_RETURN(INT64, varInt64(cfgOptionIdxInternal(optionId, optionIdx, varTypeInt64, false)… in cfgOptionIdxInt64()
890 …FUNCTION_LOG_RETURN(UINT, varUIntForce(cfgOptionIdxInternal(optionId, optionIdx, varTypeInt64, fal… in cfgOptionIdxUInt()
911 …FUNCTION_LOG_RETURN(UINT64, varUInt64Force(cfgOptionIdxInternal(optionId, optionIdx, varTypeInt64,… in cfgOptionIdxUInt64()
932 …FUNCTION_LOG_RETURN(KEY_VALUE, varKv(cfgOptionIdxInternal(optionId, optionIdx, varTypeKeyValue, fa… in cfgOptionIdxKv()
955 … const Variant *optionValue = cfgOptionIdxInternal(optionId, optionIdx, varTypeVariantList, true); in cfgOptionIdxLst()
988 …FUNCTION_LOG_RETURN_CONST(STRING, varStr(cfgOptionIdxInternal(optionId, optionIdx, varTypeString, … in cfgOptionIdxStr()
1009 …FUNCTION_LOG_RETURN_CONST(STRING, varStr(cfgOptionIdxInternal(optionId, optionIdx, varTypeString, … in cfgOptionIdxStrNull()
[all …]