Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qnetworkcookie_p.h File Reference
#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 (const QByteArray &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 ( const QByteArray 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: