Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-journal/
Dsd-journal.c236 Match *add_here = NULL, *m = NULL; in sd_journal_add_match() local
295 add_here = l3; in sd_journal_add_match()
300 if (add_here) in sd_journal_add_match()
304 if (!add_here) { in sd_journal_add_match()
305 add_here = match_new(j->level2, MATCH_OR_TERM); in sd_journal_add_match()
306 if (!add_here) in sd_journal_add_match()
310 m = match_new(add_here, MATCH_DISCRETE); in sd_journal_add_match()
326 match_free_if_empty(add_here); in sd_journal_add_match()