Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/smtpd/
H A Ddict.h43 int dict_root(struct dict *, const char **, void **);
H A Ddict.c175 dict_root(struct dict *d, const char **k, void **data) in dict_root() function
H A Dconfig.c245 while (dict_root(env->sc_tables_dict, NULL, (void **)&t)) in purge_config()