Home
last modified time | relevance | path

Searched refs:recs (Results 1 – 1 of 1) sorted by relevance

/dragonfly/lib/libc/db/btree/
H A Dbt_split.c788 recno_t recs; in rec_total() local
791 for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt) in rec_total()
792 recs += GETRINTERNAL(h, nxt)->nrecs; in rec_total()
793 return (recs); in rec_total()