Inherits Continuation.
Public Member Functions | |
int | mainEvent (int event, Event *e) |
void | read_some () |
HostDBTestRR () | |
Data Fields | |
int | fd |
char | b [512] |
int | nb |
int | outstanding |
int | success |
int | failure |
int | in |
Definition at line 256 of file HostDB.cc.
HostDBTestRR::HostDBTestRR | ( | ) | [inline] |
Definition at line 311 of file HostDB.cc.
References fd, ink_release_assert, mainEvent(), read_some(), and SET_HANDLER.
int HostDBTestRR::mainEvent | ( | int | event, | |
Event * | e | |||
) | [inline] |
Definition at line 264 of file HostDB.cc.
References b, EVENT_HOST_DB_LOOKUP, EVENT_INTERVAL, failure, HostDBProcessor::getbyname_re(), in, memcpy, nb, outstanding, read_some(), and success.
Referenced by HostDBTestRR().
void HostDBTestRR::read_some | ( | ) | [inline] |
Definition at line 304 of file HostDB.cc.
References b, fd, ink_release_assert, and nb.
Referenced by HostDBTestRR(), and mainEvent().
char HostDBTestRR::b[512] |
Definition at line 259 of file HostDB.cc.
Referenced by mainEvent(), and read_some().
Definition at line 261 of file HostDB.cc.
Referenced by mainEvent().
int HostDBTestRR::fd |
Definition at line 258 of file HostDB.cc.
Referenced by HostDBTestRR(), and read_some().
int HostDBTestRR::in |
Definition at line 262 of file HostDB.cc.
Referenced by mainEvent().
int HostDBTestRR::nb |
Definition at line 260 of file HostDB.cc.
Referenced by mainEvent(), and read_some().
Definition at line 261 of file HostDB.cc.
Referenced by mainEvent().
Definition at line 261 of file HostDB.cc.
Referenced by mainEvent().