Searched refs:MAX_REC_NUMBER (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/lib/libc/db/recno/
H A Drec_seq.c93 t->bt_irec(t, MAX_REC_NUMBER) == RET_ERROR)
H A Drec_close.c127 if (!F_ISSET(t, R_EOF) && t->bt_irec(t, MAX_REC_NUMBER) == RET_ERROR)
H A Drec_open.c201 t->bt_irec(t, MAX_REC_NUMBER) == RET_ERROR)
/freebsd-current/include/
H A Ddb.h48 #define MAX_REC_NUMBER 0xffffffff /* >= # of records in a tree */ macro
/freebsd-current/contrib/nvi/ex/
H A Dex.c1431 if (!NPFITS(MAX_REC_NUMBER, sp->lno, ecp->flagoff)) {
1871 if (!NPFITS(MAX_REC_NUMBER, 0, val)) {
2058 if (!NPFITS(MAX_REC_NUMBER, mp->lno, total)) {

Completed in 128 milliseconds