Searched refs:Match (Results 1 - 2 of 2) sorted by relevance

/systemd/src/journal/
H A Djournal-internal.h35 typedef struct Match Match; typedef in typeref:struct:Match
45 struct Match { struct
47 Match *parent;
48 LIST_FIELDS(Match, matches);
56 LIST_HEAD(Match, matches);
96 Match *level0, *level1, *level2;
H A Dsd-journal.c216 static Match *match_new(Match *p, MatchType t) {
217 Match *m;
219 m = new0(Match, 1);
233 static void match_free(Match *m) {
246 static void match_free_if_empty(Match *m) {
254 Match *l3, *l4, *add_here = NULL, *m;
388 static char *match_make_string(Match *m) {
390 Match *i;
504 Match *
[all...]

Completed in 23 milliseconds