HomeSort by: relevance | last modified time | path
    Searched refs:P_BIGKEY (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/db/btree/
bt_conv.c 94 if (*(uint8_t *)p & P_BIGKEY) {
111 if (flags & (P_BIGKEY | P_BIGDATA)) {
113 if (flags & P_BIGKEY) {
153 if (*(uint8_t *)p & P_BIGKEY) {
170 if (flags & (P_BIGKEY | P_BIGDATA)) {
172 if (flags & P_BIGKEY) {
bt_utils.c 84 if (bl->flags & P_BIGKEY) {
170 if (bl->flags & P_BIGKEY)
178 if (bi->flags & P_BIGKEY)
bt_debug.c 242 if (bi->flags & P_BIGKEY)
255 if (bl->flags & P_BIGKEY)
bt_split.c 187 if (t->bt_pfx && !(bl->flags & P_BIGKEY) &&
246 rchild->pgno, bl->flags & P_BIGKEY);
248 if (bl->flags & P_BIGKEY) {
569 if (bl->flags & P_BIGKEY) {
650 isbigkey = bi->flags & P_BIGKEY;
655 isbigkey = bl->flags & P_BIGKEY;
bt_put.c 133 dflags |= P_BIGKEY;
bt_delete.c 403 if (bi->flags & P_BIGKEY &&
485 if (bl->flags & P_BIGKEY && __ovfl_delete(t, bl->bytes) == RET_ERROR)
btree.h 137 #define P_BIGKEY 0x02 /* overflow key */
199 uint8_t flags; /* P_BIGDATA, P_BIGKEY */

Completed in 15 milliseconds