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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_dbm.c151 /* dict_dbm_update - add or update database entry */
153 static int dict_dbm_update(DICT *dict, const char *name, const char *value) function
166 msg_panic("dict_dbm_update: no DICT_FLAG_TRY1NULL | DICT_FLAG_TRY0NULL flag");
467 dict_dbm->dict.update = dict_dbm_update;

Completed in 64 milliseconds