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

/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb_stat.c141 rc = mdb_reader_list(env, (MDB_msg_func *)fputs, stdout);
146 rc = mdb_reader_list(env, (MDB_msg_func *)fputs, stdout);
H A Dlmdb.h1579 typedef int (MDB_msg_func)(const char *msg, void *ctx); typedef
1584 * @param[in] func A #MDB_msg_func function
1588 int mdb_reader_list(MDB_env *env, MDB_msg_func *func, void *ctx);
H A Dmdb.c10104 mdb_reader_list(MDB_env *env, MDB_msg_func *func, void *ctx)

Completed in 120 milliseconds