Home
last modified time | relevance | path

Searched refs:statefulhelper (Results 1 – 8 of 8) sorted by relevance

/dports/www/squid/squid-4.15/src/tests/
H A Dstub_helper.cc16 void helperStatefulSubmit(statefulhelper * hlp, const char *buf, HLPCB * callback, void *data, help…
22 void helperStatefulShutdown(statefulhelper * hlp) STUB
24 void helperStatefulOpenServers(statefulhelper * hlp) STUB
26 helper_stateful_server *helperStatefulDefer(statefulhelper * hlp) STUB_RETVAL(NULL)
28 CBDATA_CLASS_INIT(statefulhelper);
/dports/www/squid/squid-4.15/src/
H A Dhelper.h132 class statefulhelper : public helper
134 CBDATA_CLASS(statefulhelper);
137 inline statefulhelper(const char *name) : helper(name), datapool(NULL) {} in statefulhelper() function
138 inline ~statefulhelper() {} in ~statefulhelper()
144 …friend void helperStatefulSubmit(statefulhelper * hlp, const char *buf, HLPCB * callback, void *da…
259 statefulhelper *parent;
266 void helperStatefulOpenServers(statefulhelper * hlp);
268 void helperStatefulSubmit(statefulhelper * hlp, const char *buf, HLPCB * callback, void *data, help…
270 void helperStatefulShutdown(statefulhelper * hlp);
H A Dhelper.cc53 static void helperStatefulKickQueue(statefulhelper * hlp);
55 static void StatefulEnqueue(statefulhelper * hlp, Helper::Xaction * r);
59 CBDATA_CLASS_INIT(statefulhelper);
256 helperStatefulOpenServers(statefulhelper * hlp) in helperStatefulOpenServers()
663 helperStatefulShutdown(statefulhelper * hlp) in helperStatefulShutdown()
795 statefulhelper *hlp = srv->parent; in helperStatefulServerFree()
1069 statefulhelper *hlp = srv->parent; in helperStatefulHandleRead()
1201 StatefulEnqueue(statefulhelper * hlp, Helper::Xaction * r) in StatefulEnqueue()
1288 StatefulGetFirstAvailable(const statefulhelper * hlp) in StatefulGetFirstAvailable()
1393 statefulhelper *hlp = srv->parent; in helperStatefulDispatch()
[all …]
/dports/www/squid/squid-4.15/src/auth/ntlm/
H A DConfig.cc37 statefulhelper *ntlmauthenticators = NULL;
122 ntlmauthenticators = new statefulhelper("ntlmauthenticator"); in init()
H A DConfig.h51 extern statefulhelper *ntlmauthenticators;
/dports/www/squid/squid-4.15/src/helper/
H A Dforward.h13 class statefulhelper; variable
/dports/www/squid/squid-4.15/src/auth/negotiate/
H A DConfig.cc43 statefulhelper *negotiateauthenticators = NULL;
132 negotiateauthenticators = new statefulhelper("negotiateauthenticator"); in init()
H A DConfig.h48 extern statefulhelper *negotiateauthenticators;