Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qnetworkreplywasmimpl.cpp File Reference

(9907ef0d64f743fbf269967a65005d490ba0a432)

#include "qnetworkreplywasmimpl_p.h"
#include "qnetworkrequest.h"
#include <QtCore/qtimer.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/qthread.h>
#include <QtCore/private/qeventdispatcher_wasm_p.h>
#include <QtCore/private/qoffsetstringarray_p.h>
#include <QtCore/private/qtools_p.h>
#include <private/qnetworkaccessmanager_p.h>
#include <private/qnetworkfile_p.h>
#include <emscripten.h>
#include <emscripten/fetch.h>
#include "moc_qnetworkreplywasmimpl_p.cpp"
+ Include dependency graph for qnetworkreplywasmimpl.cpp:

Go to the source code of this file.

Functions

constexpr int getArraySize (int factor)
 
static int parseHeaderName (const QByteArray &headerName)
 

Function Documentation

◆ getArraySize()

constexpr int getArraySize ( int factor)
constexpr

Definition at line 242 of file qnetworkreplywasmimpl.cpp.

Referenced by QNetworkReplyWasmImplPrivate::doSendRequest().

+ Here is the caller graph for this function:

◆ parseHeaderName()

static int parseHeaderName ( const QByteArray & headerName)
static

Definition at line 384 of file qnetworkreplywasmimpl.cpp.

References QNetworkRequest::ContentLengthHeader, QNetworkRequest::ContentTypeHeader, QNetworkRequest::CookieHeader, QNetworkRequest::LastModifiedHeader, QNetworkRequest::LocationHeader, qstrnicmp(), QNetworkRequest::ServerHeader, QNetworkRequest::SetCookieHeader, QtMiscUtils::toAsciiLower(), and QNetworkRequest::UserAgentHeader.

Referenced by QNetworkReplyWasmImplPrivate::headersReceived().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: