Home
last modified time | relevance | path

Searched refs:rlsn (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbtree_auto.c359 fileid, left, llsn, right, rlsn, indx, in __bam_split_log() argument
369 DB_LSN * rlsn;
394 + sizeof(*rlsn)
420 if (rlsn != NULL)
421 memcpy(bp, rlsn, sizeof(*rlsn));
423 memset(bp, 0, sizeof(*rlsn));
424 bp += sizeof(*rlsn);
493 (u_long)argp->rlsn.file, (u_long)argp->rlsn.offset);
544 memcpy(&argp->rlsn, bp, sizeof(argp->rlsn));
545 bp += sizeof(argp->rlsn);
H A Dbt_rec.c303 if (rp == NULL || log_compare(&LSN(rp), &argp->rlsn) == 0)
452 rp->lsn = argp->rlsn;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree_auto.h50 DB_LSN rlsn; member