Home
last modified time | relevance | path

Searched refs:P_BIGKEY (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/lib/libc/db/btree/
HDbt_conv.c89 if (*(u_char *)p & P_BIGKEY) { in __bt_pgin()
105 if (flags & (P_BIGKEY | P_BIGDATA)) { in __bt_pgin()
107 if (flags & P_BIGKEY) { in __bt_pgin()
146 if (*(u_char *)p & P_BIGKEY) { in __bt_pgout()
162 if (flags & (P_BIGKEY | P_BIGDATA)) { in __bt_pgout()
164 if (flags & P_BIGKEY) { in __bt_pgout()
HDbt_utils.c79 if (bl->flags & P_BIGKEY) { in __bt_ret()
165 if (bl->flags & P_BIGKEY) in __bt_cmp()
173 if (bi->flags & P_BIGKEY) in __bt_cmp()
HDbt_split.c179 if (t->bt_pfx && !(bl->flags & P_BIGKEY) && in __bt_split()
235 rchild->pgno, bl->flags & P_BIGKEY); in __bt_split()
237 if (bl->flags & P_BIGKEY) { in __bt_split()
548 if (bl->flags & P_BIGKEY) { in bt_broot()
625 isbigkey = bi->flags & P_BIGKEY; in bt_psplit()
630 isbigkey = bl->flags & P_BIGKEY; in bt_psplit()
HDbt_debug.c187 if (bi->flags & P_BIGKEY) in __bt_dpage()
200 if (bl->flags & P_BIGKEY) in __bt_dpage()
HDbt_delete.c397 if (bi->flags & P_BIGKEY && in __bt_pdelete()
478 if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR) in __bt_dleaf()
HDbtree.h122 #define P_BIGKEY 0x02 /* overflow key */ macro
HDbt_put.c129 dflags |= P_BIGKEY; in __bt_put()