Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qnetworkreplywasmimpl.cpp File Reference
#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/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 215 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 343 of file qnetworkreplywasmimpl.cpp.

References QNetworkRequest::ContentLengthHeader, QNetworkRequest::ContentTypeHeader, QNetworkRequest::CookieHeader, QByteArray::data(), QByteArray::front(), headerName(), QByteArray::isEmpty(), QNetworkRequest::LastModifiedHeader, QNetworkRequest::LocationHeader, qstrnicmp(), QNetworkRequest::ServerHeader, QNetworkRequest::SetCookieHeader, QByteArray::size(), 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: