Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/doc/lib/pgBackRestDoc/Common/
H A DDocConfig.pm534 ' ' . docConfigOptionDefault(CFGOPT_CONFIG) . "\n" .
546 …' The `main` cluster should be configured in `' . docConfigOptionDefault(CFGOPT_CONFIG) . "`\n"…
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dconfig.auto.h61 #define CFGOPT_CONFIG "config" macro
/dports/databases/pgbackrest/pgbackrest-release-2.35/build/lib/pgBackRestBuild/Config/
H A DData.pm63 use constant CFGOPT_CONFIG => 'config'; constant
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/protocol/
H A Dhelper.c330 optionReplace, VARSTRDEF(CFGOPT_CONFIG), in protocolRemoteParam()