Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/btree/
H A Dbt_conv.c86 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()
H A Dbt_utils.c76 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()
H A Dbt_split.c176 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()
H A Dbt_debug.c184 if (bi->flags & P_BIGKEY) in __bt_dpage()
197 if (bl->flags & P_BIGKEY) in __bt_dpage()
H A Dbt_delete.c394 if (bi->flags & P_BIGKEY && in __bt_pdelete()
475 if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR) in __bt_dleaf()
H A Dbtree.h120 #define P_BIGKEY 0x02 /* overflow key */ macro
H A Dbt_put.c126 dflags |= P_BIGKEY; in __bt_put()