Searched refs:after_offset (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/libsystemd/sd-journal/ |
D | sd-journal.c | 489 uint64_t after_offset, in next_for_match() argument 516 … return journal_file_move_to_entry_by_offset_for_data(f, d, after_offset, direction, ret, offset); in next_for_match() 525 r = next_for_match(j, i, f, after_offset, direction, NULL, &cp); in next_for_match() 547 r = next_for_match(j, m->matches, f, after_offset, direction, NULL, &np); in next_for_match() 551 assert(direction == DIRECTION_DOWN ? np >= after_offset : np <= after_offset); in next_for_match()
|