Searched refs:collect_key (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash_bigkey.c | 74 static int32_t collect_key __P((HTAB *, PAGE16 *, int32_t, db_pgno_t *)); 278 key->size = collect_key(hashp, key_pagep, 0, &last_page); 310 key->size = collect_key(hashp, key_pagep, 0, NULL); 373 collect_key(hashp, pagep, len, last_page) in collect_key() function 420 retval = collect_key(hashp, next_pagep, totlen, last_page);
|