nrecs             183 libdb/bt_close.c 	m.nrecs = t->bt_nrecs;
nrecs             113 libdb/bt_debug.c 	(void)fprintf(stderr, "nrecs %lu\n", (long unsigned int)m->nrecs);
nrecs             206 libdb/bt_debug.c 				ri->nrecs, ri->pgno);
nrecs             257 libdb/bt_open.c 			M_32_SWAP(m.nrecs);
nrecs             270 libdb/bt_open.c 		t->bt_nrecs = m.nrecs;
nrecs             261 libdb/bt_split.c 			((RINTERNAL *)dest)->nrecs = rec_total(lchild);
nrecs             267 libdb/bt_split.c 			((RINTERNAL *)dest)->nrecs = rec_total(rchild);
nrecs             279 libdb/bt_split.c 			((RINTERNAL *)dest)->nrecs = NEXTINDEX(lchild);
nrecs             285 libdb/bt_split.c 			((RINTERNAL *)dest)->nrecs = NEXTINDEX(rchild);
nrecs             819 libdb/bt_split.c 		recs += GETRINTERNAL(h, nxt)->nrecs;
nrecs             169 libdb/btree.h  	recno_t	nrecs;			/**< number of records */
nrecs             182 libdb/btree.h  #define	WR_RINTERNAL(p, nrecs, pgno) {					\
nrecs             183 libdb/btree.h  	*(recno_t *)p = nrecs;						\
nrecs             320 libdb/btree.h  	u_int32_t	nrecs;		/**< R: number of records */