P_BIGKEY           91 libdb/bt_conv.c 			if (*(u_char *)p & P_BIGKEY) {
P_BIGKEY          107 libdb/bt_conv.c 			if (flags & (P_BIGKEY | P_BIGDATA)) {
P_BIGKEY          109 libdb/bt_conv.c 				if (flags & P_BIGKEY) {
P_BIGKEY          160 libdb/bt_conv.c 			if (*(u_char *)p & P_BIGKEY) {
P_BIGKEY          176 libdb/bt_conv.c 			if (flags & (P_BIGKEY | P_BIGDATA)) {
P_BIGKEY          178 libdb/bt_conv.c 				if (flags & P_BIGKEY) {
P_BIGKEY          197 libdb/bt_debug.c 			if (bi->flags & P_BIGKEY)
P_BIGKEY          210 libdb/bt_debug.c 			if (bl->flags & P_BIGKEY)
P_BIGKEY          407 libdb/bt_delete.c 		if (bi->flags & P_BIGKEY &&
P_BIGKEY          490 libdb/bt_delete.c 	if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR)
P_BIGKEY          138 libdb/bt_put.c 			dflags |= P_BIGKEY;
P_BIGKEY          190 libdb/bt_split.c 			if (t->bt_pfx && !(bl->flags & P_BIGKEY) &&
P_BIGKEY          246 libdb/bt_split.c 			    rchild->pgno, bl->flags & P_BIGKEY);
P_BIGKEY          248 libdb/bt_split.c 			if (bl->flags & P_BIGKEY &&
P_BIGKEY          567 libdb/bt_split.c 		if (bl->flags & P_BIGKEY &&
P_BIGKEY          644 libdb/bt_split.c 				isbigkey = bi->flags & P_BIGKEY;
P_BIGKEY          649 libdb/bt_split.c 				isbigkey = bl->flags & P_BIGKEY;
P_BIGKEY           88 libdb/bt_utils.c 	if (bl->flags & P_BIGKEY) {
P_BIGKEY          179 libdb/bt_utils.c 		if (bl->flags & P_BIGKEY)
P_BIGKEY          187 libdb/bt_utils.c 		if (bi->flags & P_BIGKEY)
P_BIGKEY          141 libdb/btree.h  #define	P_BIGKEY	0x02