Searched refs:P_BIGKEY (Results 1 – 7 of 7) sorted by relevance
97 if (*(u_char *)p & P_BIGKEY) {113 if (flags & (P_BIGKEY | P_BIGDATA)) {115 if (flags & P_BIGKEY) {157 if (*(u_char *)p & P_BIGKEY) {173 if (flags & (P_BIGKEY | P_BIGDATA)) {175 if (flags & P_BIGKEY) {
88 if (bl->flags & P_BIGKEY) {180 if (bl->flags & P_BIGKEY)188 if (bi->flags & P_BIGKEY)
192 if (t->bt_pfx && !(bl->flags & P_BIGKEY) &&248 rchild->pgno, bl->flags & P_BIGKEY);250 if (bl->flags & P_BIGKEY &&573 if (bl->flags & P_BIGKEY &&651 isbigkey = bi->flags & P_BIGKEY;656 isbigkey = bl->flags & P_BIGKEY;
249 if (bi->flags & P_BIGKEY)262 if (bl->flags & P_BIGKEY)
412 if (bi->flags & P_BIGKEY &&497 if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR)
139 #define P_BIGKEY 0x02 /* overflow key */ macro
140 dflags |= P_BIGKEY;