Searched refs:GetPassword (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Duri.h80 wxString GetPassword() const;
H A Ddb.h342 const wxChar *GetPassword() { return AuthStr; } function in class:wxDbConnectInf
687 const wxString &GetPassword(void) {return authStr;} function in class:wxDb
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOtherFunctions.h387 wxString GetPassword();
H A DOtherFunctions.cpp1203 wxString GetPassword() { function
1222 return GetPassword();
H A Damule.cpp436 thePrefs::SetECPass(GetPassword());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatabase.tex158 \membersection{wxDatabase::GetPassword}
160 \func{wxString}{GetPassword}{\void}
H A Duri.tex169 \membersection{wxURI::GetPassword}\label{wxurigetpassword}
171 \constfunc{const wxString&}{GetPassword}{\void}
H A Ddb.tex415 ConnectInf.GetPassword()))
1032 \membersection{wxDb::GetPassword}\label{wxdbgetpassword}
1034 \func{const wxString \&}{GetPassword}{\void}
1874 Synonymous with \helpref{wxDbConnectInf::GetPassword}{wxdbconnectinfgetpassword}
1917 \membersection{wxDbConnectInf::GetPassword}\label{wxdbconnectinfgetpassword}
1919 \func{const wxChar *}{GetPassword}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Duri.cpp156 // GetPassword
167 wxString wxURI::GetPassword() const function in class:wxURI
H A Ddb.cpp931 dbConnectInf->GetPassword(), failOnDataTypeUnsupported);
939 authStr = copyDb->GetPassword();
4176 !wxStrcmp(pDbConfig->GetPassword(), pList->AuthStr))
4204 pList->AuthStr = pDbConfig->GetPassword();
4219 opened = pList->PtrDb->Open(pDbConfig->GetDsn(), pDbConfig->GetUserID(), pDbConfig->GetPassword());

Completed in 224 milliseconds