Home
last modified time | relevance | path

Searched refs:replyPrivate (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
H A Dqspdyprotocolhandler.cpp701 Q_ASSERT(replyPrivate); in uploadData()
1160 Q_ASSERT(replyPrivate); in handleWINDOW_UPDATE()
1163 …if (replyPrivate->state == QHttpNetworkReplyPrivate::SPDYHalfClosed || replyPrivate->state == QHtt… in handleWINDOW_UPDATE()
1166 replyPrivate->currentlyUploadedDataInWindow = replyPrivate->windowSizeUpload - deltaWindowSize; in handleWINDOW_UPDATE()
1213 …qint32 dataLeftInWindow = replyPrivate->windowSizeDownload - replyPrivate->currentlyReceivedDataIn… in handleDataFrame()
1215 if (replyPrivate->currentlyReceivedDataInWindow > 0 in handleDataFrame()
1224 replyPrivate->windowSizeDownload *= 1.5; in handleDataFrame()
1240 replyPrivate->totalProgress += length; in handleDataFrame()
1250 replyPrivate->responseData.append(data); in handleDataFrame()
1253 if (replyPrivate->shouldEmitSignals()) { in handleDataFrame()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
H A Dqspdyprotocolhandler.cpp701 Q_ASSERT(replyPrivate); in uploadData()
1160 Q_ASSERT(replyPrivate); in handleWINDOW_UPDATE()
1163 …if (replyPrivate->state == QHttpNetworkReplyPrivate::SPDYHalfClosed || replyPrivate->state == QHtt… in handleWINDOW_UPDATE()
1166 replyPrivate->currentlyUploadedDataInWindow = replyPrivate->windowSizeUpload - deltaWindowSize; in handleWINDOW_UPDATE()
1213 …qint32 dataLeftInWindow = replyPrivate->windowSizeDownload - replyPrivate->currentlyReceivedDataIn… in handleDataFrame()
1215 if (replyPrivate->currentlyReceivedDataInWindow > 0 in handleDataFrame()
1224 replyPrivate->windowSizeDownload *= 1.5; in handleDataFrame()
1240 replyPrivate->totalProgress += length; in handleDataFrame()
1250 replyPrivate->responseData.append(data); in handleDataFrame()
1253 if (replyPrivate->shouldEmitSignals()) { in handleDataFrame()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
H A Dqspdyprotocolhandler.cpp701 Q_ASSERT(replyPrivate); in uploadData()
1160 Q_ASSERT(replyPrivate); in handleWINDOW_UPDATE()
1163 …if (replyPrivate->state == QHttpNetworkReplyPrivate::SPDYHalfClosed || replyPrivate->state == QHtt… in handleWINDOW_UPDATE()
1166 replyPrivate->currentlyUploadedDataInWindow = replyPrivate->windowSizeUpload - deltaWindowSize; in handleWINDOW_UPDATE()
1213 …qint32 dataLeftInWindow = replyPrivate->windowSizeDownload - replyPrivate->currentlyReceivedDataIn… in handleDataFrame()
1215 if (replyPrivate->currentlyReceivedDataInWindow > 0 in handleDataFrame()
1224 replyPrivate->windowSizeDownload *= 1.5; in handleDataFrame()
1240 replyPrivate->totalProgress += length; in handleDataFrame()
1250 replyPrivate->responseData.append(data); in handleDataFrame()
1253 if (replyPrivate->shouldEmitSignals()) { in handleDataFrame()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
H A Dqspdyprotocolhandler.cpp701 Q_ASSERT(replyPrivate); in uploadData()
1160 Q_ASSERT(replyPrivate); in handleWINDOW_UPDATE()
1163 …if (replyPrivate->state == QHttpNetworkReplyPrivate::SPDYHalfClosed || replyPrivate->state == QHtt… in handleWINDOW_UPDATE()
1166 replyPrivate->currentlyUploadedDataInWindow = replyPrivate->windowSizeUpload - deltaWindowSize; in handleWINDOW_UPDATE()
1213 …qint32 dataLeftInWindow = replyPrivate->windowSizeDownload - replyPrivate->currentlyReceivedDataIn… in handleDataFrame()
1215 if (replyPrivate->currentlyReceivedDataInWindow > 0 in handleDataFrame()
1224 replyPrivate->windowSizeDownload *= 1.5; in handleDataFrame()
1240 replyPrivate->totalProgress += length; in handleDataFrame()
1250 replyPrivate->responseData.append(data); in handleDataFrame()
1253 if (replyPrivate->shouldEmitSignals()) { in handleDataFrame()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
H A Dqspdyprotocolhandler.cpp701 Q_ASSERT(replyPrivate); in uploadData()
1160 Q_ASSERT(replyPrivate); in handleWINDOW_UPDATE()
1163 …if (replyPrivate->state == QHttpNetworkReplyPrivate::SPDYHalfClosed || replyPrivate->state == QHtt… in handleWINDOW_UPDATE()
1166 replyPrivate->currentlyUploadedDataInWindow = replyPrivate->windowSizeUpload - deltaWindowSize; in handleWINDOW_UPDATE()
1213 …qint32 dataLeftInWindow = replyPrivate->windowSizeDownload - replyPrivate->currentlyReceivedDataIn… in handleDataFrame()
1215 if (replyPrivate->currentlyReceivedDataInWindow > 0 in handleDataFrame()
1224 replyPrivate->windowSizeDownload *= 1.5; in handleDataFrame()
1240 replyPrivate->totalProgress += length; in handleDataFrame()
1250 replyPrivate->responseData.append(data); in handleDataFrame()
1253 if (replyPrivate->shouldEmitSignals()) { in handleDataFrame()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpprotocolhandler.cpp124 if (replyPrivate->isCompressed() && replyPrivate->autoDecompress) { in _q_receiveReply()
152replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
168 …qint64 haveRead = replyPrivate->readBodyVeryFast(m_socket, replyPrivate->userProvidedDownloadBuffe… in _q_receiveReply()
173 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
180 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
184 qint64 haveRead = replyPrivate->readBodyFast(m_socket, &replyPrivate->responseData); in _q_receiveReply()
189 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
196 qint64 haveRead = replyPrivate->readBody(m_socket, &replyPrivate->responseData); in _q_receiveReply()
202 … emit m_reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
289 replyPrivate->clear(); in sendRequest()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp196 replyPrivate->clear(); in sendRequest()
197 replyPrivate->connection = connection; in sendRequest()
200 replyPrivate->pipeliningUsed = false; in sendRequest()
420 if (replyPrivate->isGzipped() && replyPrivate->autoDecompress) { in _q_receiveReply()
448replyPrivate->downstreamLimited && !replyPrivate->responseData.isEmpty() && replyPrivate->shouldEm… in _q_receiveReply()
464 …qint64 haveRead = replyPrivate->readBodyVeryFast(socket, replyPrivate->userProvidedDownloadBuffer … in _q_receiveReply()
470 … emit reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
471 } else if (!replyPrivate->isChunked() && !replyPrivate->autoDecompress in _q_receiveReply()
475 qint64 haveRead = replyPrivate->readBodyFast(socket, &replyPrivate->responseData); in _q_receiveReply()
480 … emit reply->dataReadProgress(replyPrivate->totalProgress, replyPrivate->bodyLength); in _q_receiveReply()
[all …]

123