Home
last modified time | relevance | path

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

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/db/
H A DpgConn.h142 return save_service; in GetService()
304 …wxString save_server, save_service, save_hostaddr, save_database, save_username, save_password, sa… variable
/dports/sysutils/webmin/webmin-1.981/status/
H A Dsave_mon.cgi109 &save_service($serv);
H A Dstatus-lib.pl95 sub save_service subroutine
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/db/
H A DpgConn.cpp61 save_service = service; in pgConn()
362 pgConn *res = new pgConn(wxString(save_server), wxString(save_service), in Duplicate()
654 if (save_service.IsEmpty()) in GetName()
662 str.Printf(_("service %s"), save_service.c_str()); in GetName()