Home
last modified time | relevance | path

Searched refs:RetryConnecting (Results 1 – 2 of 2) sorted by relevance

/dports/ftp/filezilla/filezilla-3.55.1/src/include/
H A Dcommands.h118 bool RetryConnecting() const { return retry_connecting_; } in RetryConnecting() function
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/
H A Dengineprivate.cpp262 … if (m_retryCount < options_.get_int(OPTION_RECONNECTCOUNT) && connectCommand.RetryConnecting()) { in ResetOperation()