Lines Matching refs:key
565 const DBT *key, argument
576 return (hash_access(hashp, HASH_GET, (DBT *)key, data));
581 DBT *key, argument
598 HASH_PUTNEW : HASH_PUT, (DBT *)key, (DBT *)data));
603 const DBT *key, argument
617 return (hash_access(hashp, HASH_DELETE, (DBT *)key, NULL));
626 DBT *key, argument
641 size = key->size;
642 kp = (char *)key->data;
705 if (__addel(hashp, rbufp, key, val)) {
736 (__addel(hashp, rbufp, key, val))) {
754 DBT *key, argument
817 if (__big_keydata(hashp, bufp, key, data, 1))
820 key->data = (u_char *)hashp->cpage->page + bp[ndx];
821 key->size = (ndx > 1 ? bp[ndx - 1] : hashp->BSIZE) - bp[ndx];