Searched refs:P_BIGKEY (Results 1 – 7 of 7) sorted by relevance
95 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) {
86 if (bl->flags & P_BIGKEY) {178 if (bl->flags & P_BIGKEY)186 if (bi->flags & P_BIGKEY)
190 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;
246 if (bi->flags & P_BIGKEY)259 if (bl->flags & P_BIGKEY)
410 if (bi->flags & P_BIGKEY &&495 if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR)
137 #define P_BIGKEY 0x02 /* overflow key */ macro
138 dflags |= P_BIGKEY;