Searched refs:__ham_item_next (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dhash_ext.h87 int __ham_item_next __P((DBC *, db_lockmode_t));
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash.c562 ret = __ham_item_next(dbc, lock_type);
568 ret = __ham_item_next(dbc, lock_type);
575 ret = __ham_item_next(dbc, lock_type);
641 ret = __ham_item_next(dbc, lock_type);
1146 if ((ret = __ham_item_next(dbc, mode)) != 0)
H A Dhash_page.c304 return (__ham_item_next(dbc, mode));
447 * PUBLIC: int __ham_item_next __P((DBC *, db_lockmode_t));
450 __ham_item_next(dbc, mode) function

Completed in 62 milliseconds