Searched refs:__new_page (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | extern.h | 75 #define __new_page __kdb2_new_page macro 109 int32_t __new_page __P((HTAB *, u_int32_t, int32_t));
|
H A D | hash_page.c | 709 if (__new_page(hashp, (u_int32_t)ovfl_num, A_OVFL) != 0) 751 if (__new_page(hashp, (u_int32_t)ovfl_num, A_OVFL) != 0) 799 __new_page(hashp, addr, addr_type) in __new_page() function 1040 if (__new_page(hashp, pnum, A_BITMAP) != 0)
|
H A D | hash.c | 996 if (__new_page(hashp, new_bucket, A_BUCKET) != 0)
|