Home | History | Annotate | Download | only in btree

Lines Matching refs:ilen

75  *	ilen:	insert length
83 size_t ilen, uint32_t argskip)
104 bt_root(t, sp, &l, &r, &skip, ilen) :
105 bt_page(t, sp, &l, &r, &skip, ilen);
113 _DBFIT(ilen, indx_t);
114 h->upper -= (indx_t)ilen;
341 * ilen: insert length
347 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen)
420 tp = bt_psplit(t, h, l, r, skip, ilen);
442 * ilen: insert length
448 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen)
471 tp = bt_psplit(t, h, l, r, skip, ilen);
608 * ilen: insert length
614 bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen)
642 _DBFIT(ilen, uint32_t);
643 nbytes = (uint32_t)ilen;