Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/smtpd/
H A Ddict.c48 dict_alloc(const char *k, void *data) in dict_alloc() function
72 if ((entry = dict_alloc(k, data)) == NULL) in dict_set()
90 if ((entry = dict_alloc(k, data)) == NULL) in dict_xset()