Squid Web Cache master
Loading...
Searching...
No Matches
externalAclState Class Reference
Collaboration diagram for externalAclState:
[legend]

Public Member Functions

 CBDATA_DECL_ (externalAclState, noexcept)
 
 externalAclState (external_acl *aDef, const char *aKey)
 
 ~externalAclState ()
 

Public Attributes

EAHcallback
 
void * callback_data
 
char * key
 
external_acldef
 
dlink_node list
 
externalAclStatequeue
 

Detailed Description

Definition at line 888 of file external_acl.cc.

Constructor & Destructor Documentation

◆ externalAclState()

externalAclState::externalAclState ( external_acl aDef,
const char *  aKey 
)
inline

Definition at line 893 of file external_acl.cc.

◆ ~externalAclState()

externalAclState::~externalAclState ( )

Definition at line 912 of file external_acl.cc.

References callback_data, cbdataReferenceDone, def, key, and xfree.

Member Function Documentation

◆ CBDATA_DECL_()

externalAclState::CBDATA_DECL_ ( externalAclState  ,
noexcept   
)

Member Data Documentation

◆ callback

EAH* externalAclState::callback

Definition at line 902 of file external_acl.cc.

Referenced by externalAclHandleReply(), and ACLExternal::startLookup().

◆ callback_data

void* externalAclState::callback_data

◆ def

external_acl* externalAclState::def

Definition at line 905 of file external_acl.cc.

Referenced by ~externalAclState(), and externalAclHandleReply().

◆ key

char* externalAclState::key

◆ list

dlink_node externalAclState::list

Definition at line 906 of file external_acl.cc.

Referenced by externalAclHandleReply(), and ACLExternal::startLookup().

◆ queue

externalAclState* externalAclState::queue

Definition at line 907 of file external_acl.cc.

Referenced by externalAclHandleReply(), and ACLExternal::startLookup().


The documentation for this class was generated from the following file: