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 220 of file String.cc.
Referenced by String::caseCmp(), and String::cmp().
◆ 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().