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

/systemd/src/journal/
H A Dsd-journal.c502 static int next_for_match( function
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);
568 r = next_for_match(j, i, f, np, direction, NULL, &cp);
689 return next_for_match(j, m, f, np, direction, ret, offset);
748 return next_for_match(j, j->level0, f,

Completed in 20 milliseconds