Searched refs:next_for_match (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/libsystemd/sd-journal/ |
D | sd-journal.c | 485 static int next_for_match( in next_for_match() function 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() 557 r = next_for_match(j, i, f, np, direction, NULL, &cp); in next_for_match() 686 return next_for_match(j, m, f, np, direction, ret, offset); in find_location_for_match() 745 return next_for_match(j, j->level0, f, in next_with_matches()
|