Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/mtproto/
H A Dconnection_resolving.cpp27 , _timeoutTimer([=] { handleError(kErrorCodeOther); }) { in ResolvingConnection()
116 emitError(kErrorCodeOther); in domainResolved()
157 handleError(kErrorCodeOther); in handleDisconnected()
219 InvokeQueued(this, [=] { emitError(kErrorCodeOther); }); in connectToServer()
H A Dconnection_tcp.cpp273 error(kErrorCodeOther); in socketRead()
325 error(kErrorCodeOther); in socketRead()
357 error(kErrorCodeOther); in socketRead()
595 error(kErrorCodeOther); in socketPacket()
600 error(kErrorCodeOther); in socketPacket()
645 error(kErrorCodeOther); in socketError()
H A Dconnection_http.cpp108 auto result = qint32(kErrorCodeOther); in handleError()
190 error(kErrorCodeOther); in requestFinished()
195 error(kErrorCodeOther); in requestFinished()
H A Dconnection_abstract.h126 static constexpr auto kErrorCodeOther = -499; variable