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

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_overflow.c250 * __db_ovref --
253 * PUBLIC: int __db_ovref __P((DBC *, db_pgno_t, int32_t));
256 __db_ovref(dbc, pgno, adjust) function
313 return (__db_ovref(dbc, pgno, -1));

Completed in 58 milliseconds