Searched defs:after_offset (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Dsd-journal.c506 uint64_t after_offset,
526 return journal_file_move_to_entry_by_offset_for_data(f, dp, after_offset, direction, ret, offset);
531 /* Find the earliest match beyond after_offset */
536 r = next_for_match(j, i, f, after_offset, direction, NULL, &cp);
558 r = next_for_match(j, m->matches, f, after_offset, direction, NULL, &np);
562 assert(direction == DIRECTION_DOWN ? np >= after_offset : np <= after_offset);
502 next_for_match( sd_journal *j, Match *m, JournalFile *f, uint64_t after_offset, direction_t direction, Object **ret, uint64_t *offset) argument

Completed in 19 milliseconds