
Public Member Functions | |
ASState () | |
~ASState () | |
Public Attributes | |
StoreEntry * | entry = nullptr |
store_client * | sc = nullptr |
HttpRequest::Pointer | request |
int | as_number = 0 |
int64_t | offset = 0 |
int | reqofs = 0 |
char | reqbuf [AS_REQBUF_SZ] |
bool | dataRead = false |
Private Member Functions | |
CBDATA_CLASS (ASState) | |
Detailed Description
Constructor & Destructor Documentation
◆ ASState()
◆ ~ASState()
|
inline |
Definition at line 77 of file Asn.cc.
References debugs, sc, and storeUnregister().
Member Function Documentation
◆ CBDATA_CLASS()
|
private |
Member Data Documentation
◆ as_number
int ASState::as_number = 0 |
Definition at line 89 of file Asn.cc.
Referenced by asHandleReply(), and asnCacheStart().
◆ dataRead
bool ASState::dataRead = false |
Definition at line 93 of file Asn.cc.
Referenced by asHandleReply().
◆ entry
StoreEntry* ASState::entry = nullptr |
Definition at line 86 of file Asn.cc.
Referenced by asHandleReply(), and asnCacheStart().
◆ offset
int64_t ASState::offset = 0 |
Definition at line 90 of file Asn.cc.
Referenced by asHandleReply(), and asnCacheStart().
◆ reqbuf
char ASState::reqbuf[AS_REQBUF_SZ] |
Definition at line 92 of file Asn.cc.
Referenced by asHandleReply(), and asnCacheStart().
◆ reqofs
int ASState::reqofs = 0 |
Definition at line 91 of file Asn.cc.
Referenced by asHandleReply().
◆ request
HttpRequest::Pointer ASState::request |
Definition at line 88 of file Asn.cc.
Referenced by asnCacheStart().
◆ sc
store_client* ASState::sc = nullptr |
Definition at line 87 of file Asn.cc.
Referenced by asHandleReply(), and asnCacheStart().
The documentation for this class was generated from the following file:
- src/acl/Asn.cc