Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash_ext.h92 int __ham_replpair __P((DBC *, DBT *, u_int32_t));
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c153 __ham_replpair(dbc, &tmp_val, 1)) != 0)
197 ret = __ham_replpair(dbc, &tmp_val, 0);
H A Dhash.c484 ret = __ham_replpair(dbc, &repldbt, 0);
1108 return (__ham_replpair(dbc, myval, 0));
H A Dhash_page.c851 __ham_replpair(dbc, dbt, make_dup) in __ham_replpair() function