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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_lmdb.c218 /* dict_lmdb_update - add or update database entry */
220 static int dict_lmdb_update(DICT *dict, const char *name, const char *value) function
233 msg_panic("dict_lmdb_update: no DICT_FLAG_TRY1NULL | DICT_FLAG_TRY0NULL flag");
649 dict_lmdb->dict.update = dict_lmdb_update;

Completed in 130 milliseconds