Searched refs:table_create (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/usr.sbin/smtpd/ |
| H A D | config.c | 125 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 D | table.c | 216 table_create(struct smtpd *conf, const char *backend, const char *name, in table_create() function
|
| H A D | parse.y | 2560 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 D | smtpd.h | 1636 struct table *table_create(struct smtpd *, const char *, const char *,
|