Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/smtpd/
Dtable.c33 struct table_backend *table_backend_lookup(const char *);
35 extern struct table_backend table_backend_static;
36 extern struct table_backend table_backend_db;
37 extern struct table_backend table_backend_getpwnam;
38 extern struct table_backend table_backend_proc;
46 static struct table_backend *backends[] = {
54 struct table_backend *
220 struct table_backend *tb; in table_create()
Dtable_getpwnam.c29 struct table_backend table_backend_getpwnam = {
Dtable_db.c43 struct table_backend table_backend_db = {
Dtable_static.c45 struct table_backend table_backend_static = {
Dtable_proc.c303 struct table_backend table_backend_proc = {
Dsmtpd.h361 struct table_backend *t_backend;
364 struct table_backend { struct