Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/smtpd/
Dtable.c33 struct table_backend *table_backend_lookup(const char *);
55 table_backend_lookup(const char *backend) in table_backend_lookup() function
228 if ((tb = table_backend_lookup(backend)) == NULL) { in table_create()
235 tb = table_backend_lookup("proc"); in table_create()