Import BSDDB 4.7.25 (as of svn r89086)

This commit is contained in:
Zachary Ware
2017-09-04 13:40:25 -05:00
parent 4b29e0458f
commit 8f590873d0
4781 changed files with 2241032 additions and 6 deletions

20
docs_src/db/db_get_mpf.so Normal file
View File

@@ -0,0 +1,20 @@
m4_comment([$Id: db_get_mpf.so,v 1.8 2005/07/20 16:22:18 bostic Exp $])
define(M4PAGELOCAL, dbh_get_mpf)
include(m4/m4.seealso)
m4_pf_header(m4_ref(dbh_get_mpf),
ifelse(M4API, C_API, [dnl
DB_MPOOLFILE *
DB-__GT__get_mpf(DB *db);
])
ifelse(M4API, CXX_API, [dnl
DbMpoolFile *
Db::get_mpf();
]))
m4_getter(dbh_get_mpf,
[handle for the cache file underlying the database])
m4_seealso(Db)
m4_page_footer