Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/smtpd/
H A Dconfig.c125 t = table_create(conf, "static", "<anydestination>", NULL); in config_default()
132 table_create(conf, "getpwnam", "<getpwnam>", NULL); in config_default()
159 t = table_create(conf, "static", "<localnames>", NULL); in set_local()
175 t = table_create(conf, "static", "<anyhost>", NULL); in set_localaddrs()
183 t = table_create(conf, "static", "<localhost>", NULL); in set_localaddrs()
H A Dtable.c216 table_create(struct smtpd *conf, const char *backend, const char *name, in table_create() function
H A Dparse.y2560 table = table_create(conf, backend, $2, config);
2573 table = table_create(conf, "static", $2, NULL);
2583 t = table_create(conf, "static", NULL, NULL);
2589 table = table_create(conf, "static", NULL, NULL);
H A Dsmtpd.h1636 struct table *table_create(struct smtpd *, const char *, const char *,