|
Squid Web Cache master
|
Go to the source code of this file.
Functions | |
| size_t | headersEnd (const char *, size_t, bool &containsObsFold) |
| size_t | headersEnd (const SBuf &buf, bool &containsObsFold) |
| size_t | headersEnd (const char *buf, size_t sz) |
Scan for the end of mime header block.
Which is one of the following octet patterns:
Also detects whether a obf-fold pattern exists within the mime block
| containsObsFold | will be set to true if obs-fold pattern is found. |
Definition at line 17 of file mime_header.cc.
Referenced by detailEntryEnd(), Http::One::Parser::grabMimeBlock(), headersEnd(), headersEnd(), HttpHeader::Isolate(), Http::Message::parse(), Rock::HeaderUpdater::parseReadBytes(), TestHttpReply::testSanityCheckFirstLine(), and TestHttpRequest::testSanityCheckStartLine().
Definition at line 41 of file mime_header.h.
References headersEnd().
Definition at line 68 of file mime_header.cc.
References headersEnd(), SBuf::length(), and SBuf::rawContent().