Searched refs:c_lsn (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/dbinc_auto/
H A Dtxn_auto.h55 DB_LSN c_lsn; member in struct:___txn_child_args
/macosx-10.10.1/BerkeleyDB-21/db/txn/
H A Dtxn.src80 * the transaction ID of the child committing and the c_lsn is
85 POINTER c_lsn DB_LSN * lu
H A Dtxn_auto.c575 LOGCOPY_TOLSN(env, &argp->c_lsn, bp);
588 child, c_lsn)
594 DB_LSN * c_lsn;
640 + sizeof(*c_lsn);
681 if (c_lsn != NULL)
682 LOGCOPY_FROMLSN(env, bp, c_lsn);
684 memset(bp, 0, sizeof(*c_lsn));
685 bp += sizeof(*c_lsn);
H A Dtxn_autop.c233 (u_long)argp->c_lsn.file, (u_long)argp->c_lsn.offset);
H A Dtxn_rec.c311 *lsnp = argp->c_lsn;
/macosx-10.10.1/BerkeleyDB-21/db/rep/
H A Drep_record.c1531 DB_LSN c_lsn; local
1550 c_lsn = argp->c_lsn;
1553 ret = __rep_collect_txn(env, &c_lsn, lc);
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dreputils.tcl1954 set c_lsn [lindex $first 0]
1956 if { [$masterenv log_compare $m_lsn $c_lsn] < 0 } {
1957 set lsn $c_lsn

Completed in 133 milliseconds