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

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c143 * __db_relink will set the dirty bit for us.
145 if ((ret = __db_relink(dbc, DB_REM_PAGE, pagep, pp, 0)) != 0)
371 ret = __db_relink(dbc, DB_ADD_PAGE, np, NULL, 1);
526 * __db_relink --
529 * PUBLIC: int __db_relink __P((DBC *, u_int32_t, PAGE *, PAGE **, int));
532 __db_relink(dbc, add_rem, pagep, new_next, needlock) function

Completed in 83 milliseconds