Home
last modified time | relevance | path

Searched refs:ActionPasswordList (Results 1 – 9 of 9) sorted by relevance

/dports/www/squid/squid-4.15/src/mgr/
H A DActionPasswordList.h18 class ActionPasswordList
21 ~ActionPasswordList();
25 ActionPasswordList *next = nullptr;
H A DActionPasswordList.cc13 Mgr::ActionPasswordList::~ActionPasswordList() in ~ActionPasswordList()
H A DMakefile.am19 ActionPasswordList.h \
20 ActionPasswordList.cc \
H A Dforward.h22 class ActionPasswordList; variable
H A DMakefile.in166 am_libmgr_la_OBJECTS = Action.lo ActionParams.lo ActionPasswordList.lo \
194 ./$(DEPDIR)/ActionPasswordList.Plo \
1215 -rm -f ./$(DEPDIR)/ActionPasswordList.Plo
1283 -rm -f ./$(DEPDIR)/ActionPasswordList.Plo
/dports/www/squid/squid-4.15/src/
H A DCacheManager.h57 char *PasswdGet(Mgr::ActionPasswordList *, const char *);
H A DSquidConfig.h36 class ActionPasswordList; variable
260 Mgr::ActionPasswordList *passwd_list;
H A Dcache_manager.cc458 CacheManager::PasswdGet(Mgr::ActionPasswordList * a, const char *action) in PasswdGet()
H A Dcache_cf.cc2328 dump_cachemgrpasswd(StoreEntry * entry, const char *name, Mgr::ActionPasswordList * list) in dump_cachemgrpasswd()
2345 parse_cachemgrpasswd(Mgr::ActionPasswordList ** head) in parse_cachemgrpasswd()
2350 Mgr::ActionPasswordList *p = new Mgr::ActionPasswordList; in parse_cachemgrpasswd()
2356 Mgr::ActionPasswordList **P; in parse_cachemgrpasswd()
2380 free_cachemgrpasswd(Mgr::ActionPasswordList ** head) in free_cachemgrpasswd()