Home
last modified time | relevance | path

Searched refs:lg_max (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog.c106 lp->persist.lg_max = dbenv == NULL ? 0 : dbenv->lg_max;
107 if (lp->persist.lg_max == 0)
108 lp->persist.lg_max = DEFAULT_MAX;
418 dblp->lp->persist.lg_max = persist.lg_max;
532 (*gspp)->st_lg_max = lp->persist.lg_max;
H A Dlog_put.c97 if (lp->lsn.offset + sizeof(HDR) + dbt->size > lp->persist.lg_max) {
99 sizeof(LOGP) + dbt->size > lp->persist.lg_max) {
343 lp->s_lsn.offset = lp->persist.lg_max;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlog.h134 u_int32_t lg_max; /* Maximum file size. */ member
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h243 u_int32_t lg_max; /* Maximum file size. */ member