nrecs             188 libdb/bt_close.c 	m.nrecs = t->bt_nrecs;
nrecs             115 libdb/bt_debug.c 	(void)fprintf(stderr, "nrecs %lu\n", (long unsigned int)m->nrecs);
nrecs             209 libdb/bt_debug.c 				ri->nrecs, ri->pgno);
nrecs             256 libdb/bt_open.c 			M_32_SWAP(m.nrecs);
nrecs             269 libdb/bt_open.c 		t->bt_nrecs = m.nrecs;
nrecs             262 libdb/bt_split.c 			((RINTERNAL *)dest)->nrecs = rec_total(lchild);
nrecs             268 libdb/bt_split.c 			((RINTERNAL *)dest)->nrecs = rec_total(rchild);
nrecs             280 libdb/bt_split.c 			((RINTERNAL *)dest)->nrecs = NEXTINDEX(lchild);
nrecs             286 libdb/bt_split.c 			((RINTERNAL *)dest)->nrecs = NEXTINDEX(rchild);
nrecs             827 libdb/bt_split.c 		recs += GETRINTERNAL(h, nxt)->nrecs;
nrecs             148 libdb/btree.h  	recno_t	nrecs;			/* number of records */
nrecs             161 libdb/btree.h  #define	WR_RINTERNAL(p, nrecs, pgno) {					\
nrecs             162 libdb/btree.h  	*(recno_t *)p = nrecs;						\
nrecs             293 libdb/btree.h  	u_int32_t	nrecs;		/* R: number of records */