Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qnetworkcookiejar.cpp File Reference

(f0fcd396c57107a8fb4bca12a014107b6b09f5d0)

#include "qnetworkcookiejar.h"
#include "qnetworkcookiejar_p.h"
#include "QtNetwork/qnetworkcookie.h"
#include "QtCore/qurl.h"
#include "QtCore/qdatetime.h"
#include "moc_qnetworkcookiejar.cpp"
Include dependency graph for qnetworkcookiejar.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE bool qIsEffectiveTLD (QStringView domain)
static bool isParentPath (QStringView path, QStringView reference)
static bool isParentDomain (QStringView domain, QStringView reference)

Function Documentation

◆ isParentDomain()

bool isParentDomain ( QStringView domain,
QStringView reference )
inlinestatic

Definition at line 135 of file qnetworkcookiejar.cpp.

◆ isParentPath()

bool isParentPath ( QStringView path,
QStringView reference )
inlinestatic

Definition at line 116 of file qnetworkcookiejar.cpp.

◆ qIsEffectiveTLD()

QT_BEGIN_NAMESPACE bool qIsEffectiveTLD ( QStringView domain)
static

Definition at line 15 of file qnetworkcookiejar.cpp.