Go to the source code of this file.
Classes | |
class | String |
Macros | |
#define | SQUIDSTRINGPH "%.*s" |
#define | SQUIDSTRINGPRINT(s) (s).psize(),(s).rawBuf() |
Functions | |
std::ostream & | operator<< (std::ostream &os, String const &aString) |
bool | operator< (const String &a, const String &b) |
const char * | checkNullString (const char *p) |
int | stringHasWhitespace (const char *) |
int | stringHasCntl (const char *) |
char * | strwordtok (char *buf, char **t) |
Macro Definition Documentation
◆ SQUIDSTRINGPH
#define SQUIDSTRINGPH "%.*s" |
Definition at line 21 of file SquidString.h.
◆ SQUIDSTRINGPRINT
#define SQUIDSTRINGPRINT | ( | s | ) | (s).psize(),(s).rawBuf() |
Definition at line 22 of file SquidString.h.
Function Documentation
◆ checkNullString()
◆ operator<()
Definition at line 169 of file SquidString.h.
References String::cmp().
◆ operator<<()
|
inline |
Definition at line 163 of file SquidString.h.
References String::rawBuf(), and String::size().
◆ stringHasCntl()
int stringHasCntl | ( | const char * | s | ) |
Definition at line 294 of file String.cc.
Referenced by urlCanonicalCleanWithoutRequest().
◆ stringHasWhitespace()
int stringHasWhitespace | ( | const char * | s | ) |
◆ strwordtok()
char * strwordtok | ( | char * | buf, |
char ** | t | ||
) |
Definition at line 314 of file String.cc.
References error(), and xisspace.
Referenced by Helper::Reply::finalize(), Ssl::Helper::Init(), Ssl::CertValidationHelper::Init(), parseManyConfigFiles(), and Helper::Reply::parseResponseKeys().