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
qnetworkcookie_p.h File Reference

(5d534d89131a881b5f4b60e281cb7262b54fb9c8)

#include <QtNetwork/private/qtnetworkglobal_p.h>
#include "QtCore/qdatetime.h"
#include "QtNetwork/qnetworkcookie.h"
+ Include dependency graph for qnetworkcookie_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QNetworkCookiePrivate
 

Functions

static bool isLWS (char c)
 
static int nextNonWhitespace (QByteArrayView text, int from)
 

Function Documentation

◆ isLWS()

static bool isLWS ( char c)
inlinestatic

Definition at line 41 of file qnetworkcookie_p.h.

Referenced by nextNonWhitespace().

+ Here is the caller graph for this function:

◆ nextNonWhitespace()

static int nextNonWhitespace ( QByteArrayView text,
int from )
static

Definition at line 46 of file qnetworkcookie_p.h.

References QString::at(), isLWS(), QString::size(), and text.

Referenced by nextField(), parseHttpOptionHeader(), and QNetworkCookiePrivate::parseSetCookieHeaderLine().

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