Searched refs:__db_poff (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | db_ext.h | 99 int __db_poff __P((DBC *, const DBT *, db_pgno_t *,
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_overflow.c | 167 __db_poff(dbc, dbt, pgnop, newfunc) in __db_poff() function
|
H A D | db_dup.c | 58 if ((ret = __db_poff(dbc, dbt, &pgno, newfunc)) != 0)
|
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_put.c | 447 if ((ret = __db_poff(dbc, item, &bo.pgno, __bam_new)) != 0)
|
/illumos-gate/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_page.c | 1310 if ((ret = __db_poff(dbc, 1328 if ((ret = __db_poff(dbc,
|