Searched defs:hash_access (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c62 static int32_t hash_access __P((HTAB *, ACTION, const DBT *, DBT *));
664 return (hash_access(hashp, HASH_GET, key, data));
685 return (hash_access(hashp, flag == R_NOOVERWRITE ?
707 return (hash_access(hashp, HASH_DELETE, key, NULL));
714 hash_access(hashp, action, key, val) function
897 * use get_item_next is in hash_access which only deals with one

Completed in 58 milliseconds