Searched defs:applyRawHeaders (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkReply.cpp68 int applyRawHeaders();
81 static int applyRawHeaders(RTHTTP pHttp, const QList<QByteArray> &headers, const QNetworkRequest &request);
156 int UINetworkReplyPrivateThread::applyRawHeaders() function in class:UINetworkReplyPrivateThread
164 return applyRawHeaders(m_pHttp, headers, m_request);
192 m_iError = applyRawHeaders();
250 int UINetworkReplyPrivateThread::applyRawHeaders(RTHTTP pHttp, const QList<QByteArray> &headers, const QNetworkRequest &request) function in class:UINetworkReplyPrivateThread

Completed in 46 milliseconds