Home
last modified time | relevance | path

Searched refs:__ham_lookup (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash.c82 static int __ham_lookup __P((DBC *, const DBT *, u_int32_t, db_lockmode_t));
264 if ((ret = __ham_lookup(dbc, key, 0, DB_LOCK_WRITE)) == 0)
579 ret = __ham_lookup(dbc, key, 0, lock_type);
719 if ((ret = __ham_lookup(dbc,
1121 __ham_lookup(dbc, key, sought, mode) in __ham_lookup() function