Searched refs:__db_cgetchk (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | db_ext.h | 84 int __db_cgetchk __P((const DB *, DBT *, DBT *, u_int32_t, int));
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_iface.c | 68 __db_cgetchk(dbp, key, data, flags, isvalid) in __db_cgetchk() function
|
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_recno.c | 546 if ((ret = __db_cgetchk(dbc->dbp,
|
H A D | bt_cursor.c | 361 if ((ret = __db_cgetchk(dbp,
|
/illumos-gate/usr/src/cmd/sendmail/db/hash/ |
H A D | hash.c | 526 __db_cgetchk(dbp, key, data, flags, IS_VALID(hcp))) != 0)
|