Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/build/config/
H A Drender.c597 CHECK(opt->allowRangeMax != NULL); in bldCfgRenderParseAutoC()
600 const String *allowRangeMax = opt->allowRangeMax; in bldCfgRenderParseAutoC() local
605allowRangeMax = strNewFmt("%" PRId64, (int64_t)(cvtZToDouble(strZ(allowRangeMax)) * 1000)); in bldCfgRenderParseAutoC()
611 strZ(allowRangeMin), strZ(allowRangeMax)); in bldCfgRenderParseAutoC()
H A Dparse.h120 const String *const allowRangeMax; // Allow range max, if any member
H A Dparse.c326 const String *allowRangeMax; member
400 opt->allowRangeMax = strDup(allowRangeMaxVal.value); in bldCfgParseAllowRange()
935 .allowRangeMax = strDup(optRaw->allowRangeMax), in bldCfgParseOptionList()