Home
last modified time | relevance | path

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

/trueos/lib/libc/db/btree/
HDbt_conv.c90 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()
HDbt_utils.c80 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()
HDbt_split.c181 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()
HDbt_debug.c188 if (bi->flags & P_BIGKEY) in __bt_dpage()
201 if (bl->flags & P_BIGKEY) in __bt_dpage()
HDbt_delete.c398 if (bi->flags & P_BIGKEY && in __bt_pdelete()
479 if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR) in __bt_dleaf()
HDbtree.h121 #define P_BIGKEY 0x02 /* overflow key */ macro
HDbt_put.c129 dflags |= P_BIGKEY; in __bt_put()