Searched refs:rlsn (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | btree_auto.c | 359 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 D | bt_rec.c | 303 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 D | btree_auto.h | 50 DB_LSN rlsn; member
|