Symbol: indx_t
lib/libc/db/btree/bt_conv.c
121
indx_t i, top;
lib/libc/db/btree/bt_conv.c
56
indx_t i, top;
lib/libc/db/btree/bt_debug.c
148
indx_t cur, top;
lib/libc/db/btree/bt_delete.c
141
indx_t idx;
lib/libc/db/btree/bt_delete.c
369
indx_t cnt, idx, *ip, offset;
lib/libc/db/btree/bt_delete.c
429
pg->lower -= sizeof(indx_t);
lib/libc/db/btree/bt_delete.c
461
indx_t cnt, *ip, offset;
lib/libc/db/btree/bt_delete.c
494
h->lower -= sizeof(indx_t);
lib/libc/db/btree/bt_open.c
119
b.psize & (sizeof(indx_t) - 1)))
lib/libc/db/btree/bt_open.c
246
m.psize & (sizeof(indx_t) - 1))
lib/libc/db/btree/bt_open.c
299
(sizeof(indx_t) + NBLEAFDBT(0, 0));
lib/libc/db/btree/bt_open.c
300
if (t->bt_ovflsize < NBLEAFDBT(NOVFLSIZE, NOVFLSIZE) + sizeof(indx_t))
lib/libc/db/btree/bt_open.c
302
NBLEAFDBT(NOVFLSIZE, NOVFLSIZE) + sizeof(indx_t);
lib/libc/db/btree/bt_put.c
196
if (h->upper - h->lower < nbytes + sizeof(indx_t)) {
lib/libc/db/btree/bt_put.c
205
(nxtindex - idx) * sizeof(indx_t));
lib/libc/db/btree/bt_put.c
206
h->lower += sizeof(indx_t);
lib/libc/db/btree/bt_put.c
277
if (h->upper - h->lower < nbytes + sizeof(indx_t))
lib/libc/db/btree/bt_put.c
67
indx_t idx, nxtindex;
lib/libc/db/btree/bt_search.c
63
indx_t base, idx, lim;
lib/libc/db/btree/bt_seq.c
231
indx_t idx;
lib/libc/db/btree/bt_split.c
204
if (h->upper - h->lower < nbytes + sizeof(indx_t)) {
lib/libc/db/btree/bt_split.c
215
(nxtindex - skip) * sizeof(indx_t));
lib/libc/db/btree/bt_split.c
216
h->lower += sizeof(indx_t);
lib/libc/db/btree/bt_split.c
330
bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen)
lib/libc/db/btree/bt_split.c
363
r->lower = BTDATAOFF + sizeof(indx_t);
lib/libc/db/btree/bt_split.c
429
bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen)
lib/libc/db/btree/bt_split.c
46
static PAGE *bt_page(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
lib/libc/db/btree/bt_split.c
48
static PAGE *bt_psplit(BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t);
lib/libc/db/btree/bt_split.c
487
h->lower = BTDATAOFF + 2 * sizeof(indx_t);
lib/libc/db/btree/bt_split.c
49
static PAGE *bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
lib/libc/db/btree/bt_split.c
560
h->lower = BTDATAOFF + 2 * sizeof(indx_t);
lib/libc/db/btree/bt_split.c
585
bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen)
lib/libc/db/btree/bt_split.c
593
indx_t full, half, nxt, off, skip, top, used;
lib/libc/db/btree/bt_split.c
644
if ((skip <= off && used + nbytes + sizeof(indx_t) >= full) ||
lib/libc/db/btree/bt_split.c
658
used += nbytes + sizeof(indx_t);
lib/libc/db/btree/bt_split.c
671
l->lower += (off + 1) * sizeof(indx_t);
lib/libc/db/btree/bt_split.c
734
r->lower += off * sizeof(indx_t);
lib/libc/db/btree/bt_split.c
738
r->lower += sizeof(indx_t);
lib/libc/db/btree/bt_split.c
788
indx_t nxt, top;
lib/libc/db/btree/bt_split.c
81
indx_t nxtindex;
lib/libc/db/btree/btree.h
241
indx_t index; /* the index on the page */
lib/libc/db/btree/btree.h
246
indx_t index; /* the index on the page */
lib/libc/db/btree/btree.h
329
indx_t bt_ovflsize; /* cut-off for key/data overflow */
lib/libc/db/btree/btree.h
79
indx_t lower; /* lower bound of free space on page */
lib/libc/db/btree/btree.h
80
indx_t upper; /* upper bound of free space on page */
lib/libc/db/btree/btree.h
81
indx_t linp[1]; /* indx_t-aligned VAR. LENGTH DATA */
lib/libc/db/btree/btree.h
87
sizeof(u_int32_t) + sizeof(indx_t) + sizeof(indx_t))
lib/libc/db/btree/btree.h
88
#define NEXTINDEX(p) (((p)->lower - BTDATAOFF) / sizeof(indx_t))
lib/libc/db/recno/rec_delete.c
146
indx_t *ip, cnt, offset;
lib/libc/db/recno/rec_delete.c
180
h->lower -= sizeof(indx_t);
lib/libc/db/recno/rec_put.c
185
indx_t idx, nxtindex;
lib/libc/db/recno/rec_put.c
245
if (h->upper - h->lower < nbytes + sizeof(indx_t)) {
lib/libc/db/recno/rec_put.c
254
(nxtindex - idx) * sizeof(indx_t));
lib/libc/db/recno/rec_put.c
255
h->lower += sizeof(indx_t);
lib/libc/db/recno/rec_search.c
60
indx_t idx;
lib/libc/db/recno/rec_search.c
65
indx_t top;
usr.sbin/ldapd/btree.c
1331
indx_t lbound = 0, ubound = 0;
usr.sbin/ldapd/btree.c
1350
if (up->parent_index + 1 < (indx_t)NUMKEYS(up->parent)) {
usr.sbin/ldapd/btree.c
1885
return sz + sizeof(indx_t);
usr.sbin/ldapd/btree.c
1900
return sz + sizeof(indx_t);
usr.sbin/ldapd/btree.c
1940
btree_add_node(struct btree *bt, struct mpage *mp, indx_t indx,
usr.sbin/ldapd/btree.c
1945
indx_t ofs;
usr.sbin/ldapd/btree.c
1979
if (node_size + sizeof(indx_t) > SIZELEFT(mp)) {
usr.sbin/ldapd/btree.c
1994
assert(ofs >= p->lower + sizeof(indx_t));
usr.sbin/ldapd/btree.c
1997
p->lower += sizeof(indx_t);
usr.sbin/ldapd/btree.c
2033
btree_del_node(struct btree *bt, struct mpage *mp, indx_t indx)
usr.sbin/ldapd/btree.c
2036
indx_t i, j, numkeys, ptr;
usr.sbin/ldapd/btree.c
2067
mp->page->lower -= sizeof(indx_t);
usr.sbin/ldapd/btree.c
2112
btree_update_key(struct btree *bt, struct mpage *mp, indx_t indx,
usr.sbin/ldapd/btree.c
2115
indx_t ptr, i, numkeys;
usr.sbin/ldapd/btree.c
2159
indx_t i;
usr.sbin/ldapd/btree.c
2201
btree_move_node(struct btree *bt, struct mpage *src, indx_t srcindx,
usr.sbin/ldapd/btree.c
2202
struct mpage *dst, indx_t dstindx)
usr.sbin/ldapd/btree.c
2375
indx_t i;
usr.sbin/ldapd/btree.c
2472
indx_t si = 0, di = 0;
usr.sbin/ldapd/btree.c
254
indx_t indx, struct btval *key, struct btval *data,
usr.sbin/ldapd/btree.c
257
indx_t indx);
usr.sbin/ldapd/btree.c
263
indx_t indx, struct btval *key);
usr.sbin/ldapd/btree.c
267
indx_t srcindx, struct mpage *dst, indx_t dstindx);
usr.sbin/ldapd/btree.c
2701
indx_t newindx;
usr.sbin/ldapd/btree.c
296
indx_t indx, struct btkey *expkey);
usr.sbin/ldapd/btree.c
2997
indx_t i;
usr.sbin/ldapd/btree.c
422
expand_prefix(struct btree *bt, struct mpage *mp, indx_t indx,
usr.sbin/ldapd/btree.c
79
indx_t fb_lower; /* lower bound of free space */
usr.sbin/ldapd/btree.c
80
indx_t fb_upper; /* upper bound of free space */
usr.sbin/ldapd/btree.c
84
indx_t ptrs[1]; /* dynamic size */
usr.sbin/ldapd/btree.c
91
#define SIZELEFT(mp) (indx_t)((mp)->page->upper - (mp)->page->lower)