Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dconfig.auto.h105 #define CFGOPT_SPOOL_PATH "spool-path" macro
/dports/databases/pgbackrest/pgbackrest-release-2.35/build/lib/pgBackRestBuild/Config/
H A DData.pm75 use constant CFGOPT_SPOOL_PATH => 'spool-path'; constant
/dports/databases/pgbackrest/pgbackrest-release-2.35/doc/lib/pgBackRestDoc/Common/
H A DDocConfig.pm537 ' ' . docConfigOptionDefault(CFGOPT_SPOOL_PATH) . "\n" .
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/command/
H A DarchivePushTest.c623 strLstAddZ(argList, "--" CFGOPT_SPOOL_PATH "=/spool"); in testRun()