Home
last modified time | relevance | path

Searched refs:FZ_REPLY_OK (Results 1 – 25 of 42) sorted by relevance

12

/dports/ftp/filezilla/filezilla-3.55.1/src/engine/ftp/
H A Dcwd.cpp31 return FZ_REPLY_OK; in Send()
40 return FZ_REPLY_OK; in Send()
62 return FZ_REPLY_OK; in Send()
121 return FZ_REPLY_OK; in ParseResponse()
147 return FZ_REPLY_OK; in ParseResponse()
165 return FZ_REPLY_OK; in ParseResponse()
176 return FZ_REPLY_OK; in ParseResponse()
228 return FZ_REPLY_OK; in ParseResponse()
240 return FZ_REPLY_OK; in ParseResponse()
H A Dlist.cpp77 return FZ_REPLY_OK; in Send()
196 return FZ_REPLY_OK; in ParseResponse()
203 if (prevResult != FZ_REPLY_OK) { in SubcommandResult()
226 if (prevResult == FZ_REPLY_OK) { in SubcommandResult()
262 if (res != FZ_REPLY_OK) { in SubcommandResult()
270 return FZ_REPLY_OK; in SubcommandResult()
310 if (res != FZ_REPLY_OK) { in SubcommandResult()
318 return FZ_REPLY_OK; in SubcommandResult()
331 if (res != FZ_REPLY_OK) { in SubcommandResult()
339 return FZ_REPLY_OK; in SubcommandResult()
[all …]
H A Dfiletransfer.cpp102 return FZ_REPLY_OK; in Send()
191 return FZ_REPLY_OK; in TestResumeCapability()
202 return FZ_REPLY_OK; in TestResumeCapability()
244 if (res != FZ_REPLY_OK) { in ParseResponse()
286 if (res != FZ_REPLY_OK) { in ParseResponse()
293 return FZ_REPLY_OK; in ParseResponse()
305 if (prevResult == FZ_REPLY_OK) { in SubcommandResult()
354 if (res != FZ_REPLY_OK) { in SubcommandResult()
365 if (prevResult == FZ_REPLY_OK) { in SubcommandResult()
409 if (res != FZ_REPLY_OK) { in SubcommandResult()
[all …]
H A Dmkd.cpp39 return FZ_REPLY_OK; in Send()
132 int result = FZ_REPLY_OK; in ParseResponse()
147 if (segments_.empty() || result != FZ_REPLY_OK) { in ParseResponse()
169 return FZ_REPLY_OK; in ParseResponse()
H A Dchmod.cpp38 return FZ_REPLY_OK; in ParseResponse()
44 if (prevResult != FZ_REPLY_OK) { in SubcommandResult()
H A Dftpcontrolsocket.cpp259 if (res == FZ_REPLY_OK) { in ParseResponse()
260 ResetOperation(FZ_REPLY_OK); in ParseResponse()
352 nErrorCode != FZ_REPLY_OK) in ResetOperation()
458 ResetOperation((reason == TransferEndReason::successful) ? FZ_REPLY_OK : FZ_REPLY_ERROR); in TransferEnd()
620 return FZ_REPLY_OK; in GetExternalIPAddress()
633 return FZ_REPLY_OK; in GetExternalIPAddress()
660 return FZ_REPLY_OK; in GetExternalIPAddress()
672 return FZ_REPLY_OK; in GetExternalIPAddress()
H A Drmd.cpp64 return FZ_REPLY_OK; in ParseResponse()
70 if (prevResult != FZ_REPLY_OK) { in SubcommandResult()
H A Ddelete.cpp70 return deleteFailed_ ? FZ_REPLY_ERROR : FZ_REPLY_OK; in ParseResponse()
78 if (prevResult != FZ_REPLY_OK) { in SubcommandResult()
H A Drename.cpp72 return FZ_REPLY_OK; in ParseResponse()
81 if (prevResult != FZ_REPLY_OK) { in SubcommandResult()
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/sftp/
H A Dcwd.cpp29 return FZ_REPLY_OK; in Send()
38 return FZ_REPLY_OK; in Send()
60 return FZ_REPLY_OK; in Send()
102 bool const successful = controlSocket_.result_ == FZ_REPLY_OK; in ParseResponse()
114 return FZ_REPLY_OK; in ParseResponse()
134 return FZ_REPLY_OK; in ParseResponse()
155 return FZ_REPLY_OK; in ParseResponse()
H A Dmkd.cpp39 return FZ_REPLY_OK; in Send()
82 bool successful = controlSocket_.result_ == FZ_REPLY_OK; in ParseResponse()
114 return FZ_REPLY_OK; in ParseResponse()
134 return successful ? FZ_REPLY_OK : FZ_REPLY_ERROR; in ParseResponse()
H A Dlist.cpp48 return FZ_REPLY_OK; in Send()
74 if (controlSocket_.result_ != FZ_REPLY_OK) { in ParseResponse()
87 return FZ_REPLY_OK; in ParseResponse()
100 if (prevResult != FZ_REPLY_OK) { in SubcommandResult()
H A Dfiletransfer.cpp132 …if (controlSocket_.result_ == FZ_REPLY_OK && engine_.GetOptions().get_int(OPTION_PRESERVE_TIMESTAM… in ParseResponse()
150 if (controlSocket_.result_ == FZ_REPLY_OK && !controlSocket_.response_.empty()) { in ParseResponse()
171 if (res != FZ_REPLY_OK) { in ParseResponse()
182 return FZ_REPLY_OK; in ParseResponse()
194 if (prevResult == FZ_REPLY_OK) { in SubcommandResult()
241 if (res != FZ_REPLY_OK) { in SubcommandResult()
252 if (prevResult == FZ_REPLY_OK) { in SubcommandResult()
292 if (res != FZ_REPLY_OK) { in SubcommandResult()
H A Drename.cpp54 if (controlSocket_.result_ != FZ_REPLY_OK) { in ParseResponse()
68 return FZ_REPLY_OK; in ParseResponse()
73 if (prevResult != FZ_REPLY_OK) { in SubcommandResult()
H A Drmd.cpp30 if (controlSocket_.result_ != FZ_REPLY_OK) { in ParseResponse()
42 return FZ_REPLY_OK; in ParseResponse()
H A Ddelete.cpp31 if (controlSocket_.result_ != FZ_REPLY_OK) { in ParseResponse()
56 return deleteFailed_ ? FZ_REPLY_ERROR : FZ_REPLY_OK; in ParseResponse()
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/storj/
H A Ddelete.cpp25 return deleteFailed_ ? FZ_REPLY_ERROR : FZ_REPLY_OK; in Send()
45 if (controlSocket_.result_ != FZ_REPLY_OK) { in ParseResponse()
70 return deleteFailed_ ? FZ_REPLY_ERROR : FZ_REPLY_OK; in ParseResponse()
H A Dlist.cpp57 return FZ_REPLY_OK; in Send()
73 if (controlSocket_.result_ != FZ_REPLY_OK) { in ParseResponse()
85 return FZ_REPLY_OK; in ParseResponse()
H A Dmkd.cpp42 if (controlSocket_.result_ == FZ_REPLY_OK) { in ParseResponse()
55 if (controlSocket_.result_ == FZ_REPLY_OK) { in ParseResponse()
H A Drmd.cpp50 if (controlSocket_.result_ == FZ_REPLY_OK) { in ParseResponse()
57 if (controlSocket_.result_ == FZ_REPLY_OK) { in ParseResponse()
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/
H A Dlookup.cpp50 return FZ_REPLY_OK; in Send()
74 if (prevResult == FZ_REPLY_OK) { in SubcommandResult()
114 return FZ_REPLY_OK; in Send()
134 if (prevResult == FZ_REPLY_OK) { in SubcommandResult()
H A Dcontrolsocket.cpp56 return FZ_REPLY_OK; in Disconnect()
85 if (nErrorCode == FZ_REPLY_OK) { in LogTransferResultMessage()
143 if (nErrorCode == FZ_REPLY_OK || in ResetOperation()
378 return FZ_REPLY_OK; in CheckOverwriteFile()
407 return FZ_REPLY_OK; in CheckOverwriteFile()
602 if (res == FZ_REPLY_OK) { in SendNextCommand()
621 return FZ_REPLY_OK; in SendNextCommand()
968 ResetOperation(FZ_REPLY_OK); in SetFileExistsAction()
985 ResetOperation(FZ_REPLY_OK); in SetFileExistsAction()
1011 ResetOperation(FZ_REPLY_OK); in SetFileExistsAction()
[all …]
H A Dengineprivate.cpp281 if (nErrorCode != FZ_REPLY_OK) { in ResetOperation()
318 int res = FZ_REPLY_OK; in Disconnect()
369 return FZ_REPLY_OK; in List()
617 return FZ_REPLY_OK; in CheckCommandPreconditions()
629 if (res == FZ_REPLY_OK) { in OnCommandEvent()
681 res = FZ_REPLY_OK; in OnCommandEvent()
751 if (res != FZ_REPLY_OK) { in Execute()
823 return FZ_REPLY_OK; in CacheLookup()
830 return FZ_REPLY_OK; in Cancel()
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dcommandqueue.cpp179 if (commandInfo.command->GetId() == Command::list && nReplyCode != FZ_REPLY_OK) { in ProcessReply()
203 else if (commandInfo.command->GetId() == Command::connect && nReplyCode != FZ_REPLY_OK) { in ProcessReply()
215 else if (commandInfo.command->GetId() == Command::connect && nReplyCode == FZ_REPLY_OK) { in ProcessReply()
298 m_state.engine_->CacheLookup(listingNotification.GetPath(), *pListing) != FZ_REPLY_OK) in ProcessDirectoryListing()
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/http/
H A Dhttpcontrolsocket.cpp234 ResetOperation(FZ_REPLY_OK); in OnConnect()
239 ResetOperation(FZ_REPLY_OK); in OnConnect()
298 return FZ_REPLY_OK; in InternalConnect()
342 return FZ_REPLY_OK; in Disconnect()

12