Home
last modified time | relevance | path

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

/dports/ftp/filezilla/filezilla-3.55.1/src/interface/settings/
H A Doptionspage_proxy.cpp88 impl_->host_->ChangeValue(m_pOptions->get_string(OPTION_PROXY_HOST)); in LoadPage()
117 m_pOptions->set(OPTION_PROXY_HOST, impl_->host_->GetValue().ToStdWstring()); in SavePage()
/dports/ftp/filezilla/filezilla-3.55.1/src/include/
H A Dengine_options.h65 OPTION_PROXY_HOST, enumerator
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/sftp/
H A Dconnect.cpp128 engine_.GetOptions().get_string(OPTION_PROXY_HOST),
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/
H A Dcontrolsocket.cpp881 fz::native_string proxy_host = fz::to_native(engine_.GetOptions().get_string(OPTION_PROXY_HOST)); in DoConnect()