Searched refs:P_BIGKEY (Results 1 – 7 of 7) sorted by relevance
86 if (*(u_char *)p & P_BIGKEY) { in __bt_pgin()102 if (flags & (P_BIGKEY | P_BIGDATA)) { in __bt_pgin()104 if (flags & P_BIGKEY) { in __bt_pgin()143 if (*(u_char *)p & P_BIGKEY) { in __bt_pgout()159 if (flags & (P_BIGKEY | P_BIGDATA)) { in __bt_pgout()161 if (flags & P_BIGKEY) { in __bt_pgout()
76 if (bl->flags & P_BIGKEY) { in __bt_ret() 162 if (bl->flags & P_BIGKEY) in __bt_cmp() 170 if (bi->flags & P_BIGKEY) in __bt_cmp()
176 if (t->bt_pfx && !(bl->flags & P_BIGKEY) && in __bt_split()232 rchild->pgno, bl->flags & P_BIGKEY); in __bt_split()234 if (bl->flags & P_BIGKEY) { in __bt_split()545 if (bl->flags & P_BIGKEY) { in bt_broot()622 isbigkey = bi->flags & P_BIGKEY; in bt_psplit()627 isbigkey = bl->flags & P_BIGKEY; in bt_psplit()
184 if (bi->flags & P_BIGKEY) in __bt_dpage()197 if (bl->flags & P_BIGKEY) in __bt_dpage()
394 if (bi->flags & P_BIGKEY && in __bt_pdelete()475 if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR) in __bt_dleaf()
120 #define P_BIGKEY 0x02 /* overflow key */ macro
126 dflags |= P_BIGKEY; in __bt_put()