Searched refs:KEY_OFF (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | page.h | 84 * 14 key offset 0 2 indx_t KEY_OFF(P, I) 86 * 18 key offset 1 2 indx_t KEY_OFF(P, I) 125 #define KEY_OFF(P, N) \ macro 128 #define KEY(P, N) (((PAGE8 *)(P)) + KEY_OFF((P), (N))) 153 #define BIGKEYLEN(P) (KEY_OFF((P), 0)) 157 (((PAGE8 *)(P)) + PAGE_OVERHEAD + PAIR_OVERHEAD + KEY_OFF((P), 0))
|
H A D | hash_page.c | 135 if (KEY_OFF(cursorp->pagep, cursorp->pgndx) != BIGPAIR) { 139 KEY_OFF(cursorp->pagep, cursorp->pgndx); 142 KEY_OFF(cursorp->pagep, cursorp->pgndx); 149 val->size = KEY_OFF(cursorp->pagep, cursorp->pgndx) - 157 item_info->key_off = KEY_OFF(cursorp->pagep, cursorp->pgndx); 242 KEY_OFF(pagep, n) = off; 269 if (KEY_OFF(pagep, i) != BIGPAIR) 291 if (KEY_OFF(pagep, i) != BIGPAIR) 330 if (KEY_OFF(pagep, ndx) == BIGPAIR) { 340 check_ndx >= 0 && KEY_OFF(page [all...] |
H A D | hash_bigkey.c | 232 if (ksize < KEY_OFF(pagep, 0) ||
|
Completed in 835 milliseconds