Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dload.c401 … cfgOptionTest(cfgOptTcpKeepAliveIdle) ? cfgOptionInt(cfgOptTcpKeepAliveIdle) : 0, in cfgLoad()
H A Dconfig.auto.h455 cfgOptTcpKeepAliveIdle, enumerator
H A Dparse.auto.c10687 .val = PARSE_OPTION_FLAG | cfgOptTcpKeepAliveIdle,
10691 .val = PARSE_OPTION_FLAG | PARSE_RESET_FLAG | cfgOptTcpKeepAliveIdle,
10804 cfgOptTcpKeepAliveIdle,
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/config/
H A DloadTest.c651 hrnCfgArgRawZ(argList, cfgOptTcpKeepAliveIdle, "2222"); in testRun()