|
Squid Web Cache v8/master
|
#include "squid.h"#include "acl/Checklist.h"#include "acl/Options.h"#include "acl/UserData.h"#include "ConfigParser.h"#include "debug/Stream.h"#include "globals.h"#include "sbuf/Algorithms.h"#include "util.h"Go to the source code of this file.
Functions | |
| static bool | CaseSensitiveSBufCompare (const SBuf &lhs, const SBuf &rhs) |
| static bool | CaseInsensitveSBufCompare (const SBuf &lhs, const SBuf &rhs) |
Definition at line 69 of file UserData.cc.
References SBuf::caseCmp().
Referenced by ACLUserData::parse().
Definition at line 63 of file UserData.cc.
References SBuf::cmp().