__db_ditem
(void)__db_ditem(dbc, h, indx, BOVERFLOW_SIZE);
if ((ret = __db_ditem(dbc, h, indx, nbytes)) != 0)
if ((ret = __db_ditem(dbc, *hp, *indxp, nbytes)) != 0)
if ((ret = __db_ditem(dbc, h, indx, hdr.size)) != 0)
ret = __db_ditem(dbc, pagep, indx, BOVERFLOW_SIZE);
ret = __db_ditem(dbc, pagep, indx,
if ((ret = __db_ditem(dbc,
__db_ditem(dbc, hcp->dpagep, hcp->dndx, del_len)) != 0)
int __db_ditem __P((DBC *, PAGE *, u_int32_t, u_int32_t));