Home
last modified time | relevance | path

Searched refs:startlsn (Results 1 – 25 of 56) sorted by relevance

123

/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DLogVerifyConfig.cs61 private LSN startlsn; field in BerkeleyDB.LogVerifyConfig
66 get { return startlsn; }
68 startlsn.LogFileNumber = value.LogFileNumber;
69 startlsn.Offset = value.Offset;
135 startlsn = new LSN(0, 0); in LogVerifyConfig()
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DLogVerifyConfig.cs61 private LSN startlsn; field in BerkeleyDB.LogVerifyConfig
66 get { return startlsn; }
68 startlsn.LogFileNumber = value.LogFileNumber;
69 startlsn.Offset = value.Offset;
135 startlsn = new LSN(0, 0); in LogVerifyConfig()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/replication/
H A Dslotfuncs.c315 XLogRecPtr startlsn = MyReplicationSlot->data.restart_lsn; in pg_physical_replication_slot_advance() local
316 XLogRecPtr retlsn = startlsn; in pg_physical_replication_slot_advance()
318 if (startlsn < moveto) in pg_physical_replication_slot_advance()
353 XLogRecPtr startlsn; in pg_logical_replication_slot_advance() local
373 startlsn = MyReplicationSlot->data.restart_lsn; in pg_logical_replication_slot_advance()
382 while ((!XLogRecPtrIsInvalid(startlsn) && in pg_logical_replication_slot_advance()
383 startlsn < moveto) || in pg_logical_replication_slot_advance()
394 record = XLogReadRecord(ctx->reader, startlsn, &errm); in pg_logical_replication_slot_advance()
399 startlsn = InvalidXLogRecPtr; in pg_logical_replication_slot_advance()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/replication/
H A Dslotfuncs.c315 XLogRecPtr startlsn = MyReplicationSlot->data.restart_lsn; in pg_physical_replication_slot_advance() local
316 XLogRecPtr retlsn = startlsn; in pg_physical_replication_slot_advance()
318 if (startlsn < moveto) in pg_physical_replication_slot_advance()
353 XLogRecPtr startlsn; in pg_logical_replication_slot_advance() local
373 startlsn = MyReplicationSlot->data.restart_lsn; in pg_logical_replication_slot_advance()
382 while ((!XLogRecPtrIsInvalid(startlsn) && in pg_logical_replication_slot_advance()
383 startlsn < moveto) || in pg_logical_replication_slot_advance()
394 record = XLogReadRecord(ctx->reader, startlsn, &errm); in pg_logical_replication_slot_advance()
399 startlsn = InvalidXLogRecPtr; in pg_logical_replication_slot_advance()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/replication/
H A Dslotfuncs.c315 XLogRecPtr startlsn = MyReplicationSlot->data.restart_lsn; in pg_physical_replication_slot_advance() local
316 XLogRecPtr retlsn = startlsn; in pg_physical_replication_slot_advance()
318 if (startlsn < moveto) in pg_physical_replication_slot_advance()
353 XLogRecPtr startlsn; in pg_logical_replication_slot_advance() local
373 startlsn = MyReplicationSlot->data.restart_lsn; in pg_logical_replication_slot_advance()
382 while ((!XLogRecPtrIsInvalid(startlsn) && in pg_logical_replication_slot_advance()
383 startlsn < moveto) || in pg_logical_replication_slot_advance()
394 record = XLogReadRecord(ctx->reader, startlsn, &errm); in pg_logical_replication_slot_advance()
399 startlsn = InvalidXLogRecPtr; in pg_logical_replication_slot_advance()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/replication/
H A Dslotfuncs.c315 XLogRecPtr startlsn = MyReplicationSlot->data.restart_lsn; in pg_physical_replication_slot_advance() local
316 XLogRecPtr retlsn = startlsn; in pg_physical_replication_slot_advance()
318 if (startlsn < moveto) in pg_physical_replication_slot_advance()
353 XLogRecPtr startlsn; in pg_logical_replication_slot_advance() local
373 startlsn = MyReplicationSlot->data.restart_lsn; in pg_logical_replication_slot_advance()
382 while ((!XLogRecPtrIsInvalid(startlsn) && in pg_logical_replication_slot_advance()
383 startlsn < moveto) || in pg_logical_replication_slot_advance()
394 record = XLogReadRecord(ctx->reader, startlsn, &errm); in pg_logical_replication_slot_advance()
399 startlsn = InvalidXLogRecPtr; in pg_logical_replication_slot_advance()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/replication/
H A Dslotfuncs.c315 XLogRecPtr startlsn = MyReplicationSlot->data.restart_lsn; in pg_physical_replication_slot_advance() local
316 XLogRecPtr retlsn = startlsn; in pg_physical_replication_slot_advance()
318 if (startlsn < moveto) in pg_physical_replication_slot_advance()
353 XLogRecPtr startlsn; in pg_logical_replication_slot_advance() local
373 startlsn = MyReplicationSlot->data.restart_lsn; in pg_logical_replication_slot_advance()
382 while ((!XLogRecPtrIsInvalid(startlsn) && in pg_logical_replication_slot_advance()
383 startlsn < moveto) || in pg_logical_replication_slot_advance()
394 record = XLogReadRecord(ctx->reader, startlsn, &errm); in pg_logical_replication_slot_advance()
399 startlsn = InvalidXLogRecPtr; in pg_logical_replication_slot_advance()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/replication/
H A Dslotfuncs.c315 XLogRecPtr startlsn = MyReplicationSlot->data.restart_lsn; in pg_physical_replication_slot_advance() local
316 XLogRecPtr retlsn = startlsn; in pg_physical_replication_slot_advance()
318 if (startlsn < moveto) in pg_physical_replication_slot_advance()
353 XLogRecPtr startlsn; in pg_logical_replication_slot_advance() local
373 startlsn = MyReplicationSlot->data.restart_lsn; in pg_logical_replication_slot_advance()
382 while ((!XLogRecPtrIsInvalid(startlsn) && in pg_logical_replication_slot_advance()
383 startlsn < moveto) || in pg_logical_replication_slot_advance()
394 record = XLogReadRecord(ctx->reader, startlsn, &errm); in pg_logical_replication_slot_advance()
399 startlsn = InvalidXLogRecPtr; in pg_logical_replication_slot_advance()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/replication/
H A Dslotfuncs.c315 XLogRecPtr startlsn = MyReplicationSlot->data.restart_lsn;
316 XLogRecPtr retlsn = startlsn;
318 if (startlsn < moveto)
353 XLogRecPtr startlsn;
373 startlsn = MyReplicationSlot->data.restart_lsn;
382 while ((!XLogRecPtrIsInvalid(startlsn) &&
383 startlsn < moveto) ||
394 record = XLogReadRecord(ctx->reader, startlsn, &errm);
399 startlsn = InvalidXLogRecPtr;
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/cdaudio/
H A Dcdaudio-ng.cc95 int startlsn; member
114 static int calculate_track_length (int startlsn, int endlsn);
267 int startlsn = trackinfo[trackno].startlsn; in play() local
276 int currlsn = startlsn; in play()
286 currlsn = startlsn + (seek_time * 75 / 1000); in play()
401 (trackinfo[trackno].startlsn, trackinfo[trackno].endlsn)); in read_tag()
517 trackinfo[0].startlsn = cdda_track_firstsector (pcdrom_drive, 0); in scan_cd()
524 trackinfo[trackno].startlsn = cdda_track_firstsector (pcdrom_drive, trackno); in scan_cd()
527 if (trackinfo[trackno].startlsn == CDIO_INVALID_LSN in scan_cd()
781 static int calculate_track_length (int startlsn, int endlsn) in calculate_track_length() argument
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/replication/
H A Dslotfuncs.c364 XLogRecPtr startlsn = MyReplicationSlot->data.restart_lsn; in pg_physical_replication_slot_advance() local
365 XLogRecPtr retlsn = startlsn; in pg_physical_replication_slot_advance()
367 if (startlsn < moveto) in pg_physical_replication_slot_advance()
402 XLogRecPtr startlsn; in pg_logical_replication_slot_advance() local
422 startlsn = MyReplicationSlot->data.restart_lsn; in pg_logical_replication_slot_advance()
431 while ((!XLogRecPtrIsInvalid(startlsn) && in pg_logical_replication_slot_advance()
432 startlsn < moveto) || in pg_logical_replication_slot_advance()
443 record = XLogReadRecord(ctx->reader, startlsn, &errm); in pg_logical_replication_slot_advance()
448 startlsn = InvalidXLogRecPtr; in pg_logical_replication_slot_advance()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/replication/
H A Dslotfuncs.c364 XLogRecPtr startlsn = MyReplicationSlot->data.restart_lsn;
365 XLogRecPtr retlsn = startlsn;
367 if (startlsn < moveto)
402 XLogRecPtr startlsn;
422 startlsn = MyReplicationSlot->data.restart_lsn;
431 while ((!XLogRecPtrIsInvalid(startlsn) &&
432 startlsn < moveto) ||
443 record = XLogReadRecord(ctx->reader, startlsn, &errm);
448 startlsn = InvalidXLogRecPtr;
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/replication/
H A Dslotfuncs.c364 XLogRecPtr startlsn = MyReplicationSlot->data.restart_lsn; in pg_physical_replication_slot_advance() local
365 XLogRecPtr retlsn = startlsn; in pg_physical_replication_slot_advance()
367 if (startlsn < moveto) in pg_physical_replication_slot_advance()
402 XLogRecPtr startlsn; in pg_logical_replication_slot_advance() local
422 startlsn = MyReplicationSlot->data.restart_lsn; in pg_logical_replication_slot_advance()
431 while ((!XLogRecPtrIsInvalid(startlsn) && in pg_logical_replication_slot_advance()
432 startlsn < moveto) || in pg_logical_replication_slot_advance()
443 record = XLogReadRecord(ctx->reader, startlsn, &errm); in pg_logical_replication_slot_advance()
448 startlsn = InvalidXLogRecPtr; in pg_logical_replication_slot_advance()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/replication/
H A Dslotfuncs.c364 XLogRecPtr startlsn = MyReplicationSlot->data.restart_lsn;
365 XLogRecPtr retlsn = startlsn;
367 if (startlsn < moveto)
402 XLogRecPtr startlsn;
422 startlsn = MyReplicationSlot->data.restart_lsn;
431 while ((!XLogRecPtrIsInvalid(startlsn) &&
432 startlsn < moveto) ||
443 record = XLogReadRecord(ctx->reader, startlsn, &errm);
448 startlsn = InvalidXLogRecPtr;
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/replication/
H A Dslotfuncs.c364 XLogRecPtr startlsn = MyReplicationSlot->data.restart_lsn;
365 XLogRecPtr retlsn = startlsn;
367 if (startlsn < moveto)
402 XLogRecPtr startlsn;
422 startlsn = MyReplicationSlot->data.restart_lsn;
431 while ((!XLogRecPtrIsInvalid(startlsn) &&
432 startlsn < moveto) ||
443 record = XLogReadRecord(ctx->reader, startlsn, &errm);
448 startlsn = InvalidXLogRecPtr;
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/replication/
H A Dslotfuncs.c364 XLogRecPtr startlsn = MyReplicationSlot->data.restart_lsn; in pg_physical_replication_slot_advance() local
365 XLogRecPtr retlsn = startlsn; in pg_physical_replication_slot_advance()
367 if (startlsn < moveto) in pg_physical_replication_slot_advance()
402 XLogRecPtr startlsn; in pg_logical_replication_slot_advance() local
422 startlsn = MyReplicationSlot->data.restart_lsn; in pg_logical_replication_slot_advance()
431 while ((!XLogRecPtrIsInvalid(startlsn) && in pg_logical_replication_slot_advance()
432 startlsn < moveto) || in pg_logical_replication_slot_advance()
443 record = XLogReadRecord(ctx->reader, startlsn, &errm); in pg_logical_replication_slot_advance()
448 startlsn = InvalidXLogRecPtr; in pg_logical_replication_slot_advance()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/replication/
H A Dslotfuncs.c364 XLogRecPtr startlsn = MyReplicationSlot->data.restart_lsn; in pg_physical_replication_slot_advance() local
365 XLogRecPtr retlsn = startlsn; in pg_physical_replication_slot_advance()
367 if (startlsn < moveto) in pg_physical_replication_slot_advance()
402 XLogRecPtr startlsn; in pg_logical_replication_slot_advance() local
422 startlsn = MyReplicationSlot->data.restart_lsn; in pg_logical_replication_slot_advance()
431 while ((!XLogRecPtrIsInvalid(startlsn) && in pg_logical_replication_slot_advance()
432 startlsn < moveto) || in pg_logical_replication_slot_advance()
443 record = XLogReadRecord(ctx->reader, startlsn, &errm); in pg_logical_replication_slot_advance()
448 startlsn = InvalidXLogRecPtr; in pg_logical_replication_slot_advance()
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DEnvironment.java815 LogSequenceNumber endlsn, startlsn; in logVerify() local
831 startlsn = config.getStartLsn(); in logVerify()
838 if (startlsn != null) in logVerify()
839 stfile = startlsn.getFile(); in logVerify()
840 if (startlsn != null) in logVerify()
841 stoffset = startlsn.getOffset(); in logVerify()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dakiko.cpp432 uae_u32 startlsn = read_comm_pipe_u32_blocking (&requests); in cdaudioplay_do() local
442 static bool isaudiotrack (int startlsn) in isaudiotrack() argument
453 if (s->track > 0 && s->track < 100 && addr >= startlsn) in isaudiotrack()
464 static struct cd_toc *get_track (int startlsn) in get_track() argument
469 if (startlsn < addr) in get_track()
476 static int cd_play_audio (int startlsn, int endlsn, int scan) in cd_play_audio() argument
482 s = get_track (startlsn); in cd_play_audio()
484 s = get_track (startlsn + 150); in cd_play_audio()
488 startlsn = s->paddress; in cd_play_audio()
492 startlsn = s->paddress; in cd_play_audio()
[all …]
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DEnvironment.java861 LogSequenceNumber endlsn, startlsn; in logVerify() local
877 startlsn = config.getStartLsn(); in logVerify()
884 if (startlsn != null) in logVerify()
885 stfile = startlsn.getFile(); in logVerify()
886 if (startlsn != null) in logVerify()
887 stoffset = startlsn.getOffset(); in logVerify()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dakiko.c586 uae_u32 startlsn = read_comm_pipe_u32_blocking (&requests); in cdaudioplay_do() local
597 static bool akiko_isaudiotrack (int startlsn) in akiko_isaudiotrack() argument
608 if (s->track > 0 && s->track < 100 && addr >= (size_t)startlsn) in akiko_isaudiotrack()
620 static struct cd_toc *get_track (int startlsn) in get_track() argument
625 if ((size_t)startlsn < addr) in get_track()
632 static int cd_play_audio (int startlsn, int endlsn, int scan) in cd_play_audio() argument
638 s = get_track (startlsn); in cd_play_audio()
640 s = get_track (startlsn + 150); in cd_play_audio()
644 startlsn = s->paddress; in cd_play_audio()
648 startlsn = s->paddress; in cd_play_audio()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-fs/
H A Dblkdev-linux.cpp414 static int play_ioctl (int unitnum, int startlsn, int endlsn, int scan, play_status_callback status… in play_ioctl() argument
421 startlsn += 150; in play_ioctl()
423 msf.cdmsf_min0 = (startlsn / 75) / 60; in play_ioctl()
424 msf.cdmsf_sec0 = (startlsn / 75) % 60; in play_ioctl()
425 msf.cdmsf_frame0 = (startlsn % 75); in play_ioctl()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dblkdev.h163 int sys_command_cd_play (int unitnum, int startlsn, int endlsn, int);
164 int sys_command_cd_play2 (int unitnum, int startlsn, int endlsn, int scan, play_status_callback sta…
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dblkdev.h173 extern int sys_command_cd_play (int unitnum, int startlsn, int endlsn, int);
174 extern int sys_command_cd_play (int unitnum, int startlsn, int endlsn, int scan, play_status_callba…
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Input/cdaudio/
H A Ddecoder_cdaudio.h48 static qint64 calculateTrackLength(lsn_t startlsn, lsn_t endlsn);

123