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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_dbm.c235 /* dict_dbm_delete - delete one entry from the dictionary */
237 static int dict_dbm_delete(DICT *dict, const char *name) function
249 msg_panic("dict_dbm_delete: no DICT_FLAG_TRY1NULL | DICT_FLAG_TRY0NULL flag");
468 dict_dbm->dict.delete = dict_dbm_delete;

Completed in 63 milliseconds