|
Squid Web Cache v8/master
|
#include "squid.h"#include "debug/Stream.h"#include "http/one/Parser.h"#include "http/one/Tokenizer.h"#include "parser/Tokenizer.h"#include "sbuf/Stream.h"Go to the source code of this file.
Functions | |
| static SBuf | parseQuotedStringSuffix (Parser::Tokenizer &tok, const bool http1p0) |
|
static |
Extracts quoted-string after the caller removes the initial '"'.
| http1p0 | whether to prohibit -escaped characters in quoted strings |
| InsufficientInput | when input can be a token prefix |
Definition at line 21 of file Tokenizer.cc.
References SBuf::append(), CharacterSet::CR, CharacterSet::HTAB, CharacterSet::LF, CharacterSet::name, CharacterSet::OBSTEXT, CharacterSet::SP, TexcHere, ToSBuf(), and CharacterSet::VCHAR.
Referenced by Http::One::tokenOrQuotedString().