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

/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dlmdb.h458 typedef struct MDB_stat { struct
466 } MDB_stat; typedef in typeref:struct:MDB_stat
713 * @param[out] stat The address of an #MDB_stat structure
716 int mdb_env_stat(MDB_env *env, MDB_stat *stat);
1136 * @param[out] stat The address of an #MDB_stat structure
1144 int mdb_stat(MDB_txn *txn, MDB_dbi dbi, MDB_stat *stat);
H A Dmdb_stat.c28 static void prstat(MDB_stat *ms)
52 MDB_stat mst;
H A Dmtest6.c38 MDB_stat mst;
H A Dmtest5.c36 MDB_stat mst;
H A Dmtest3.c36 MDB_stat mst;
H A Dmtest2.c36 MDB_stat mst;
H A Dmtest.c33 MDB_stat mst;
H A Dmtest4.c36 MDB_stat mst;
H A Dmdb_dump.c102 MDB_stat ms;
H A Dmdb.c9678 * @param[out] arg the address of an #MDB_stat structure to receive the stats.
9682 mdb_stat0(MDB_env *env, MDB_db *db, MDB_stat *arg)
9695 mdb_env_stat(MDB_env *env, MDB_stat *arg)
9869 mdb_stat(MDB_txn *txn, MDB_dbi dbi, MDB_stat *arg)
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dmonitor.c187 MDB_stat mst;
H A Dsearch.c675 MDB_stat ms;
698 MDB_stat ms;
H A Dtools.c1550 MDB_stat st;
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dserver.c13487 MDB_stat statbuf;

Completed in 153 milliseconds