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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_lmdb.c309 /* dict_lmdb_delete - delete one entry from the dictionary */
311 static int dict_lmdb_delete(DICT *dict, const char *name) function
325 msg_panic("dict_lmdb_delete: no DICT_FLAG_TRY1NULL | DICT_FLAG_TRY0NULL flag");
650 dict_lmdb->dict.delete = dict_lmdb_delete;

Completed in 122 milliseconds