#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) |
Macro Definition Documentation
◆ SQUIDSTRINGPH
| #define SQUIDSTRINGPH "%.*s" |
Definition at line 22 of file SquidString.h.
◆ SQUIDSTRINGPRINT
| #define SQUIDSTRINGPRINT | ( | s | ) | (s).psize(),(s).rawBuf() |
Definition at line 23 of file SquidString.h.
Function Documentation
◆ checkNullString()
◆ operator<()
Definition at line 180 of file SquidString.h.
References String::cmp().
◆ operator<<()
|
inline |
Definition at line 174 of file SquidString.h.
References String::rawBuf(), and String::size().
◆ stringHasCntl()
| int stringHasCntl | ( | const char * | ) |
Definition at line 301 of file String.cc.
Referenced by urlCanonicalCleanWithoutRequest().
◆ stringHasWhitespace()
| int stringHasWhitespace | ( | const char * | ) |
◆ strwordtok()
| 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().
Introduction
- About Squid
- Why Squid?
- Squid Developers
- How to Donate
- How to Help Out
- Getting Squid
- Squid Source Packages
- Squid Deployment Case-Studies
- Squid Software Foundation
Documentation
- Quick Setup
- Configuration:
- FAQ and Wiki
- Guide Books:
- Non-English
- More...
Support
- Security Advisories
- Bugzilla Database
- Mailing lists
- Contacting us
- Commercial services
- Project Sponsors
- Squid-based products
