Home
last modified time | relevance | path

Searched refs:MATCH_OR_TERM (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/libsystemd/sd-journal/
Djournal-internal.h23 MATCH_OR_TERM, enumerator
Dsd-journal.c261 j->level1 = match_new(j->level0, MATCH_OR_TERM); in sd_journal_add_match()
273 assert(j->level1->type == MATCH_OR_TERM); in sd_journal_add_match()
281 assert(l3->type == MATCH_OR_TERM); in sd_journal_add_match()
305 add_here = match_new(j->level2, MATCH_OR_TERM); in sd_journal_add_match()
391 k = strjoin(p, m->type == MATCH_OR_TERM ? " OR " : " AND ", t); in match_make_string()
518 } else if (m->type == MATCH_OR_TERM) { in next_for_match()
633 } else if (m->type == MATCH_OR_TERM) { in find_location_for_match()