Searched refs:P_BIGKEY (Results 1 – 7 of 7) sorted by relevance
92 if (*(u_char *)p & P_BIGKEY) { in __bt_pgin()108 if (flags & (P_BIGKEY | P_BIGDATA)) { in __bt_pgin()110 if (flags & P_BIGKEY) { in __bt_pgin()149 if (*(u_char *)p & P_BIGKEY) { in __bt_pgout()165 if (flags & (P_BIGKEY | P_BIGDATA)) { in __bt_pgout()167 if (flags & P_BIGKEY) { in __bt_pgout()
82 if (bl->flags & P_BIGKEY) { in __bt_ret()168 if (bl->flags & P_BIGKEY) in __bt_cmp()176 if (bi->flags & P_BIGKEY) in __bt_cmp()
182 if (t->bt_pfx && !(bl->flags & P_BIGKEY) && in __bt_split()238 rchild->pgno, bl->flags & P_BIGKEY); in __bt_split()240 if (bl->flags & P_BIGKEY) { in __bt_split()551 if (bl->flags & P_BIGKEY) { in bt_broot()628 isbigkey = bi->flags & P_BIGKEY; in bt_psplit()633 isbigkey = bl->flags & P_BIGKEY; in bt_psplit()
190 if (bi->flags & P_BIGKEY) in __bt_dpage()203 if (bl->flags & P_BIGKEY) in __bt_dpage()
400 if (bi->flags & P_BIGKEY && in __bt_pdelete()481 if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR) in __bt_dleaf()
123 #define P_BIGKEY 0x02 /* overflow key */ macro
132 dflags |= P_BIGKEY; in __bt_put()