Home | History | Annotate | Download | only in btree

Lines Matching defs:bl

203 	BLEAF *bl;
254 bl = GETBLEAF(h, cur);
255 if (bl->flags & P_BIGKEY)
258 (unsigned long) __bt_pgno_t(bl->bytes),
259 __bt_uint32_t(bl->bytes + sizeof(pgno_t)));
260 else if (bl->ksize)
261 (void)fprintf(tracefp, "%s/", bl->bytes);
262 if (bl->flags & P_BIGDATA)
266 __bt_pgno_t(bl->bytes + bl->ksize),
267 __bt_uint32_t(bl->bytes + bl->ksize +
269 else if (bl->dsize)
271 (int)bl->dsize, bl->bytes + bl->ksize);