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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_lmdb.h27 extern DICT *dict_lmdb_open(const char *, int, int);
H A Dmkmap_lmdb.c67 mkmap->open = dict_lmdb_open;
H A Ddict_open.c417 DICT_TYPE_LMDB, dict_lmdb_open, mkmap_lmdb_open,
H A Ddict_lmdb.c15 /* DICT *dict_lmdb_open(path, open_flags, dict_flags)
21 /* dict_lmdb_open() opens the named LMDB database and makes
545 /* dict_lmdb_open - open LMDB data base */
547 DICT *dict_lmdb_open(const char *path, int open_flags, int dict_flags) function
655 msg_fatal("dict_lmdb_open: fstat: %m");
699 msg_panic("dict_lmdb_open: slmdb_control: %m");

Completed in 171 milliseconds