|
Squid Web Cache master
|
#include "base/TextException.h"#include "debug/Stream.h"#include "sbuf/forward.h"#include <ostream>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) |
| #define SQUIDSTRINGPH "%.*s" |
Definition at line 22 of file SquidString.h.
| #define SQUIDSTRINGPRINT | ( | s | ) | (s).psize(),(s).rawBuf() |
Definition at line 23 of file SquidString.h.
Definition at line 180 of file SquidString.h.
References String::cmp().
|
inline |
Definition at line 174 of file SquidString.h.
References String::rawBuf(), and String::size().
| int stringHasCntl | ( | const char * | s | ) |
Definition at line 301 of file String.cc.
Referenced by urlCanonicalCleanWithoutRequest().
| int stringHasWhitespace | ( | const char * | s | ) |
| char * strwordtok | ( | char * | buf, |
| char ** | t | ||
| ) |
Definition at line 321 of file String.cc.
References error(), and xisspace.
Referenced by Helper::Reply::finalize(), Ssl::Helper::Init(), Ssl::CertValidationHelper::Init(), parseManyConfigFiles(), and Helper::Reply::parseResponseKeys().