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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dslmdb.c1 /* $NetBSD: slmdb.c,v 1.4 2022/10/08 16:12:50 christos Exp $ */
5 /* slmdb 3
9 /* #include <slmdb.h>
11 /* int slmdb_init(slmdb, curr_limit, size_incr, hard_limit)
12 /* SLMDB *slmdb;
17 /* int slmdb_open(slmdb, path, open_flags, lmdb_flags, slmdb_flags)
18 /* SLMDB *slmdb;
24 /* int slmdb_close(slmdb)
25 /* SLMDB *slmdb;
27 /* int slmdb_get(slmdb, mdb_ke
318 slmdb_cursor_close(SLMDB *slmdb) argument
334 slmdb_saved_key_init(SLMDB *slmdb) argument
343 slmdb_saved_key_free(SLMDB *slmdb) argument
353 slmdb_saved_key_assign(SLMDB *slmdb, MDB_val *key_val) argument
384 slmdb_prepare(SLMDB *slmdb) argument
422 slmdb_recover(SLMDB *slmdb, int status) argument
547 slmdb_txn_begin(SLMDB *slmdb, int rdonly, MDB_txn **txn) argument
560 slmdb_get(SLMDB *slmdb, MDB_val *mdb_key, MDB_val *mdb_value) argument
597 slmdb_put(SLMDB *slmdb, MDB_val *mdb_key, MDB_val *mdb_value, int flags) argument
641 slmdb_del(SLMDB *slmdb, MDB_val *mdb_key) argument
684 slmdb_cursor_get(SLMDB *slmdb, MDB_val *mdb_key, MDB_val *mdb_value, MDB_cursor_op op) argument
764 SLMDB *slmdb = (SLMDB *) mdb_env_get_userctx(env); local
772 slmdb_control(SLMDB *slmdb, int first,...) argument
814 slmdb_close(SLMDB *slmdb) argument
846 slmdb_init(SLMDB *slmdb, size_t curr_limit, int size_incr, size_t hard_limit) argument
863 slmdb_open(SLMDB *slmdb, const char *path, int open_flags, int lmdb_flags, int slmdb_flags) argument
[all...]
H A Dslmdb.h1 /* $NetBSD: slmdb.h,v 1.2 2017/02/14 01:16:49 christos Exp $ */
8 /* slmdb 3h
12 /* #include <slmdb.h>
62 int api_retry_count; /* slmdb(3) API call retry count */
64 int api_retry_limit; /* slmdb(3) API call retry limit */
79 #define slmdb_fd(slmdb) ((slmdb)->db_fd)
80 #define slmdb_curr_limit(slmdb) ((slmdb)->curr_limit)
87 #define SLMDB_CTL_API_RETRY_LIMIT 5 /* per slmdb(
[all...]
H A Ddict_lmdb.c84 #include <slmdb.h>
93 SLMDB slmdb; /* sane LMDB API */ member in struct:__anon81
177 status = slmdb_get(&dict_lmdb->slmdb, &mdb_key, &mdb_value);
196 status = slmdb_get(&dict_lmdb->slmdb, &mdb_key, &mdb_value);
280 status = slmdb_put(&dict_lmdb->slmdb, &mdb_key, &mdb_value,
351 status = slmdb_del(&dict_lmdb->slmdb, &mdb_key);
371 status = slmdb_del(&dict_lmdb->slmdb, &mdb_key);
432 status = slmdb_cursor_get(&dict_lmdb->slmdb, &mdb_key, &mdb_value, op);
481 slmdb_close(&dict_lmdb->slmdb);
552 SLMDB slmdb; local
[all...]
H A DMakefile.in40 poll_fd.c timecmp.c slmdb.c dict_pipe.c dict_random.c \
98 MAP_OBJ = dict_pcre.o dict_cdb.o dict_lmdb.o dict_sdbm.o slmdb.o \
122 slmdb.h compat_va_copy.h dict_pipe.h dict_random.h \
184 $(LIB_PREFIX)lmdb$(LIB_SUFFIX): mkmap_lmdb.o dict_lmdb.o slmdb.o
186 slmdb.o $(AUXLIBS_LMDB)
1563 dict_lmdb.o: slmdb.h
2643 slmdb.o: check_arg.h
2644 slmdb.o: slmdb.c
2645 slmdb
[all...]
/netbsd-current/external/ibm-public/postfix/lib/util/
H A DMakefile188 slmdb.c \

Completed in 145 milliseconds