Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/local/
H A Dlocal.c39 …server, cfgCommandJobRetry(), commandLocalHandlerList, PROTOCOL_SERVER_HANDLER_LIST_SIZE(commandLo… in cmdLocal()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dconfig.intern.h83 VariantList *cfgCommandJobRetry(void);
H A Dconfig.c84 cfgCommandJobRetry(void) in cfgCommandJobRetry() function
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/config/
H A DparseTest.c1441 …TEST_RESULT_STR_Z(jsonFromVar(varNewVarLst(cfgCommandJobRetry())), "[0,33000,33000]", "custom job … in testRun()
1546 … TEST_RESULT_STR_Z(jsonFromVar(varNewVarLst(cfgCommandJobRetry())), "[0]", "default job retry"); in testRun()
1583 …TEST_RESULT_STR_Z(jsonFromVar(varNewVarLst(cfgCommandJobRetry())), "[0,15000]", "default job retry… in testRun()
1603 TEST_RESULT_PTR(cfgCommandJobRetry(), NULL, "no job retries"); in testRun()