Home
last modified time | relevance | path

Searched refs:QHttpNetworkConnectionChannel (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp65 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
90 void QHttpNetworkConnectionChannel::init() in init()
163 void QHttpNetworkConnectionChannel::close() in close()
175 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
247 case QHttpNetworkConnectionChannel::WritingState: in sendRequest()
708 void QHttpNetworkConnectionChannel::allDone() in allDone()
839 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
976 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
1042 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1086 …if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionChannel::R… in _q_error()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
H A Dqhttpprotocolhandler.cpp47 QHttpProtocolHandler::QHttpProtocolHandler(QHttpNetworkConnectionChannel *channel) in QHttpProtocolHandler()
249 m_channel->state = QHttpNetworkConnectionChannel::ReadingState; in _q_readyRead()
267 case QHttpNetworkConnectionChannel::IdleState: { // write the header in sendRequest()
277 m_channel->state = QHttpNetworkConnectionChannel::IdleState; in sendRequest()
331 m_channel->state = QHttpNetworkConnectionChannel::WritingState; // start writing data in sendRequest()
334 m_channel->state = QHttpNetworkConnectionChannel::WaitingState; // now wait for response in sendRequest()
340 case QHttpNetworkConnectionChannel::WritingState: in sendRequest()
347 m_channel->state = QHttpNetworkConnectionChannel::WaitingState; // now wait for response in sendRequest()
400 m_channel->state = QHttpNetworkConnectionChannel::WaitingState; in sendRequest()
410 case QHttpNetworkConnectionChannel::WaitingState: in sendRequest()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
H A Dqhttpprotocolhandler.cpp47 QHttpProtocolHandler::QHttpProtocolHandler(QHttpNetworkConnectionChannel *channel) in QHttpProtocolHandler()
249 m_channel->state = QHttpNetworkConnectionChannel::ReadingState; in _q_readyRead()
267 case QHttpNetworkConnectionChannel::IdleState: { // write the header in sendRequest()
277 m_channel->state = QHttpNetworkConnectionChannel::IdleState; in sendRequest()
331 m_channel->state = QHttpNetworkConnectionChannel::WritingState; // start writing data in sendRequest()
334 m_channel->state = QHttpNetworkConnectionChannel::WaitingState; // now wait for response in sendRequest()
340 case QHttpNetworkConnectionChannel::WritingState: in sendRequest()
347 m_channel->state = QHttpNetworkConnectionChannel::WaitingState; // now wait for response in sendRequest()
400 m_channel->state = QHttpNetworkConnectionChannel::WaitingState; in sendRequest()
410 case QHttpNetworkConnectionChannel::WaitingState: in sendRequest()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
H A Dqhttpprotocolhandler.cpp47 QHttpProtocolHandler::QHttpProtocolHandler(QHttpNetworkConnectionChannel *channel) in QHttpProtocolHandler()
249 m_channel->state = QHttpNetworkConnectionChannel::ReadingState; in _q_readyRead()
267 case QHttpNetworkConnectionChannel::IdleState: { // write the header in sendRequest()
277 m_channel->state = QHttpNetworkConnectionChannel::IdleState; in sendRequest()
331 m_channel->state = QHttpNetworkConnectionChannel::WritingState; // start writing data in sendRequest()
334 m_channel->state = QHttpNetworkConnectionChannel::WaitingState; // now wait for response in sendRequest()
340 case QHttpNetworkConnectionChannel::WritingState: in sendRequest()
347 m_channel->state = QHttpNetworkConnectionChannel::WaitingState; // now wait for response in sendRequest()
400 m_channel->state = QHttpNetworkConnectionChannel::WaitingState; in sendRequest()
410 case QHttpNetworkConnectionChannel::WaitingState: in sendRequest()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
H A Dqhttpprotocolhandler.cpp47 QHttpProtocolHandler::QHttpProtocolHandler(QHttpNetworkConnectionChannel *channel) in QHttpProtocolHandler()
249 m_channel->state = QHttpNetworkConnectionChannel::ReadingState; in _q_readyRead()
267 case QHttpNetworkConnectionChannel::IdleState: { // write the header in sendRequest()
277 m_channel->state = QHttpNetworkConnectionChannel::IdleState; in sendRequest()
331 m_channel->state = QHttpNetworkConnectionChannel::WritingState; // start writing data in sendRequest()
334 m_channel->state = QHttpNetworkConnectionChannel::WaitingState; // now wait for response in sendRequest()
340 case QHttpNetworkConnectionChannel::WritingState: in sendRequest()
347 m_channel->state = QHttpNetworkConnectionChannel::WaitingState; // now wait for response in sendRequest()
400 m_channel->state = QHttpNetworkConnectionChannel::WaitingState; in sendRequest()
410 case QHttpNetworkConnectionChannel::WaitingState: in sendRequest()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
H A Dqhttpprotocolhandler.cpp47 QHttpProtocolHandler::QHttpProtocolHandler(QHttpNetworkConnectionChannel *channel) in QHttpProtocolHandler()
249 m_channel->state = QHttpNetworkConnectionChannel::ReadingState; in _q_readyRead()
267 case QHttpNetworkConnectionChannel::IdleState: { // write the header in sendRequest()
277 m_channel->state = QHttpNetworkConnectionChannel::IdleState; in sendRequest()
331 m_channel->state = QHttpNetworkConnectionChannel::WritingState; // start writing data in sendRequest()
334 m_channel->state = QHttpNetworkConnectionChannel::WaitingState; // now wait for response in sendRequest()
340 case QHttpNetworkConnectionChannel::WritingState: in sendRequest()
347 m_channel->state = QHttpNetworkConnectionChannel::WaitingState; // now wait for response in sendRequest()
400 m_channel->state = QHttpNetworkConnectionChannel::WaitingState; in sendRequest()
410 case QHttpNetworkConnectionChannel::WaitingState: in sendRequest()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpnetworkconnectionchannel.cpp89 QHttpNetworkConnectionChannel::QHttpNetworkConnectionChannel() in QHttpNetworkConnectionChannel() function in QHttpNetworkConnectionChannel
117 void QHttpNetworkConnectionChannel::init() in init()
212 void QHttpNetworkConnectionChannel::close() in close()
235 void QHttpNetworkConnectionChannel::abort() in abort()
255 bool QHttpNetworkConnectionChannel::sendRequest() in sendRequest()
282 void QHttpNetworkConnectionChannel::_q_readyRead() in _q_readyRead()
461 void QHttpNetworkConnectionChannel::allDone() in allDone()
626 void QHttpNetworkConnectionChannel::handleStatus() in handleStatus()
879 void QHttpNetworkConnectionChannel::_q_connected() in _q_connected()
1011 …} else if (state != QHttpNetworkConnectionChannel::IdleState && state != QHttpNetworkConnectionCha… in _q_error()
[all …]

12345678910>>...12