#include "squid.h"#include "acl/FilledChecklist.h"#include "acl/HttpStatus.h"#include "debug/Stream.h"#include "HttpReply.h"#include <climits>
Go to the source code of this file.
Classes | |
| struct | HttpStatusAclDumpVisitor |
Functions | |
| static void | aclParseHTTPStatusList (Splay< acl_httpstatus_data * > **curlist) |
| static int | aclHTTPStatusCompare (acl_httpstatus_data *const &a, acl_httpstatus_data *const &b) |
| static int | aclMatchHTTPStatus (Splay< acl_httpstatus_data * > **dataptr, Http::StatusCode status) |
| static acl_httpstatus_data * | aclParseHTTPStatusData (const char *t) |
Function Documentation
◆ aclHTTPStatusCompare()
|
static |
Definition at line 133 of file HttpStatus.cc.
References acl_httpstatus_data::status1, and acl_httpstatus_data::status2.
Referenced by aclMatchHTTPStatus(), and acl_httpstatus_data::compare().
◆ aclMatchHTTPStatus()
|
static |
Definition at line 123 of file HttpStatus.cc.
References aclHTTPStatusCompare(), and debugs.
Referenced by ACLHTTPStatus::match().
◆ aclParseHTTPStatusData()
|
static |
Definition at line 83 of file HttpStatus.cc.
References INT_MAX.
Referenced by aclParseHTTPStatusList().
◆ aclParseHTTPStatusList()
|
static |
Definition at line 108 of file HttpStatus.cc.
References aclParseHTTPStatusData(), acl_httpstatus_data::compare(), and ConfigParser::strtokFile().
Referenced by ACLHTTPStatus::parse().
