Public Member Functions | |
hostArray () | |
~hostArray () | |
bool | Insert (const char *match_data_in, HostBranch *toInsert) |
HostBranch * | Lookup (const char *match_data_in, bool bNotProcess) |
HostBranch * | iter_first (hostArrayIterState *s, char **key=NULL) |
HostBranch * | iter_next (hostArrayIterState *s, char **key=NULL) |
Definition at line 580 of file HostLookup.cc.
hostArray::hostArray | ( | ) |
Definition at line 595 of file HostLookup.cc.
hostArray::~hostArray | ( | ) |
Definition at line 601 of file HostLookup.cc.
References ats_free(), and ink_assert.
bool hostArray::Insert | ( | const char * | match_data_in, | |
HostBranch * | toInsert | |||
) |
Definition at line 617 of file HostLookup.cc.
References ats_strdup, and HOST_ARRAY_MAX.
HostBranch * hostArray::iter_first | ( | hostArrayIterState * | s, | |
char ** | key = NULL | |||
) |
Definition at line 671 of file HostLookup.cc.
References iter_next().
Referenced by HostBranch::~HostBranch().
HostBranch * hostArray::iter_next | ( | hostArrayIterState * | s, | |
char ** | key = NULL | |||
) |
Definition at line 683 of file HostLookup.cc.
Referenced by iter_first(), and HostBranch::~HostBranch().
HostBranch * hostArray::Lookup | ( | const char * | match_data_in, | |
bool | bNotProcess | |||
) |
Definition at line 636 of file HostLookup.cc.