Symbol: recno_t
lib/libc/db/btree/bt_delete.c
152
recno_t nextpg, prevpg;
lib/libc/db/btree/bt_split.c
60
static recno_t rec_total(PAGE *);
lib/libc/db/btree/bt_split.c
823
static recno_t
lib/libc/db/btree/bt_split.c
826
recno_t recs;
lib/libc/db/btree/btree.h
176
recno_t nrecs; /* number of records */
lib/libc/db/btree/btree.h
186
BTLALIGN(sizeof(recno_t) + sizeof(pgno_t))
lib/libc/db/btree/btree.h
190
*(recno_t *)(void *)p = nrecs; \
lib/libc/db/btree/btree.h
191
p += sizeof(recno_t); \
lib/libc/db/btree/btree.h
328
recno_t rcursor; /* R: recno cursor (1-based) */
lib/libc/db/btree/btree.h
392
int (*bt_irec)(struct _btree *, recno_t);
lib/libc/db/btree/btree.h
402
recno_t bt_nrecs; /* R: number of records */
lib/libc/db/recno/extern.h
40
int __rec_fmap(BTREE *, recno_t);
lib/libc/db/recno/extern.h
42
int __rec_fpipe(BTREE *, recno_t);
lib/libc/db/recno/extern.h
44
int __rec_iput(BTREE *, recno_t, const DBT *, u_int);
lib/libc/db/recno/extern.h
46
int __rec_ret(BTREE *, EPG *, recno_t, DBT *, DBT *);
lib/libc/db/recno/extern.h
47
EPG *__rec_search(BTREE *, recno_t, enum SRCHOP);
lib/libc/db/recno/extern.h
50
int __rec_vmap(BTREE *, recno_t);
lib/libc/db/recno/extern.h
52
int __rec_vpipe(BTREE *, recno_t);
lib/libc/db/recno/rec_close.c
116
recno_t scursor, trec;
lib/libc/db/recno/rec_close.c
144
key.size = sizeof(recno_t);
lib/libc/db/recno/rec_delete.c
120
rec_rdelete(BTREE *t, recno_t nrec)
lib/libc/db/recno/rec_delete.c
53
static int rec_rdelete(BTREE *, recno_t);
lib/libc/db/recno/rec_delete.c
70
recno_t nrec;
lib/libc/db/recno/rec_delete.c
83
if ((nrec = *(recno_t *)key->data) == 0)
lib/libc/db/recno/rec_get.c
121
__rec_fpipe(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
124
recno_t nrec;
lib/libc/db/recno/rec_get.c
174
__rec_vpipe(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
177
recno_t nrec;
lib/libc/db/recno/rec_get.c
228
__rec_fmap(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
231
recno_t nrec;
lib/libc/db/recno/rec_get.c
275
__rec_vmap(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
279
recno_t nrec;
lib/libc/db/recno/rec_get.c
70
recno_t nrec;
lib/libc/db/recno/rec_get.c
82
if (flags || (nrec = *(recno_t *)key->data) == 0) {
lib/libc/db/recno/rec_put.c
113
if ((nrec = *(recno_t *)key->data) == 0)
lib/libc/db/recno/rec_put.c
117
if ((nrec = *(recno_t *)key->data) == 0) {
lib/libc/db/recno/rec_put.c
124
if ((nrec = *(recno_t *)key->data) == 0)
lib/libc/db/recno/rec_put.c
128
if ((nrec = *(recno_t *)key->data) == 0)
lib/libc/db/recno/rec_put.c
193
__rec_iput(BTREE *t, recno_t nrec, const DBT *data, u_int flags)
lib/libc/db/recno/rec_put.c
69
recno_t nrec;
lib/libc/db/recno/rec_search.c
67
__rec_search(BTREE *t, recno_t recno, enum SRCHOP op)
lib/libc/db/recno/rec_search.c
75
recno_t total;
lib/libc/db/recno/rec_seq.c
68
recno_t nrec;
lib/libc/db/recno/rec_seq.c
81
if ((nrec = *(recno_t *)key->data) == 0)
lib/libc/db/recno/rec_utils.c
64
__rec_ret(BTREE *t, EPG *e, recno_t nrec, DBT *key, DBT *data)
tests/lib/libc/db/h_db.c
281
static recno_t recno;
usr.bin/cap_mkdb/cap_mkdb.c
178
recno_t reccnt;