Home
last modified time | relevance | path

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

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/frm/
H A DfrmBackupGlobals.cpp107 if (server->GetSSLCrl() != wxEmptyString) in BEGIN_EVENT_TABLE()
108 environment.Add(wxT("PGSSLCRL=") + server->GetSSLCrl()); in BEGIN_EVENT_TABLE()
H A DfrmBackup.cpp119 if (server->GetSSLCrl() != wxEmptyString) in BEGIN_EVENT_TABLE()
120 environment.Add(wxT("PGSSLCRL=") + server->GetSSLCrl()); in BEGIN_EVENT_TABLE()
H A DfrmRestore.cpp156 if (server->GetSSLCrl() != wxEmptyString) in BEGIN_EVENT_TABLE()
157 environment.Add(wxT("PGSSLCRL=") + server->GetSSLCrl()); in BEGIN_EVENT_TABLE()
H A Dplugins.cpp293 wxSetEnv(wxT("PGSSLCRL"), obj->GetConnection()->GetSSLCrl()); in StartDialog()
H A DfrmStatus.cpp516 …tion->GetSSLCert(), connection->GetSSLKey(), connection->GetSSLRootCert(), connection->GetSSLCrl(), in OnChangeDatabase()
1058 …tion->GetSSLCert(), connection->GetSSLKey(), connection->GetSSLRootCert(), connection->GetSSLCrl(), in OnCopyQuery()
2769 connection->GetSSLCrl(), in OnCommit()
2827 connection->GetSSLCrl(), in OnRollback()
H A DfrmMain.cpp1231 settings->Write(key + wxT("SSLCrl"), server->GetSSLCrl()); in StoreServers()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/dlg/
H A DdlgServer.cpp299 newserver->SetSSLCrl(server->GetSSLCrl()); in OnOK()
477 pickerSSLCrl->SetPath(server->GetSSLCrl()); in Go()
655 || pickerSSLCrl->GetPath() != server->GetSSLCrl() in CheckChange()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/db/
H A DpgConn.h184 wxString GetSSLCrl() const in GetSSLCrl() function
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/schema/
H A DpgServer.h426 wxString GetSSLCrl() const in GetSSLCrl() function
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/schema/
H A DpgRole.cpp544 GetConnection()->GetSSLCrl(), in ReassignDropOwnedTo()
H A DpgServer.cpp1244 properties->AppendItem(_("SSL Certificate Revocation List"), GetSSLCrl()); in ShowTreeDetail()