table_match
if (table_match(hosts_allow_table, request)) {
if (table_match(hosts_deny_table, request)) {
static int table_match(const char *, struct request_info *);