#include "squid.h"#include "mem/forward.h"#include "sbuf/SBuf.h"#include "SquidString.h"#include <climits>
Go to the source code of this file.
| Functions | |
| static bool | nilCmp (const bool thisIsNilOrEmpty, const bool otherIsNilOrEmpty, int &result) | 
| int | stringHasWhitespace (const char *s) | 
| int | stringHasCntl (const char *s) | 
| char * | strwordtok (char *buf, char **t) | 
| const char * | checkNullString (const char *p) | 
Function Documentation
◆ checkNullString()
◆ nilCmp()
| 
 | static | 
compare NULL and empty strings because str*cmp() may fail on NULL strings and because we need to return consistent results for strncmp(count == 0).
Definition at line 227 of file String.cc.
Referenced by String::caseCmp(), and String::cmp().
◆ stringHasCntl()
| int stringHasCntl | ( | const char * | s | ) | 
Definition at line 301 of file String.cc.
Referenced by urlCanonicalCleanWithoutRequest().
◆ stringHasWhitespace()
| int stringHasWhitespace | ( | const char * | s | ) | 
◆ 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
