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
qhsts.cpp File Reference

(94df2e81324b4a1e8703fa5011b299a0635450b2)

#include "qhsts_p.h"
#include "qhttpheaders.h"
#include "QtCore/private/qipaddress_p.h"
#include "QtCore/qlist.h"
Include dependency graph for qhsts.cpp:

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 QByteArrayView unescapeMaxAge (QByteArrayView value)
static bool isTOKEN (char c)

Function Documentation

◆ is_valid_domain_name()

QT_BEGIN_NAMESPACE bool is_valid_domain_name ( const QString & host)
static

Definition at line 18 of file qhsts.cpp.

◆ isCHAR()

bool isCHAR ( int c)
static

Definition at line 245 of file qhsts.cpp.

Referenced by isTOKEN().

Here is the caller graph for this function:

◆ isCTL()

bool isCTL ( int c)
static

Definition at line 251 of file qhsts.cpp.

Referenced by isTEXT(), and isTOKEN().

Here is the caller graph for this function:

◆ isLWS()

bool isLWS ( int c)
static

Definition at line 259 of file qhsts.cpp.

Referenced by isTEXT().

Here is the caller graph for this function:

◆ isSeparator()

bool isSeparator ( char c)
static

Definition at line 281 of file qhsts.cpp.

Referenced by isTOKEN().

Here is the caller graph for this function:

◆ isTEXT()

bool isTEXT ( char c)
static

Definition at line 274 of file qhsts.cpp.

References isCTL(), and isLWS().

Here is the call graph for this function:

◆ isTOKEN()

bool isTOKEN ( char c)
static

Definition at line 301 of file qhsts.cpp.

References isCHAR(), isCTL(), and isSeparator().

Here is the call graph for this function:

◆ unescapeMaxAge()

QByteArrayView unescapeMaxAge ( QByteArrayView value)
static

Definition at line 292 of file qhsts.cpp.