Searched refs:first_recno (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/qam/
H A Dqam_upgrade.c45 newmeta->first_recno = oldmeta->first_recno;
86 newmeta->first_recno = oldmeta->first_recno;
94 if (newmeta->first_recno == 0)
95 newmeta->first_recno = 1;
H A Dqam_rec.c94 * Only move first_recno backwards so we pick up the aborted delete.
101 meta->first_recno = argp->recno;
121 if (meta->first_recno == RECNO_OOB)
122 meta->first_recno++;
123 while (meta->first_recno != meta->cur_recno &&
126 &meta->first_recno, DB_LOCK_READ, 0, &exact)) != 0)
135 rec_ext != 0 && meta->first_recno % rec_ext == 0)
140 meta->first_recno++;
141 if (meta->first_recno == RECNO_OOB)
142 meta->first_recno
[all...]
H A Dqam.c321 if (meta->first_recno == meta->cur_recno) {
358 &meta->dbmeta.lsn, 0, opcode, meta->first_recno,
366 meta->first_recno = new_first;
423 if (meta->cur_recno == meta->first_recno) {
435 meta->first_recno = recno;
612 * Peek at the first_recno before locking the meta page.
613 * Other threads cannot move first_recno past
619 if (cp->recno == meta->first_recno) {
624 if (cp->recno == meta->first_recno)
625 ret = __qam_consume(dbc, meta, meta->first_recno);
[all...]
H A Dqam_verify.c117 vdp->first_recno = meta->first_recno;
120 first = QAM_RECNO_EXTENT(dbp, vdp->first_recno);
324 first = QAM_RECNO_PAGE(dbp, vdp->first_recno);
H A Dqam_stat.c74 first = QAM_RECNO_PAGE(dbp, meta->first_recno);
166 sp->qs_first_recno = meta->first_recno;
H A Dqam_method.c165 first = QAM_RECNO_PAGE(dbp, meta->first_recno);
169 empty = meta->cur_recno == meta->first_recno;
H A Dqam_open.c261 meta->first_recno = 1;
H A Dqam_files.c526 first = meta->first_recno;
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dqam.h127 ((meta)->first_recno <= (meta)->cur_recno || \
128 ((recno) < (meta)->first_recno && \
129 (recno) - (meta)->cur_recno < (meta)->first_recno - (recno))))
132 ((recno) < (meta)->first_recno && \
133 ((meta)->first_recno <= (meta)->cur_recno || \
135 (recno) - (meta)->cur_recno > (meta)->first_recno - (recno))))
H A Ddb_upgrade.h83 u_int32_t first_recno; /* 76-79: First not deleted record. */ member in struct:_qmeta31
97 u_int32_t first_recno; /* 72-75: First not deleted record. */ member in struct:_qmeta32
175 u_int32_t first_recno; /* 60-63: First not deleted record. */ member in struct:_qmeta30
H A Ddb_verify.h110 u_int32_t first_recno; member in struct:__vrfy_dbinfo
H A Ddb_page.h160 u_int32_t first_recno; /* 72-75: First not deleted record. */ member in struct:_qmeta33
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_pr.c420 __db_msg(env, "\tfirst_recno: %lu", (u_long)h->first_recno);

Completed in 130 milliseconds