Searched refs:P_BIGKEY (Results 1 – 7 of 7) sorted by relevance
90 if (*(u_char *)p & P_BIGKEY) { in __bt_pgin()106 if (flags & (P_BIGKEY | P_BIGDATA)) { in __bt_pgin()108 if (flags & P_BIGKEY) { in __bt_pgin()147 if (*(u_char *)p & P_BIGKEY) { in __bt_pgout()163 if (flags & (P_BIGKEY | P_BIGDATA)) { in __bt_pgout()165 if (flags & P_BIGKEY) { in __bt_pgout()
80 if (bl->flags & P_BIGKEY) { in __bt_ret()166 if (bl->flags & P_BIGKEY) in __bt_cmp()174 if (bi->flags & P_BIGKEY) in __bt_cmp()
181 if (t->bt_pfx && !(bl->flags & P_BIGKEY) && in __bt_split()237 rchild->pgno, bl->flags & P_BIGKEY); in __bt_split()239 if (bl->flags & P_BIGKEY && in __bt_split()547 if (bl->flags & P_BIGKEY && in bt_broot()621 isbigkey = bi->flags & P_BIGKEY; in bt_psplit()626 isbigkey = bl->flags & P_BIGKEY; in bt_psplit()
188 if (bi->flags & P_BIGKEY) in __bt_dpage()201 if (bl->flags & P_BIGKEY) in __bt_dpage()
398 if (bi->flags & P_BIGKEY && in __bt_pdelete()479 if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR) in __bt_dleaf()
121 #define P_BIGKEY 0x02 /* overflow key */ macro
129 dflags |= P_BIGKEY; in __bt_put()