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

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dhash_ext.h96 int __ham_add_el __P((DBC *, const DBT *, const DBT *, int));
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c925 ret = __ham_add_el(dbc, &tmp, dbt, H_KEYDATA);
964 ret = __ham_add_el(dbc, &tmp, &tdata, type);
1234 * PUBLIC: int __ham_add_el __P((DBC *, const DBT *, const DBT *, int));
1237 __ham_add_el(dbc, key, val, type) function
H A Dhash.c750 ret = __ham_add_el(dbc, key, myval, H_KEYDATA);

Completed in 26 milliseconds