P_BIGKEY           92 libdb/bt_conv.c 			if (*(u_char *)p & P_BIGKEY) {
P_BIGKEY          108 libdb/bt_conv.c 			if (flags & (P_BIGKEY | P_BIGDATA)) {
P_BIGKEY          110 libdb/bt_conv.c 				if (flags & P_BIGKEY) {
P_BIGKEY          152 libdb/bt_conv.c 			if (*(u_char *)p & P_BIGKEY) {
P_BIGKEY          168 libdb/bt_conv.c 			if (flags & (P_BIGKEY | P_BIGDATA)) {
P_BIGKEY          170 libdb/bt_conv.c 				if (flags & P_BIGKEY) {
P_BIGKEY          200 libdb/bt_debug.c 			if (bi->flags & P_BIGKEY)
P_BIGKEY          213 libdb/bt_debug.c 			if (bl->flags & P_BIGKEY)
P_BIGKEY          413 libdb/bt_delete.c 		if (bi->flags & P_BIGKEY &&
P_BIGKEY          498 libdb/bt_delete.c 	if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR)
P_BIGKEY          139 libdb/bt_put.c 			dflags |= P_BIGKEY;
P_BIGKEY          191 libdb/bt_split.c 			if (t->bt_pfx && !(bl->flags & P_BIGKEY) &&
P_BIGKEY          247 libdb/bt_split.c 			    rchild->pgno, bl->flags & P_BIGKEY);
P_BIGKEY          249 libdb/bt_split.c 			if (bl->flags & P_BIGKEY &&
P_BIGKEY          572 libdb/bt_split.c 		if (bl->flags & P_BIGKEY &&
P_BIGKEY          650 libdb/bt_split.c 				isbigkey = bi->flags & P_BIGKEY;
P_BIGKEY          655 libdb/bt_split.c 				isbigkey = bl->flags & P_BIGKEY;
P_BIGKEY           89 libdb/bt_utils.c 	if (bl->flags & P_BIGKEY) {
P_BIGKEY          181 libdb/bt_utils.c 		if (bl->flags & P_BIGKEY)
P_BIGKEY          189 libdb/bt_utils.c 		if (bi->flags & P_BIGKEY)
P_BIGKEY          120 libdb/btree.h  #define	P_BIGKEY	0x02		/* overflow key */