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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_get.c714 if (logc->bp_lsn.file != lsn->file)
716 if (logc->bp_lsn.offset > lsn->offset)
718 if (logc->bp_lsn.offset + logc->bp_rlen <= lsn->offset + hdr->size)
731 p = logc->bp + (lsn->offset - logc->bp_lsn.offset);
737 if (eof || logc->bp_lsn.offset + logc->bp_rlen < lsn->offset + hdr->len)
1095 * No need to set the bp_lsn.file field, __logc_io set it for us.
1098 logc->bp_lsn.offset = offset;
1207 if (logc->fhp != NULL && logc->bp_lsn.file != fnum) {
1210 logc->bp_lsn.file = 0;
1239 logc->bp_lsn
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h466 DB_LSN bp_lsn; /* Read buffer first byte LSN. */ member in struct:__db_log_cursor
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h455 DB_LSN bp_lsn; /* Read buffer first byte LSN. */ member in struct:__db_log_cursor
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h476 DB_LSN bp_lsn; /* Read buffer first byte LSN. */ member in struct:__db_log_cursor
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h464 DB_LSN bp_lsn; /* Read buffer first byte LSN. */ member in struct:__db_log_cursor
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h503 DB_LSN bp_lsn; /* Read buffer first byte LSN. */ member in struct:__db_log_cursor
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h503 DB_LSN bp_lsn; /* Read buffer first byte LSN. */ member in struct:__db_log_cursor

Completed in 106 milliseconds