Searched refs:dict_dbm_update (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict_dbm.c149 /* dict_dbm_update - add or update database entry */
151 static int dict_dbm_update(DICT *dict, const char *name, const char *value) function
164 msg_panic("dict_dbm_update: no DICT_FLAG_TRY1NULL | DICT_FLAG_TRY0NULL flag");
465 dict_dbm->dict.update = dict_dbm_update;

Completed in 121 milliseconds