Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/smtpd/
Dtable.c145 if (table->t_backend->lookup == NULL) in table_lookup()
152 r = table->t_backend->lookup(table, kind, lkey, lk ? &buf : NULL); in table_lookup()
159 table->t_backend->name, in table_lookup()
172 table->t_backend->name, in table_lookup()
189 if (table->t_backend->fetch == NULL) in table_fetch()
192 r = table->t_backend->fetch(table, kind, &buf); in table_fetch()
197 table->t_backend->name, in table_fetch()
205 table->t_backend->name, in table_fetch()
252 t->t_backend = tb; in table_create()
288 if (t->t_backend->config == NULL) in table_config()
[all …]
Dsmtpd.h361 struct table_backend *t_backend; member