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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dslmdb.c17 /* int slmdb_open(slmdb, path, open_flags, lmdb_flags, slmdb_flags)
22 /* int slmdb_flags;
132 /* .IP slmdb_flags
406 if ((slmdb->slmdb_flags & SLMDB_FLAG_BULK) == 0) {
412 } else if ((slmdb->slmdb_flags & SLMDB_FLAG_BULK) == 0) {
443 if ((slmdb->slmdb_flags & SLMDB_FLAG_BULK) != 0
519 if (status == 0 && (slmdb->slmdb_flags & SLMDB_FLAG_BULK) != 0) {
693 if ((slmdb->slmdb_flags & SLMDB_FLAG_BULK) != 0) {
823 if ((slmdb->slmdb_flags & SLMDB_FLAG_BULK) != 0 && slmdb->txn != 0
864 int lmdb_flags, int slmdb_flags)
863 slmdb_open(SLMDB *slmdb, const char *path, int open_flags, int lmdb_flags, int slmdb_flags) argument
[all...]
H A Dslmdb.h50 int slmdb_flags; /* bulk-mode flag */ member in struct:__anon15736
H A Ddict_lmdb.c554 int mdb_flags, slmdb_flags, status; local
575 slmdb_flags = 0;
577 slmdb_flags |= SLMDB_FLAG_BULK;
619 slmdb_flags)) != 0) {

Completed in 142 milliseconds