![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
static QT_BEGIN_NAMESPACE bool | is_valid_domain_name (const QString &host) |
static bool | isCHAR (int c) |
static bool | isCTL (int c) |
static bool | isLWS (int c) |
static bool | isTEXT (char c) |
static bool | isSeparator (char c) |
static QByteArray | unescapeMaxAge (const QByteArray &value) |
static bool | isTOKEN (char c) |
|
static |
Definition at line 15 of file qhsts.cpp.
References QString::constBegin(), QString::constEnd(), parseIp6(), and QString::size().
Referenced by QHstsCache::isKnownHost().
|
static |
|
static |
|
static |
Definition at line 256 of file qhsts.cpp.
Referenced by isSeparator(), isTEXT(), and parseHttpOptionHeader().
|
static |
Definition at line 278 of file qhsts.cpp.
References isLWS().
Referenced by isTOKEN(), QComboBoxDelegate::paint(), parseHttpOptionHeader(), QWindowsMenuItem::setIsSeparator(), QIOSMenuItem::setIsSeparator(), and QComboBoxDelegate::sizeHint().
|
static |
|
static |
Definition at line 298 of file qhsts.cpp.
References isCHAR(), isCTL(), and isSeparator().
|
static |