Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_conv.c97 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) {
H A Dbt_utils.c88 if (bl->flags & P_BIGKEY) {
180 if (bl->flags & P_BIGKEY)
188 if (bi->flags & P_BIGKEY)
H A Dbt_split.c192 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;
H A Dbt_debug.c249 if (bi->flags & P_BIGKEY)
262 if (bl->flags & P_BIGKEY)
H A Dbt_delete.c412 if (bi->flags & P_BIGKEY &&
497 if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR)
H A Dbtree.h139 #define P_BIGKEY 0x02 /* overflow key */ macro
H A Dbt_put.c140 dflags |= P_BIGKEY;