|
Squid Web Cache master
|
Classes | |
| class | Build |
| state and parameters shared by several ErrorState::compile*() methods More... | |
| class | BuildErrorPrinter |
| pretty-prints error page/deny_info building error More... | |
Functions | |
| static std::ostream & | operator<< (std::ostream &os, const BuildErrorPrinter &context) |
| static const char * | IsDenyInfoUri (const int page_id) |
| static void | ImportStaticErrorText (const int page_id, const char *text, const SBuf &inputLocation) |
| add error page template to the global index | |
| static void | ValidateStaticError (const int page_id, const SBuf &inputLocation) |
| validate static error page | |
|
staticprivate |
Definition at line 1537 of file errorpage.cc.
References assert, error_text, text, ValidateStaticError(), and xstrdup.
Referenced by errorInitialize().
|
staticprivate |
Definition at line 253 of file errorpage.cc.
References SBuf::at(), ERR_MAX, error_page_count, and ErrorDynamicPages.
Referenced by ErrorState::BuildHttpReply(), and ErrorState::validate().
|
inlinestaticprivate |
Definition at line 139 of file errorpage.cc.
References ErrorPage::BuildErrorPrinter::print().
|
staticprivate |
Definition at line 1546 of file errorpage.cc.
References ErrorState::inputLocation, Http::scNone, and ErrorState::validate().
Referenced by errorInitialize(), and ImportStaticErrorText().