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

31
docs_src/dbc/dbc_count.so Normal file
View File

@@ -0,0 +1,31 @@
m4_comment([$Id: dbc_count.so,v 10.27 2007/10/24 16:06:07 bostic Exp $])
define(M4PAGELOCAL, dbc_count)
include(m4/m4.seealso)
m4_pf_header(m4_ref(dbc_count),
ifelse(M4API, C_API, [dnl
int
DBcursor-__GT__count(DBC *DBcursor, db_recno_t *countp, u_int32_t flags);
])
ifelse(M4API, CXX_API, [dnl
int
Dbc::count(db_recno_t *countp, u_int32_t flags);
]))
m4_p([dnl
The m4_refT(dbc_count) returns a count of the number of data items for
the key to which the cursor refers.])
m4_return(dbc_count, std)
m4_parambegin
m4_param_co(countp, count of the number of duplicate data items)
m4_unusedflags
m4_paramend
m4_err(dbc_count,
rephandle, replockout, einval, [the cursor has not been initialized])
m4_seealso(Dbc)
m4_page_footer