Home
last modified time | relevance | path

Searched refs:table_static_lookup (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.sbin/smtpd/
H A Dtable_static.c40 static int table_static_lookup(struct table *, enum table_service, const char *,
56 .lookup = table_static_lookup,
264 table_static_lookup(struct table *table, enum table_service service, const char *key, in table_static_lookup() function