Searched refs:__db_ditem (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/db/db/ |
H A D | db_dup.c | 128 ret = __db_ditem(dbc, pagep, indx, BOVERFLOW_SIZE); 130 ret = __db_ditem(dbc, pagep, indx, 393 __db_ditem(dbc, pagep, indx, nbytes) in __db_ditem() function
|
H A D | db_rec.c | 85 if ((ret = __db_ditem(dbc,
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | db_ext.h | 76 int __db_ditem __P((DBC *, PAGE *, u_int32_t, u_int32_t));
|
/titanic_44/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_put.c | 129 if ((ret = __db_ditem(dbc, *hp, *indxp, nbytes)) != 0) 633 if ((ret = __db_ditem(dbc, h, indx, hdr.size)) != 0)
|
H A D | bt_delete.c | 235 if ((ret = __db_ditem(dbc, h, indx, nbytes)) != 0)
|
H A D | bt_cursor.c | 1793 (void)__db_ditem(dbc, h, indx, BOVERFLOW_SIZE);
|
/titanic_44/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_dup.c | 253 __db_ditem(dbc, hcp->dpagep, hcp->dndx, del_len)) != 0)
|