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

/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dlmdb.h101 * - Use an MDB_env* in the process which opened it, not after fork().
233 typedef struct MDB_env MDB_env; typedef in typeref:struct:MDB_env
501 * This function allocates memory for a #MDB_env structure. To release
510 int mdb_env_create(MDB_env **env);
514 * If this function fails, #mdb_env_close() must be called to discard the #MDB_env handle.
633 int mdb_env_open(MDB_env *env, const char *path, unsigned int flags, mdb_mode_t mode);
649 int mdb_env_copy(MDB_env *env, const char *path);
664 int mdb_env_copyfd(MDB_env *env, mdb_filehandle_t fd);
689 int mdb_env_copy2(MDB_env *en
[all...]
H A Dmdb_copy.c35 MDB_env *env;
H A Dmdb.c412 static int mdb_mutex_failed(MDB_env *env, mdb_mutexref_t mutex, int rc);
1093 MDB_env *mt_env; /**< the DB environment */
1149 #define MDB_TXN_WRITEMAP MDB_WRITEMAP /**< copy of #MDB_env flag in writers */
1251 /** State of FreeDB old pages, stored in the MDB_env */
1258 struct MDB_env { struct
1361 #define MDB_END_FREE 0x20 /**< free txn unless it is #MDB_env.%me_txn0 */
1380 static int mdb_env_read_header(MDB_env *env, MDB_meta *meta);
1381 static MDB_meta *mdb_env_pick_meta(const MDB_env *env);
1386 static void mdb_env_close0(MDB_env *env, int excl);
1395 static size_t mdb_leaf_size(MDB_env *en
[all...]
H A Dmtest6.c34 MDB_env *env;
H A Dmtest5.c32 MDB_env *env;
H A Dmtest3.c32 MDB_env *env;
H A Dmtest2.c32 MDB_env *env;
H A Dmtest.c29 MDB_env *env;
H A Dmtest4.c32 MDB_env *env;
H A Dmdb_dump.c169 MDB_env *env;
H A Dmdb_stat.c49 MDB_env *env;
H A Dmdb_load.c296 MDB_env *env;
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dslmdb.h51 MDB_env *env; /* database environment */
H A Dslmdb.c762 static void slmdb_assert_cb(MDB_env *env, const char *text)
867 MDB_env *env;
/netbsd-current/external/mpl/bind/dist/bin/tools/
H A Dnamed-nzd2nzf.c32 MDB_env *env = NULL;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dback-mdb.h69 MDB_env *mi_dbenv;
H A Dproto-mdb.h222 void mdb_reader_flush( MDB_env *env );
H A Did2entry.c679 mdb_reader_flush( MDB_env *env )
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-mdb.c48 MDB_env *e;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dview.c585 mdb_env_close((MDB_env *)view->new_zone_dbenv);
2170 MDB_env *env = NULL;
2188 mdb_env_close((MDB_env *)view->new_zone_dbenv);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dview.c596 mdb_env_close((MDB_env *)view->new_zone_dbenv);
2215 MDB_env *env = NULL;
2233 mdb_env_close((MDB_env *)view->new_zone_dbenv);
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dserver.c13294 status = mdb_txn_begin((MDB_env *)view->new_zone_dbenv, 0, 0, &txn);
13328 status = mdb_txn_begin((MDB_env *)view->new_zone_dbenv, 0, flags, &txn);
13377 mdb_env_close((MDB_env *)view->new_zone_dbenv);
13397 MDB_env *env = NULL;

Completed in 203 milliseconds