next_for_match    633 src/journal/sd-journal.c                         r = next_for_match(j, i, f, after_offset, direction, NULL, &cp);
next_for_match    655 src/journal/sd-journal.c                 r = next_for_match(j, m->matches, f, after_offset, direction, NULL, &np);
next_for_match    665 src/journal/sd-journal.c                         r = next_for_match(j, i, f, np, direction, NULL, &cp);
next_for_match    786 src/journal/sd-journal.c                 return next_for_match(j, m, f, np, direction, ret, offset);
next_for_match    851 src/journal/sd-journal.c         return next_for_match(j, j->level0, f, direction == DIRECTION_DOWN ? cp+1 : cp-1, direction, ret, offset);