Home
last modified time | relevance | path

Searched refs:GetSSLKey (Results 1 – 11 of 11) sorted by relevance

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/frm/
H A DfrmBackupGlobals.cpp104 if (server->GetSSLKey() != wxEmptyString) in BEGIN_EVENT_TABLE()
105 environment.Add(wxT("PGSSLKEY=") + server->GetSSLKey()); in BEGIN_EVENT_TABLE()
H A DfrmBackup.cpp116 if (server->GetSSLKey() != wxEmptyString) in BEGIN_EVENT_TABLE()
117 environment.Add(wxT("PGSSLKEY=") + server->GetSSLKey()); in BEGIN_EVENT_TABLE()
H A DfrmRestore.cpp153 if (server->GetSSLKey() != wxEmptyString) in BEGIN_EVENT_TABLE()
154 environment.Add(wxT("PGSSLKEY=") + server->GetSSLKey()); in BEGIN_EVENT_TABLE()
H A Dplugins.cpp291 wxSetEnv(wxT("PGSSLKEY"), obj->GetConnection()->GetSSLKey()); in StartDialog()
H A DfrmStatus.cpp516 …connection->GetApplicationName(), connection->GetSSLCert(), connection->GetSSLKey(), connection->G… in OnChangeDatabase()
1058 …connection->GetSSLCert(), connection->GetSSLKey(), connection->GetSSLRootCert(), connection->GetSS… in OnCopyQuery()
2767 connection->GetSSLKey(), in OnCommit()
2825 connection->GetSSLKey(), in OnRollback()
H A DfrmMain.cpp1229 settings->Write(key + wxT("SSLKey"), server->GetSSLKey()); in StoreServers()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/dlg/
H A DdlgServer.cpp297 newserver->SetSSLKey(server->GetSSLKey()); in OnOK()
475 pickerSSLKey->SetPath(server->GetSSLKey()); in Go()
653 || pickerSSLKey->GetPath() != server->GetSSLKey() in CheckChange()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/db/
H A DpgConn.h176 wxString GetSSLKey() const in GetSSLKey() function
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/schema/
H A DpgServer.h410 wxString GetSSLKey() const in GetSSLKey() function
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/schema/
H A DpgRole.cpp542 GetConnection()->GetSSLKey(), in ReassignDropOwnedTo()
H A DpgServer.cpp1242 properties->AppendItem(_("SSL Key File"), GetSSLKey()); in ShowTreeDetail()