Searched refs:table_match (Results 1 – 1 of 1) sorted by relevance
87 static int table_match(char *table, struct request_info *request);135 if (table_match(hosts_allow_table, request)) in hosts_access()137 if (table_match(hosts_deny_table, request)) in hosts_access()144 static int table_match(char *table, struct request_info *request) in table_match() function