Searched refs:A_OVFL (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash_page.c | 435 __delete_page(hashp, empty_page, A_OVFL); 504 __delete_page(hashp, temp_pagep, A_OVFL); 709 if (__new_page(hashp, (u_int32_t)ovfl_num, A_OVFL) != 0) 712 if (!ovfl_num || !(new_pagep = __get_page(hashp, ovfl_num, A_OVFL))) 751 if (__new_page(hashp, (u_int32_t)ovfl_num, A_OVFL) != 0) 754 if (!ovfl_num || !(new_pagep = __get_page(hashp, ovfl_num, A_OVFL))) 811 case A_OVFL: 840 if (page_type == A_OVFL) 967 case A_OVFL:
|
H A D | hash_bigkey.c | 172 __delete_page(hashp, last_pagep, A_OVFL); 176 __delete_page(hashp, pagep, A_OVFL);
|
H A D | page.h | 168 #define A_OVFL 1 macro
|