|
Squid Web Cache master
|
Public Member Functions | |
| CBDATA_DECL_ (nsvc, noexcept) | |
| nsvc (size_t nsv) | |
| ~nsvc () | |
Public Attributes | |
| size_t | ns = 0 |
| Comm::ConnectionPointer | conn |
| unsigned short | msglen = 0 |
| int | read_msglen = 0 |
| MemBuf * | msg = nullptr |
| MemBuf * | queue = nullptr |
| bool | busy = true |
Definition at line 170 of file dns_internal.cc.
|
inlineexplicit |
Definition at line 175 of file dns_internal.cc.
| nsvc::~nsvc | ( | ) |
Definition at line 878 of file dns_internal.cc.
References msg, nameservers, ns, queue, and ns::vc.
| nsvc::CBDATA_DECL_ | ( | nsvc | , |
| noexcept | |||
| ) |
| bool nsvc::busy = true |
Definition at line 184 of file dns_internal.cc.
Referenced by idnsDoSendQueryVC(), idnsInitVCConnected(), and idnsSentQueryVC().
| Comm::ConnectionPointer nsvc::conn |
Definition at line 179 of file dns_internal.cc.
Referenced by idnsDoSendQueryVC(), idnsInitVC(), idnsInitVCConnected(), and idnsVCClosed().
| MemBuf* nsvc::msg = nullptr |
Definition at line 182 of file dns_internal.cc.
Referenced by ~nsvc(), idnsReadVC(), and idnsReadVCHeader().
| unsigned short nsvc::msglen = 0 |
Definition at line 180 of file dns_internal.cc.
Referenced by idnsInitVCConnected(), idnsReadVC(), and idnsReadVCHeader().
| size_t nsvc::ns = 0 |
Definition at line 178 of file dns_internal.cc.
Referenced by ~nsvc(), idnsInitVCConnected(), and idnsReadVC().
| MemBuf* nsvc::queue = nullptr |
Definition at line 183 of file dns_internal.cc.
Referenced by ~nsvc(), idnsDoSendQueryVC(), and idnsSendQueryVC().
| int nsvc::read_msglen = 0 |
Definition at line 181 of file dns_internal.cc.
Referenced by idnsReadVCHeader().