Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/common/
H A DharnessConfig.c84 if (cfgOptionTest(cfgOptBufferSize)) in hrnCfgLoad()
85 ioBufferSizeSet(cfgOptionUInt(cfgOptBufferSize)); in hrnCfgLoad()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/command/
H A DhelpTest.c315 hrnCfgArgRawZ(argList, cfgOptBufferSize, "32768"); in testRun()
384 hrnCfgArgRawZ(argList, cfgOptBufferSize, "32768"); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/config/
H A DparseTest.c159 TEST_RESULT_INT(cfgOptionInt64(cfgOptBufferSize), 65536, "buffer-size is set"); in testRun()
160 …TEST_RESULT_INT(cfgOptionSource(cfgOptBufferSize), cfgSourceConfig, "backup-standby is source conf… in testRun()
1326 TEST_RESULT_INT(cfgOptionIdxInt(cfgOptBufferSize, 0), 1048576, "buffer-size is set"); in testRun()
1327 …TEST_RESULT_INT(cfgOptionSource(cfgOptBufferSize), cfgSourceDefault, "buffer-size is source defaul… in testRun()
1328 TEST_RESULT_Z(cfgOptionName(cfgOptBufferSize), "buffer-size", "buffer-size name"); in testRun()
1477 TEST_RESULT_INT(cfgOptionInt64(cfgOptBufferSize), 65536, "buffer-size is set"); in testRun()
1478 …TEST_RESULT_INT(cfgOptionSource(cfgOptBufferSize), cfgSourceConfig, "backup-standby is source conf… in testRun()
1535 hrnCfgArgRawZ(argList, cfgOptBufferSize, "2MB"); in testRun()
1552 …TEST_RESULT_INT(cfgOptionIdxInt64(cfgOptBufferSize, 0), 2097152, "buffer-size is set to bytes from… in testRun()
1553 TEST_RESULT_STR_Z(cfgOptionDisplay(cfgOptBufferSize), "2MB", "buffer-size display is 2MB"); in testRun()
[all …]
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dload.c406 if (cfgOptionValid(cfgOptBufferSize)) in cfgLoad()
407 ioBufferSizeSet(cfgOptionUInt(cfgOptBufferSize)); in cfgLoad()
H A Dconfig.auto.h337 cfgOptBufferSize, enumerator
H A Dparse.auto.c6729 .val = PARSE_OPTION_FLAG | cfgOptBufferSize,
6733 .val = PARSE_OPTION_FLAG | PARSE_RESET_FLAG | cfgOptBufferSize,
10732 cfgOptBufferSize,
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/storage/
H A DremoteTest.c41 hrnCfgArgRawZ(argList, cfgOptBufferSize, "16384"); in testRun()
55 hrnCfgArgRawFmt(argList, cfgOptBufferSize, "%zu", ioBufferSize()); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/backup/
H A Dbackup.c1980 …cfgOptionUInt(cfgOptBufferSize), cfgOptionUInt(cfgOptCompressLevel), cfgOptionUInt(cfgOptCompressL… in cmdBackup()