Home
last modified time | relevance | path

Searched refs:replyCode (Results 1 – 25 of 85) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/RabbitMQ.Client/src/client/api/
H A DShutdownEventArgs.cs100 ushort replyCode, in ShutdownEventArgs() argument
103 replyCode, in ShutdownEventArgs()
111 ushort replyCode, in ShutdownEventArgs() argument
115 replyCode, in ShutdownEventArgs()
125 ushort replyCode, in ShutdownEventArgs() argument
130 replyCode, in ShutdownEventArgs()
140 ushort replyCode, in ShutdownEventArgs() argument
147 m_replyCode = replyCode; in ShutdownEventArgs()
H A DIModel.cs389 void Close(ushort replyCode, string replyText); in Close() argument
416 void Abort(ushort replyCode, string replyText); in Abort() argument
554 void _Private_ChannelClose(ushort replyCode, in _Private_ChannelClose() argument
603 void HandleBasicReturn(ushort replyCode, in HandleBasicReturn() argument
623 void HandleChannelClose(ushort replyCode, in HandleChannelClose() argument
677 void _Private_ConnectionClose(ushort replyCode, in _Private_ConnectionClose() argument
689 void HandleConnectionClose(ushort replyCode, in HandleConnectionClose() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/RabbitMQ.Client/src/client/impl/
H A DModelBase.cs380 public void HandleBasicReturn(ushort replyCode, in HandleBasicReturn() argument
388 e.ReplyCode = replyCode; in HandleBasicReturn()
432 public void HandleConnectionClose(ushort replyCode, in HandleConnectionClose() argument
438 replyCode, in HandleConnectionClose()
460 public void HandleChannelClose(ushort replyCode, in HandleChannelClose() argument
466 replyCode, in HandleChannelClose()
814 public void Close(ushort replyCode, string replyText) in Close() argument
816 Close(replyCode, replyText, false); in Close()
824 public void Abort(ushort replyCode, string replyText) in Abort() argument
826 Close(replyCode, replyText, true); in Abort()
[all …]
/dports/ftp/gnustep-ftp/FTP-0.6/
H A Dftpclient.m484 if(replyCode != 150)
486 if (replyCode >= 400)
677 if (replyCode >= 400 && replyCode <= 559)
790 if(replyCode >= 400)
868 if (replyCode == 530)
881 if (replyCode == 530)
1146 int replyCode;
1161 if (replyCode == 257)
1255 int replyCode;
1260 if (replyCode != 350)
[all …]
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/
H A Dnotificationconfirmjob.cpp54 int replyCode = 0; in finished() local
63 replyCode = rexMatch.captured(1).toInt(); in finished()
66 emit jobFinished(replyStr, replyCode); in finished()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/gui/
H A Dnotificationconfirmjob.cpp65 int replyCode = 0; in finished() local
73 replyCode = rex.cap(1).toInt(); in finished()
76 emit jobFinished(replyStr, replyCode); in finished()
/dports/net/libkgapi/libkgapi-21.12.3/src/drive/
H A Dfileabstractresumablejob.cpp321 int replyCode = reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt(); in handleReply()
325 if (replyCode != KGAPI2::OK) { in handleReply()
326 qCWarning(KGAPIDebug) << "Failed opening upload session" << replyCode; in handleReply()
342 if (d->isTotalSizeKnown() && replyCode == KGAPI2::OK) { in handleReply()
354 if (replyCode != KGAPI2::ResumeIncomplete) { in handleReply()
355 qCWarning(KGAPIDebug) << "Failed uploading chunk" << replyCode; in handleReply()
375 if (replyCode != KGAPI2::OK) { in handleReply()
376 qCWarning(KGAPIDebug) << "Failed completing upload session" << replyCode; in handleReply()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/network/
H A Dq3ftp.cpp226 signed char replyCode[3]; member in Q3FtpPI
772 replyCode[i] = line[i].digitValue(); in readyRead()
773 if ( replyCode[i]<lowerLimit[i] || replyCode[i]>upperLimit[i] ) { in readyRead()
780 endOfMultiLine[0] = '0' + replyCode[0]; in readyRead()
818 qDebug( "Q3FtpPI recv: %d %s", 100*replyCode[0]+10*replyCode[1]+replyCode[2], replyText.latin1() ); in processReply()
820 qDebug( "Q3FtpPI recv: %d (text skipped)", 100*replyCode[0]+10*replyCode[1]+replyCode[2] ); in processReply()
825 if ( 100*replyCode[0]+10*replyCode[1]+replyCode[2] == 226 ) { in processReply()
850 if ( replyCode[0] == 1 ) { in processReply()
852 } else if ( replyCode[0] == 2 ) { in processReply()
860 if ( replyCode[0]<0 || replyCode[0]>5 ) in processReply()
[all …]
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/3rdparty/qtftp/
H A Dqftp.cpp217 char replyCode[3]; member in QFtpPI
937 if (replyCode[i]<lowerLimit[i] || replyCode[i]>upperLimit[i]) { in readyRead()
982 …qDebug("QFtpPI recv: %d %s", 100*replyCode[0]+10*replyCode[1]+replyCode[2], replyText.toLatin1().c… in processReply()
984 qDebug("QFtpPI recv: %d (text skipped)", 100*replyCode[0]+10*replyCode[1]+replyCode[2]); in processReply()
987 int replyCodeInt = 100*replyCode[0] + 10*replyCode[1] + replyCode[2]; in processReply()
1018 if (replyCode[0] == 1) { in processReply()
1028 if (static_cast<signed char>(replyCode[0]) < 0 || replyCode[0] > 5) in processReply()
1275 int replyCode; member in QFtpPrivate
2152 int QFtp::replyCode() const in replyCode() function in QFtp
2154 return d->replyCode; in replyCode()
[all …]
/dports/devel/amqp-cpp/AMQP-CPP-4.1.4/src/
H A Dbasicreturnframe.h69 …BasicReturnFrame(uint16_t channel, int16_t replyCode, const std::string& replyText = "", const std…
71 _replyCode(replyCode),
146 int16_t replyCode() const in replyCode() function
/dports/net/quiterss/quiterss-0.19.4_1/3rdparty/qftp/
H A Dqftp.cpp216 char replyCode[3]; member in QFtpPI
980 if (replyCode[i] < lowerLimit[i] || replyCode[i] > upperLimit[i]) { in readyRead()
987 endOfMultiLine[0] = '0' + replyCode[0]; in readyRead()
988 endOfMultiLine[1] = '0' + replyCode[1]; in readyRead()
1030 …qDebug("QFtpPI recv: %d %s", 100 * replyCode[0] + 10 * replyCode[1] + replyCode[2], replyText.toLa… in processReply()
1033 … qDebug("QFtpPI recv: %d (text skipped)", 100 * replyCode[0] + 10 * replyCode[1] + replyCode[2]); in processReply()
1037 int replyCodeInt = 100 * replyCode[0] + 10 * replyCode[1] + replyCode[2]; in processReply()
1066 if (replyCode[0] == 1) { in processReply()
1069 else if (replyCode[0] == 2) { in processReply()
1077 if (static_cast<signed char>(replyCode[0]) < 0 || replyCode[0] > 5) { in processReply()
[all …]
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/qftp/
H A Dqftp.cpp214 char replyCode[3]; member in QFtpPI
938 if (replyCode[i]<lowerLimit[i] || replyCode[i]>upperLimit[i]) { in readyRead()
945 endOfMultiLine[0] = '0' + replyCode[0]; in readyRead()
946 endOfMultiLine[1] = '0' + replyCode[1]; in readyRead()
983 …qDebug("QFtpPI recv: %d %s", 100*replyCode[0]+10*replyCode[1]+replyCode[2], replyText.toLatin1().c… in processReply()
985 qDebug("QFtpPI recv: %d (text skipped)", 100*replyCode[0]+10*replyCode[1]+replyCode[2]); in processReply()
988 int replyCodeInt = 100*replyCode[0] + 10*replyCode[1] + replyCode[2]; in processReply()
1017 if (replyCode[0] == 1) { in processReply()
1019 } else if (replyCode[0] == 2) { in processReply()
1027 if (static_cast<signed char>(replyCode[0]) < 0 || replyCode[0] > 5) in processReply()
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/objects/qtftp/
H A Dqftp.cpp831 replyCode[i] = line[i].digitValue(); in readyRead()
832 if(replyCode[i] < lowerLimit[i] || replyCode[i] > upperLimit[i]) in readyRead()
840 endOfMultiLine[0] = '0' + replyCode[0]; in readyRead()
879 …qDebug("QFtpPI recv: %d %s", 100 * replyCode[0] + 10 * replyCode[1] + replyCode[2], replyText.toLa… in processReply()
881 qDebug("QFtpPI recv: %d (text skipped)", 100 * replyCode[0] + 10 * replyCode[1] + replyCode[2]); in processReply()
884 int replyCodeInt = 100 * replyCode[0] + 10 * replyCode[1] + replyCode[2]; in processReply()
917 if(replyCode[0] == 1) in processReply()
921 else if(replyCode[0] == 2) in processReply()
930 if(static_cast<signed char>(replyCode[0]) < 0 || replyCode[0] > 5) in processReply()
937 state = t[replyCode[0] - 1]; in processReply()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/network/access/
H A Dqftp.cpp214 char replyCode[3]; member in QFtpPI
982 if (replyCode[i]<lowerLimit[i] || replyCode[i]>upperLimit[i]) { in readyRead()
989 endOfMultiLine[0] = '0' + replyCode[0]; in readyRead()
990 endOfMultiLine[1] = '0' + replyCode[1]; in readyRead()
1027 …qDebug("QFtpPI recv: %d %s", 100*replyCode[0]+10*replyCode[1]+replyCode[2], replyText.toLatin1().c… in processReply()
1029 qDebug("QFtpPI recv: %d (text skipped)", 100*replyCode[0]+10*replyCode[1]+replyCode[2]); in processReply()
1032 int replyCodeInt = 100*replyCode[0] + 10*replyCode[1] + replyCode[2]; in processReply()
1061 if (replyCode[0] == 1) { in processReply()
1063 } else if (replyCode[0] == 2) { in processReply()
1071 if (static_cast<signed char>(replyCode[0]) < 0 || replyCode[0] > 5) in processReply()
[all …]
/dports/lang/nx/nsf2.3.0/library/xotcl/library/comm/
H A DHttpd.xotcl201 my replyCode 400
238 my replyCode 411
262 my replyCode 404
321 my replyCode 404
326 my replyCode 200 \
346 my replyCode 200
350 my replyCode 403
405 my replyCode 405
420 Status Code $replyCode: <b>$codes($replyCode)</b><br>\n\
453 my replyCode 200
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/access/
H A Dqftp.cpp209 char replyCode[3]; member in QFtpPI
951 replyCode[i] = line.at(i).digitValue(); in readyRead()
952 if (replyCode[i]<lowerLimit[i] || replyCode[i]>upperLimit[i]) { in readyRead()
958 const char count[4] = { char('0' + replyCode[0]), char('0' + replyCode[1]), in readyRead()
997 …qDebug("QFtpPI recv: %d %s", 100*replyCode[0]+10*replyCode[1]+replyCode[2], replyText.toLatin1().c… in processReply()
999 qDebug("QFtpPI recv: %d (text skipped)", 100*replyCode[0]+10*replyCode[1]+replyCode[2]); in processReply()
1002 int replyCodeInt = 100*replyCode[0] + 10*replyCode[1] + replyCode[2]; in processReply()
1031 if (replyCode[0] == 1) { in processReply()
1033 } else if (replyCode[0] == 2) { in processReply()
1041 if (static_cast<signed char>(replyCode[0]) < 0 || replyCode[0] > 5) in processReply()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/access/
H A Dqftp.cpp209 char replyCode[3]; member in QFtpPI
951 replyCode[i] = line.at(i).digitValue(); in readyRead()
952 if (replyCode[i]<lowerLimit[i] || replyCode[i]>upperLimit[i]) { in readyRead()
958 const char count[4] = { char('0' + replyCode[0]), char('0' + replyCode[1]), in readyRead()
997 …qDebug("QFtpPI recv: %d %s", 100*replyCode[0]+10*replyCode[1]+replyCode[2], replyText.toLatin1().c… in processReply()
999 qDebug("QFtpPI recv: %d (text skipped)", 100*replyCode[0]+10*replyCode[1]+replyCode[2]); in processReply()
1002 int replyCodeInt = 100*replyCode[0] + 10*replyCode[1] + replyCode[2]; in processReply()
1031 if (replyCode[0] == 1) { in processReply()
1033 } else if (replyCode[0] == 2) { in processReply()
1041 if (static_cast<signed char>(replyCode[0]) < 0 || replyCode[0] > 5) in processReply()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/access/
H A Dqftp.cpp209 char replyCode[3]; member in QFtpPI
951 replyCode[i] = line.at(i).digitValue(); in readyRead()
952 if (replyCode[i]<lowerLimit[i] || replyCode[i]>upperLimit[i]) { in readyRead()
958 const char count[4] = { char('0' + replyCode[0]), char('0' + replyCode[1]), in readyRead()
997 …qDebug("QFtpPI recv: %d %s", 100*replyCode[0]+10*replyCode[1]+replyCode[2], replyText.toLatin1().c… in processReply()
999 qDebug("QFtpPI recv: %d (text skipped)", 100*replyCode[0]+10*replyCode[1]+replyCode[2]); in processReply()
1002 int replyCodeInt = 100*replyCode[0] + 10*replyCode[1] + replyCode[2]; in processReply()
1031 if (replyCode[0] == 1) { in processReply()
1033 } else if (replyCode[0] == 2) { in processReply()
1041 if (static_cast<signed char>(replyCode[0]) < 0 || replyCode[0] > 5) in processReply()
[all …]
/dports/comms/qsstv/qsstv/utils/
H A Dqftp.cpp216 char replyCode[3]; member in QFtpPI
925 if (replyCode[i]<lowerLimit[i] || replyCode[i]>upperLimit[i]) { in readyRead()
932 endOfMultiLine[0] = '0' + replyCode[0]; in readyRead()
933 endOfMultiLine[1] = '0' + replyCode[1]; in readyRead()
970 …addToLog(QString("recv: %1 %2").arg(100*replyCode[0]+10*replyCode[1]+replyCode[2]).arg(replyText.t… in processReply()
974 …addToLog(QString("recv: %1 (text skipped)").arg(100*replyCode[0]+10*replyCode[1]+replyCode[2]),LOG… in processReply()
976 int replyCodeInt = 100*replyCode[0] + 10*replyCode[1] + replyCode[2]; in processReply()
1006 if (replyCode[0] == 1) { in processReply()
1008 } else if (replyCode[0] == 2) { in processReply()
1016 if (static_cast<signed char>(replyCode[0]) < 0 || replyCode[0] > 5) in processReply()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/access/
H A Dqftp.cpp209 char replyCode[3]; member in QFtpPI
951 replyCode[i] = line.at(i).digitValue(); in readyRead()
952 if (replyCode[i]<lowerLimit[i] || replyCode[i]>upperLimit[i]) { in readyRead()
958 const char count[4] = { char('0' + replyCode[0]), char('0' + replyCode[1]), in readyRead()
997 …qDebug("QFtpPI recv: %d %s", 100*replyCode[0]+10*replyCode[1]+replyCode[2], replyText.toLatin1().c… in processReply()
999 qDebug("QFtpPI recv: %d (text skipped)", 100*replyCode[0]+10*replyCode[1]+replyCode[2]); in processReply()
1002 int replyCodeInt = 100*replyCode[0] + 10*replyCode[1] + replyCode[2]; in processReply()
1031 if (replyCode[0] == 1) { in processReply()
1033 } else if (replyCode[0] == 2) { in processReply()
1041 if (static_cast<signed char>(replyCode[0]) < 0 || replyCode[0] > 5) in processReply()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqftp.cpp209 char replyCode[3]; member in QFtpPI
951 replyCode[i] = line.at(i).digitValue(); in readyRead()
952 if (replyCode[i]<lowerLimit[i] || replyCode[i]>upperLimit[i]) { in readyRead()
958 const char count[4] = { char('0' + replyCode[0]), char('0' + replyCode[1]), in readyRead()
997 …qDebug("QFtpPI recv: %d %s", 100*replyCode[0]+10*replyCode[1]+replyCode[2], replyText.toLatin1().c… in processReply()
999 qDebug("QFtpPI recv: %d (text skipped)", 100*replyCode[0]+10*replyCode[1]+replyCode[2]); in processReply()
1002 int replyCodeInt = 100*replyCode[0] + 10*replyCode[1] + replyCode[2]; in processReply()
1031 if (replyCode[0] == 1) { in processReply()
1033 } else if (replyCode[0] == 2) { in processReply()
1041 if (static_cast<signed char>(replyCode[0]) < 0 || replyCode[0] > 5) in processReply()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/network/access/
H A Dqftp.cpp209 char replyCode[3]; member in QFtpPI
951 replyCode[i] = line.at(i).digitValue(); in readyRead()
952 if (replyCode[i]<lowerLimit[i] || replyCode[i]>upperLimit[i]) { in readyRead()
958 const char count[4] = { char('0' + replyCode[0]), char('0' + replyCode[1]), in readyRead()
997 …qDebug("QFtpPI recv: %d %s", 100*replyCode[0]+10*replyCode[1]+replyCode[2], replyText.toLatin1().c… in processReply()
999 qDebug("QFtpPI recv: %d (text skipped)", 100*replyCode[0]+10*replyCode[1]+replyCode[2]); in processReply()
1002 int replyCodeInt = 100*replyCode[0] + 10*replyCode[1] + replyCode[2]; in processReply()
1031 if (replyCode[0] == 1) { in processReply()
1033 } else if (replyCode[0] == 2) { in processReply()
1041 if (static_cast<signed char>(replyCode[0]) < 0 || replyCode[0] > 5) in processReply()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqftp.cpp209 char replyCode[3]; member in QFtpPI
951 replyCode[i] = line.at(i).digitValue(); in readyRead()
952 if (replyCode[i]<lowerLimit[i] || replyCode[i]>upperLimit[i]) { in readyRead()
958 const char count[4] = { char('0' + replyCode[0]), char('0' + replyCode[1]), in readyRead()
997 …qDebug("QFtpPI recv: %d %s", 100*replyCode[0]+10*replyCode[1]+replyCode[2], replyText.toLatin1().c… in processReply()
999 qDebug("QFtpPI recv: %d (text skipped)", 100*replyCode[0]+10*replyCode[1]+replyCode[2]); in processReply()
1002 int replyCodeInt = 100*replyCode[0] + 10*replyCode[1] + replyCode[2]; in processReply()
1031 if (replyCode[0] == 1) { in processReply()
1033 } else if (replyCode[0] == 2) { in processReply()
1041 if (static_cast<signed char>(replyCode[0]) < 0 || replyCode[0] > 5) in processReply()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqftp.cpp209 char replyCode[3]; member in QFtpPI
951 replyCode[i] = line.at(i).digitValue(); in readyRead()
952 if (replyCode[i]<lowerLimit[i] || replyCode[i]>upperLimit[i]) { in readyRead()
958 const char count[4] = { char('0' + replyCode[0]), char('0' + replyCode[1]), in readyRead()
997 …qDebug("QFtpPI recv: %d %s", 100*replyCode[0]+10*replyCode[1]+replyCode[2], replyText.toLatin1().c… in processReply()
999 qDebug("QFtpPI recv: %d (text skipped)", 100*replyCode[0]+10*replyCode[1]+replyCode[2]); in processReply()
1002 int replyCodeInt = 100*replyCode[0] + 10*replyCode[1] + replyCode[2]; in processReply()
1031 if (replyCode[0] == 1) { in processReply()
1033 } else if (replyCode[0] == 2) { in processReply()
1041 if (static_cast<signed char>(replyCode[0]) < 0 || replyCode[0] > 5) in processReply()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/network/access/
H A Dqftp.cpp209 char replyCode[3]; member in QFtpPI
951 replyCode[i] = line.at(i).digitValue(); in readyRead()
952 if (replyCode[i]<lowerLimit[i] || replyCode[i]>upperLimit[i]) { in readyRead()
958 const char count[4] = { char('0' + replyCode[0]), char('0' + replyCode[1]), in readyRead()
997 …qDebug("QFtpPI recv: %d %s", 100*replyCode[0]+10*replyCode[1]+replyCode[2], replyText.toLatin1().c… in processReply()
999 qDebug("QFtpPI recv: %d (text skipped)", 100*replyCode[0]+10*replyCode[1]+replyCode[2]); in processReply()
1002 int replyCodeInt = 100*replyCode[0] + 10*replyCode[1] + replyCode[2]; in processReply()
1031 if (replyCode[0] == 1) { in processReply()
1033 } else if (replyCode[0] == 2) { in processReply()
1041 if (static_cast<signed char>(replyCode[0]) < 0 || replyCode[0] > 5) in processReply()
[all …]

1234