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

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_conv.c95 if (*(u_char *)p & P_BIGKEY) {
111 if (flags & (P_BIGKEY | P_BIGDATA)) {
113 if (flags & P_BIGKEY) {
155 if (*(u_char *)p & P_BIGKEY) {
171 if (flags & (P_BIGKEY | P_BIGDATA)) {
173 if (flags & P_BIGKEY) {
H A Dbt_utils.c86 if (bl->flags & P_BIGKEY) {
178 if (bl->flags & P_BIGKEY)
186 if (bi->flags & P_BIGKEY)
H A Dbt_split.c190 if (t->bt_pfx && !(bl->flags & P_BIGKEY) &&
246 rchild->pgno, bl->flags & P_BIGKEY);
248 if (bl->flags & P_BIGKEY &&
571 if (bl->flags & P_BIGKEY &&
649 isbigkey = bi->flags & P_BIGKEY;
654 isbigkey = bl->flags & P_BIGKEY;
H A Dbt_debug.c246 if (bi->flags & P_BIGKEY)
259 if (bl->flags & P_BIGKEY)
H A Dbt_put.c138 dflags |= P_BIGKEY;
H A Dbtree.h124 #define P_BIGKEY 0x02 /* overflow key */ macro
175 u_char flags; /* P_BIGDATA, P_BIGKEY */
H A Dbt_delete.c410 if (bi->flags & P_BIGKEY &&
495 if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR)

Completed in 44 milliseconds