Searched refs:__ham_replpair (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/db/include/ |
H A D | hash_ext.h | 92 int __ham_replpair __P((DBC *, DBT *, u_int32_t));
|
/osnet-11/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_dup.c | 153 __ham_replpair(dbc, &tmp_val, 1)) != 0) 197 ret = __ham_replpair(dbc, &tmp_val, 0);
|
H A D | hash.c | 484 ret = __ham_replpair(dbc, &repldbt, 0); 1108 return (__ham_replpair(dbc, myval, 0));
|
H A D | hash_page.c | 844 * __ham_replpair -- 848 * PUBLIC: int __ham_replpair __P((DBC *, DBT *, u_int32_t)); 851 __ham_replpair(dbc, dbt, make_dup) function
|
Completed in 22 milliseconds