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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_lmdb.c553 char *mdb_path; local
562 myfree(mdb_path); \
566 mdb_path = concatenate(path, "." DICT_TYPE_LMDB, (char *) 0);
618 || (status = slmdb_open(&slmdb, mdb_path, open_flags, mdb_flags,
622 "open database %s: %s", mdb_path, mdb_strerror(status));
638 msg_fatal("%s: lock dictionary: %m", mdb_path);
640 msg_fatal("%s: unlock dictionary: %m", mdb_path);
673 msg_warn("database %s is older than source file %s", mdb_path, path);

Completed in 185 milliseconds