|
Squid Web Cache master
|
state and parameters shared by several ErrorState::compile*() methods More...
Public Attributes | |
| SBuf | output |
| compilation result | |
| const char * | input = nullptr |
| template bytes that need to be compiled | |
| bool | building_deny_info_url = false |
| whether we compile deny_info URI | |
| bool | allowRecursion = false |
| whether top-level compile() calls are OK | |
Definition at line 106 of file errorpage.cc.
| bool ErrorPage::Build::allowRecursion = false |
Definition at line 112 of file errorpage.cc.
Referenced by ErrorState::compile(), and ErrorState::compileLegacyCode().
| bool ErrorPage::Build::building_deny_info_url = false |
Definition at line 111 of file errorpage.cc.
Referenced by ErrorState::compile(), and ErrorState::compileLegacyCode().
| const char* ErrorPage::Build::input = nullptr |
Definition at line 110 of file errorpage.cc.
Referenced by ErrorState::compile(), ErrorState::compileLegacyCode(), and ErrorState::compileLogformatCode().
| SBuf ErrorPage::Build::output |
Definition at line 109 of file errorpage.cc.
Referenced by ErrorState::compile(), ErrorState::compileLegacyCode(), and ErrorState::compileLogformatCode().