Home
last modified time | relevance | path

Searched refs:repmgr_ca_dir (Results 1 – 3 of 3) sorted by relevance

/dports/databases/db18/db-18.1.40/src/repmgr/
H A Drepmgr_net.c2467 rmgr_ssl_conf->repmgr_ca_dir));
2514 && (rmgr_ssl_conf->repmgr_ca_dir == NULL ||
2515 !strlen(rmgr_ssl_conf->repmgr_ca_dir))) {
2610 rmgr_ssl_conf->repmgr_ca_dir) != 1) {
H A Drepmgr_method.c1059 if (db_rep->repmgr_ssl_conf.repmgr_ca_dir != NULL)
1060 __os_free(env, db_rep->repmgr_ssl_conf.repmgr_ca_dir);
1063 &db_rep->repmgr_ssl_conf.repmgr_ca_dir));
/dports/databases/db18/db-18.1.40/src/dbinc/
H A Drep.h782 char *repmgr_ca_dir; member