Searched defs:__db_ditem (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c128 ret = __db_ditem(dbc, pagep, indx, BOVERFLOW_SIZE);
130 ret = __db_ditem(dbc, pagep, indx,
387 * __db_ditem --
390 * PUBLIC: int __db_ditem __P((DBC *, PAGE *, u_int32_t, u_int32_t));
393 __db_ditem(dbc, pagep, indx, nbytes) function

Completed in 58 milliseconds